make the tor weather page a real page, instead of a sample project page.
Andrew Lewman

Andrew Lewman commited on 2011-02-08 06:17:28
Zeige 1 geänderte Dateien mit 7 Einfügungen und 4 Löschungen.

... ...
@@ -2,17 +2,20 @@
2 2
 # Revision: $Revision$
3 3
 # Translation-Priority: 3-low
4 4
 
5
-#include "head.wmi" TITLE="Tor Project: Projects Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
5
+#include "head.wmi" TITLE="Tor Project: Tor Weather" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6 6
 <div id="content" class="clearfix">
7 7
 	<div id="breadcrumbs">
8 8
     <a href="<page index>">Home &raquo; </a>
9 9
     <a href="<page projects/projects>">Projects &raquo; </a>
10
-    <a href="<page projects/projects>">Sample Project</a>
10
+    <a href="<page projects/torweather>">Tor Weather</a>
11 11
   </div>
12 12
 	<div id="maincol"> 
13 13
 
14
-    <h1>Sample Tor Project</h1>
15
-    Here is some information
14
+    <h1>Weather</h1>
15
+      <p><a href="https://weather.torproject.org">Tor Weather</a> is a
16
+      web application that lets Tor relay operators subsribe to alerts
17
+      about the availability of their relay, if their relay bandwidth
18
+      has dramatically changed, or if their Tor version is obsolete.</p>
16 19
 
17 20
   </div>
18 21
   <!-- END MAINCOL -->
19 22