... | ... |
@@ -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 |
|
... | ... |
@@ -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 |
|
... | ... |
@@ -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 » </a> |
|
8 |
+ <a href="<page index>">Home » </a> |
|
9 | 9 |
<a href="<page getinvolved/mirrors>">Mirrors</a> |
10 | 10 |
</div> |
11 | 11 |
<div id="maincol"> |
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 » </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> |