Browse code

Fix typo

Robert Ransom authored on 07/07/2011 13:43:12
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 # Revision: $Revision$
3 3
 # Translation-Priority: 2-medium
4 4
 
5
-#include "head.wmi" TITLE="Tor Project: Installtion Instructions" CHARSET="UTF-8"
5
+#include "head.wmi" TITLE="Tor Project: Installation Instructions" CHARSET="UTF-8"
6 6
 <div id="content" class="clearfix">
7 7
   <div id="breadcrumbs">
8 8
     <a href="<page index>">Home &raquo; </a>
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: 0 $
2
+# Revision: $Revision$
3 3
 # Translation-Priority: 2-medium
4 4
 
5 5
 #include "head.wmi" TITLE="Tor Project: Installtion Instructions" CHARSET="UTF-8"
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
... ...
@@ -11,7 +11,7 @@
11 11
   </div> 
12 12
   <div id="maincol">
13 13
     <h1>Tor Installation guides</h1>
14
-    <br />
14
+    <br>
15 15
 
16 16
   </div>
17 17
   <!-- END MAINCOL -->
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: Installtion Instructions" 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 docs/documentation>">Documentation &raquo; </a>
10 10
     <a href="<page docs/installguide>">Installation Guides</a>
11 11
   </div> 
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,25 @@
1
+## translation metadata
2
+# Revision: $Revision: 0 $
3
+# Translation-Priority: 2-medium
4
+
5
+#include "head.wmi" TITLE="Tor Project: Installtion Instructions" 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 docs/documentation>">Documentation &raquo; </a>
10
+    <a href="<page docs/installguide>">Installation Guides</a>
11
+  </div> 
12
+  <div id="maincol">
13
+    <h1>Tor Installation guides</h1>
14
+    <br />
15
+
16
+  </div>
17
+  <!-- END MAINCOL -->
18
+  <div id = "sidecol">
19
+#include "side.wmi"
20
+#include "info.wmi"
21
+  </div>
22
+  <!-- END SIDECOL -->
23
+</div>
24
+<!-- END CONTENT -->
25
+#include <foot.wmi>