Peter Palfrader commited on 2006-01-27 00:37:35
Zeige 6 geänderte Dateien mit 8 Einfügungen und 8 Löschungen.
... | ... |
@@ -20,7 +20,7 @@ |
20 | 20 |
<li>Betreibe |
21 | 21 |
einen <a href="<cvssandbox>tor/doc/tor-hidden-service.html">versteckten |
22 | 22 |
Dienst</a> und f�lle ihn mit interessanten Inhalten.</li> |
23 |
- <li>Schaue dir den <a href="gui/">GUI-Wettbewerb</a> an und bringe |
|
23 |
+ <li>Schaue dir den <a href="<page gui/index>">GUI-Wettbewerb</a> an und bringe |
|
24 | 24 |
deine Ideen zur Verbesserung der Benutzbarkeit der |
25 | 25 |
Torschnittstelle ein. Du erh�lst ein kostenloses T-Shirt f�r jeden |
26 | 26 |
Beitrag!</li> |
... | ... |
@@ -76,7 +76,7 @@ |
76 | 76 |
dass sie BandwidthRate in Teilen des Tages setzen wollen und eine |
77 | 77 |
andere BandwidthRate an anderen Teilen des Tages. Anstatt das |
78 | 78 |
direkt in Tor zu implementieren, sollten wir lieber ein kleines |
79 |
- Skript haben, das �ber die <a href="gui/">Torschnittstelle</a> |
|
79 |
+ Skript haben, das �ber die <a href="<page gui/index>">Torschnittstelle</a> |
|
80 | 80 |
spricht und ein setconf macht, um die �nderungen |
81 | 81 |
herbeizuf�hren. Nat�rlich w�rde es durch Cron ausgef�hrt oder es |
82 | 82 |
schl�ft eine bestimmte Zeit und macht dann die �nderungen. Kann |
... | ... |
@@ -5,7 +5,7 @@ |
5 | 5 |
|
6 | 6 |
<div class="main-column"> |
7 | 7 |
<div style="float: right; border: 1px solid #666666; background: #e7e7e7; padding: 5px; margin: 0 5px 0 0;"> |
8 |
-<a href="gui/" style="color: #EF8012; font-weight: bold;">Tor GUI Competition »</a> |
|
8 |
+<a href="<page gui/index>" style="color: #EF8012; font-weight: bold;">Tor GUI Competition »</a> |
|
9 | 9 |
</div> |
10 | 10 |
|
11 | 11 |
<h2>Tor: Developers</h2> |
... | ... |
@@ -14,7 +14,7 @@ know about bugs you find or features you don't find.</li> |
14 | 14 |
a server</a> to help the Tor network grow.</li> |
15 | 15 |
<li> Run a <a href="<cvssandbox>tor/doc/tor-hidden-service.html">Tor hidden |
16 | 16 |
service</a> and put interesting content on it.</li> |
17 |
-<li> Take a look at the <a href="gui/">Tor GUI Competition</a>, and |
|
17 |
+<li> Take a look at the <a href="<page gui/index>">Tor GUI Competition</a>, and |
|
18 | 18 |
come up with ideas or designs to contribute to making Tor's interface |
19 | 19 |
and usability better. Free T-shirt for each submission!</li> |
20 | 20 |
<li> Tell your friends! Get them to run servers. Get them to run hidden |
... | ... |
@@ -57,7 +57,7 @@ IP address, and Tor automatically maps it back to the original query.</li> |
57 | 57 |
<li>People running servers tell us they want to have one BandwidthRate |
58 | 58 |
during some part of the day, and a different BandwidthRate at other parts |
59 | 59 |
of the day. Rather than coding this inside Tor, we should have a little |
60 |
-script that speaks via the <a href="gui/">Tor Controller Interface</a>, |
|
60 |
+script that speaks via the <a href="<page gui/index>">Tor Controller Interface</a>, |
|
61 | 61 |
and does a setconf to change the bandwidth rate. Perhaps it would run out |
62 | 62 |
of cron, or perhaps it would sleep until appropriate times and then do |
63 | 63 |
its tweak (that's probably more portable). Can somebody write one for us |