Adding stem to the projects page
Damian Johnson

Damian Johnson commited on 2012-11-04 06:07:39
Zeige 3 geänderte Dateien mit 7 Einfügungen und 2 Löschungen.


Stem is far enough along that it's useful to users, and should have a spot on
the projects page. Also revising the volunteer page links to point to its
readthedocs page, which is presently our homepage.


... ...
@@ -550,9 +550,9 @@ meetings around the world.</li>
550 550
     </p>
551 551
     
552 552
     <a id="project-stem"></a>
553
-    <h3><a href="https://trac.torproject.org/projects/tor/wiki/doc/stem">Stem</a> (<a
553
+    <h3><a href="https://stem.readthedocs.org/en/latest/index.html">Stem</a> (<a
554 554
     href="https://gitweb.torproject.org/stem.git">code</a>, <a
555
-    href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Stem&order=priority">bug
555
+    href="https://trac.torproject.org/projects/tor/wiki/doc/stem/bugs">bug
556 556
     tracker</a>)</h3>
557 557
     
558 558
     <p>
... ...
@@ -63,6 +63,11 @@ preconfigured so that everything is safely routed through Tor and leaves no
63 63
 trace on the local system.</p>
64 64
 </div></div>
65 65
 
66
+<div class="projectbox">
67
+<a href="https://stem.readthedocs.org/en/latest/index.html"><img class="icon" src="$(IMGROOT)/icon-stem.jpg" alt="Stem Icon" width="75" height="75"></a>
68
+<div class="projectdesc"><div class="name"><a href="https://stem.readthedocs.org/en/latest/index.html">Stem</a></div>
69
+<p>Python library for libraries and scripts that interact with Tor.</p>
70
+</div></div>
66 71
 
67 72
 <div class="projectbox">
68 73
 <a href="<page projects/onionoo>"><img class="icon" src="$(IMGROOT)/icon-TorStatus.jpg" alt="Onionoo Icon" width="75" height="75"></a>
69 74