[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Update links
Update of /home/or/cvsroot/website/en
In directory moria:/tmp/cvs-serv19636/en
Modified Files:
developers.wml index.wml volunteer.wml
Log Message:
Update links
Index: developers.wml
===================================================================
RCS file: /home/or/cvsroot/website/en/developers.wml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- developers.wml 4 Oct 2005 19:19:20 -0000 1.2
+++ developers.wml 26 Jan 2006 23:37:35 -0000 1.3
@@ -5,7 +5,7 @@
<div class="main-column">
<div style="float: right; border: 1px solid #666666; background: #e7e7e7; padding: 5px; margin: 0 5px 0 0;">
-<a href="gui/" style="color: #EF8012; font-weight: bold;">Tor GUI Competition »</a>
+<a href="<page gui/index>" style="color: #EF8012; font-weight: bold;">Tor GUI Competition »</a>
</div>
<h2>Tor: Developers</h2>
Index: index.wml
===================================================================
RCS file: /home/or/cvsroot/website/en/index.wml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -d -r1.11 -r1.12
--- index.wml 23 Jan 2006 00:00:44 -0000 1.11
+++ index.wml 26 Jan 2006 23:37:35 -0000 1.12
@@ -14,7 +14,7 @@
<a href="<page donate>">Support Tor: donate!</a>
</div>
<div class="donatebutton">
-<a href="gui/">Want a better Tor GUI?</a>
+<a href="<page gui/index>">Want a better Tor GUI?</a>
</div>
</div>
Index: volunteer.wml
===================================================================
RCS file: /home/or/cvsroot/website/en/volunteer.wml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -d -r1.10 -r1.11
--- volunteer.wml 19 Jan 2006 06:35:47 -0000 1.10
+++ volunteer.wml 26 Jan 2006 23:37:35 -0000 1.11
@@ -14,7 +14,7 @@ know about bugs you find or features you
a server</a> to help the Tor network grow.</li>
<li> Run a <a href="<cvssandbox>tor/doc/tor-hidden-service.html">Tor hidden
service</a> and put interesting content on it.</li>
-<li> Take a look at the <a href="gui/">Tor GUI Competition</a>, and
+<li> Take a look at the <a href="<page gui/index>">Tor GUI Competition</a>, and
come up with ideas or designs to contribute to making Tor's interface
and usability better. Free T-shirt for each submission!</li>
<li> Tell your friends! Get them to run servers. Get them to run hidden
@@ -57,7 +57,7 @@ IP address, and Tor automatically maps i
<li>People running servers tell us they want to have one BandwidthRate
during some part of the day, and a different BandwidthRate at other parts
of the day. Rather than coding this inside Tor, we should have a little
-script that speaks via the <a href="gui/">Tor Controller Interface</a>,
+script that speaks via the <a href="<page gui/index>">Tor Controller Interface</a>,
and does a setconf to change the bandwidth rate. Perhaps it would run out
of cron, or perhaps it would sleep until appropriate times and then do
its tweak (that's probably more portable). Can somebody write one for us