add bine to community projects (#16576)
traumschule

traumschule commited on 2018-09-09 03:46:04
Zeige 1 geänderte Dateien mit 18 Einfügungen und 2 Löschungen.

... ...
@@ -190,14 +190,30 @@ pre-emptive blocking approach prevents exploitation of security vulnerabilities
190 190
 
191 191
 <!-- for operators -->
192 192
 
193
+<!-- bine -->
194
+<div class="projectbox">
195
+<!--<a href="https://github.com/cretz/bine"><img class="icon"
196
+src="$(IMGROOT)/icon-carml.png" alt="carml icon" width="75"
197
+height="75"></a>-->
198
+<div class="projectdesc">
199
+<div class="name"><a
200
+href="https://github.com/cretz/bine">bine</a></div>
201
+<p>
202
+bine is a
203
+<a href="https://stem.torproject.org/faq.html#are-there-any-other-controller-libraries">Tor controller</a>
204
+written in Go. Its README has an example config to set up an onion service.
205
+</p>
206
+</div>
207
+</div>
208
+
193 209
 <!-- carml -->
194 210
 <div class="projectbox">
195
-<a href="​https://meejah.ca/projects/carml"><img class="icon"
211
+<a href="https://meejah.ca/projects/carml"><img class="icon"
196 212
 src="$(IMGROOT)/icon-carml.png" alt="carml icon" width="75"
197 213
 height="75"></a>
198 214
 <div class="projectdesc">
199 215
 <div class="name"><a
200
-href="​https://meejah.ca/projects/carml">carml</a></div>
216
+href="https://meejah.ca/projects/carml">carml</a></div>
201 217
 <p>
202 218
 carml is a command-line collection of utilities to query and manipulate a
203 219
 running Tor. It does terminal colours, plays nicely with grep, pipes and so
204 220