Browse code

looks like we never set the keywords either

Roger Dingledine authored on 27/10/2010 12:31:57
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 ## translation metadata
2
-# Revision: $Revision: 21511 $
2
+# Revision: $Revision$
3 3
 # Translation-Priority: 3-low
4 4
 
5 5
 #include "head.wmi" TITLE="Tor Project: Mirrors" CHARSET="UTF-8"
Browse code

revert r23565. the canonical website url is absolute, not relative.

Roger Dingledine authored on 27/10/2010 12:15:25
Showing 1 changed files
... ...
@@ -13,7 +13,8 @@
13 13
     <hr>
14 14
     
15 15
     <p>
16
-    The canonical URL of this site is <a href="<page index>">https://www.torproject.org/</a>,
16
+    The canonical URL of this site is <a
17
+    href="https://www.torproject.org/">https://www.torproject.org/</a>,
17 18
     but there are a few mirrors of this site in other places.
18 19
     </p>
19 20
     
Browse code

actually have the mirrors-table included in the mirrors page.

Andrew Lewman authored on 10/10/2010 04:58:07
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@
35 35
       <th>rsync dist/</th>
36 36
       <th>rsync website</th>
37 37
     </tr>
38
-    #include <mirrors-table.wmi>
38
+#include "mirrors-table.wmi"
39 39
     </table>
40 40
   </div>
41 41
   <!-- END MAINCOL -->
Browse code

fix the canonical link

Andrew Lewman authored on 10/10/2010 04:43:31
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
     <hr>
14 14
     
15 15
     <p>
16
-    The canonical URL of this site is <a href="https://www.torproject.org/">https://www.torproject.org/</a>,
16
+    The canonical URL of this site is <a href="<page index>">https://www.torproject.org/</a>,
17 17
     but there are a few mirrors of this site in other places.
18 18
     </p>
19 19
     
Browse code

We decided to go with HTML in favor of XHTML.

Sebastian Hahn authored on 10/10/2010 03:34:47
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@
10 10
   </div>
11 11
   <div id="maincol"> 
12 12
     <h2>Tor: Mirrors</h2>
13
-    <hr />
13
+    <hr>
14 14
     
15 15
     <p>
16 16
     The canonical URL of this site is <a href="https://www.torproject.org/">https://www.torproject.org/</a>,
Browse code

change all of the breadcrumbs from page home to page index.

Andrew Lewman authored on 12/08/2010 17:17:47
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 #include "head.wmi" TITLE="Tor Project: Mirrors" CHARSET="UTF-8"
6 6
 <div id="content" class="clearfix">
7 7
   <div id="breadcrumbs">
8
-    <a href="<page home>">Home &raquo; </a>
8
+    <a href="<page index>">Home &raquo; </a>
9 9
     <a href="<page getinvolved/mirrors>">Mirrors</a>
10 10
   </div>
11 11
   <div id="maincol"> 
Browse code

first cut of the new, shiny tor website as wml.

Andrew Lewman authored on 09/07/2010 03:55:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,49 @@
1
+## translation metadata
2
+# Revision: $Revision: 21511 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor Project: Mirrors" CHARSET="UTF-8"
6
+<div id="content" class="clearfix">
7
+  <div id="breadcrumbs">
8
+    <a href="<page home>">Home &raquo; </a>
9
+    <a href="<page getinvolved/mirrors>">Mirrors</a>
10
+  </div>
11
+  <div id="maincol"> 
12
+    <h2>Tor: Mirrors</h2>
13
+    <hr />
14
+    
15
+    <p>
16
+    The canonical URL of this site is <a href="https://www.torproject.org/">https://www.torproject.org/</a>,
17
+    but there are a few mirrors of this site in other places.
18
+    </p>
19
+    
20
+    <p>
21
+    If you would like to run a mirror, please <a href="<page docs/running-a-mirror>">read
22
+    our instructions for running a mirror</a>.
23
+    </p>
24
+    
25
+    <table class="mirrors">
26
+    <tr>
27
+      <th>Country</th>
28
+      <th>Organisation</th>
29
+      <th>Status</th>
30
+      <th>ftp</th>
31
+      <th>http dist/</th>
32
+      <th>http website</th>
33
+      <th>https dist/</th>
34
+      <th>https website</th>
35
+      <th>rsync dist/</th>
36
+      <th>rsync website</th>
37
+    </tr>
38
+    #include <mirrors-table.wmi>
39
+    </table>
40
+  </div>
41
+  <!-- END MAINCOL -->
42
+  <div id = "sidecol">
43
+#include "side.wmi"
44
+#include "info.wmi"
45
+  </div>
46
+  <!-- END SIDECOL -->
47
+</div>
48
+<!-- END CONTENT -->
49
+#include <foot.wmi>