Runa A. Sandvik commited on 2010-10-17 17:33:54
Zeige 3 geänderte Dateien mit 6 Einfügungen und 12 Löschungen.
... | ... |
@@ -37,10 +37,7 @@ |
37 | 37 |
</p> |
38 | 38 |
|
39 | 39 |
<p> |
40 |
- <a href="$(IMGROOT)/android/orbot-qr-code-latest.png"> |
|
41 |
- <img alt="Android QR code" |
|
42 |
- src="$(IMGROOT)/android/orbot-qr-code-latest.png"/> |
|
43 |
- </a> |
|
40 |
+ <a href="$(IMGROOT)/android/orbot-qr-code-latest.png"><img alt="Android QR code" src="$(IMGROOT)/android/orbot-qr-code-latest.png"/></a> |
|
44 | 41 |
</p> |
45 | 42 |
|
46 | 43 |
<a id="Market"></a> |
... | ... |
@@ -63,12 +60,10 @@ |
63 | 60 |
<br> |
64 | 61 |
<p> |
65 | 62 |
<a href="$(IMGROOT)/android/android-off.jpg"> |
66 |
- <img alt="Android Tor off" |
|
67 |
- src="$(IMGROOT)/android/android-off-150x150.jpg"/> |
|
63 |
+ <img alt="Android Tor off" src="$(IMGROOT)/android/android-off-150x150.jpg"/> |
|
68 | 64 |
</a> |
69 | 65 |
<a href="$(IMGROOT)/android/android-bootstrapping.jpg"> |
70 |
- <img alt="Android Tor bootstrapping" |
|
71 |
- src="$(IMGROOT)/android/android-bootstrapping-150x150.jpg"/> |
|
66 |
+ <img alt="Android Tor bootstrapping" src="$(IMGROOT)/android/android-bootstrapping-150x150.jpg"/> |
|
72 | 67 |
</a> |
73 | 68 |
<a href="$(IMGROOT)/android/android-activated.jpg"> |
74 | 69 |
<img alt="Android Tor activated" |
... | ... |
@@ -705,8 +705,7 @@ |
705 | 705 |
<li>Virtual Privacy Machine is a Linux LiveCD that includes Firefox, Privoxy, |
706 | 706 |
Tor, some IRC and IM applications, and a set of ipchains rules aimed to prevent |
707 | 707 |
non-Tor traffic from accidentally leaving your computer. More information at |
708 |
- <a |
|
709 |
- href="<wiki>VirtualPrivacyMachine"><wiki>VirtualPrivacyMachine</a>.</li> |
|
708 |
+ <a href="<wiki>VirtualPrivacyMachine"><wiki>VirtualPrivacyMachine</a>.</li> |
|
710 | 709 |
<li>Anonym.OS is a LiveCD similar to the above but is based on OpenBSD rather |
711 | 710 |
than Linux for maximum security. It was designed to be anonymous and secure |
712 | 711 |
from the ground up, and thus has some features and limitations not found in |
... | ... |
@@ -22,7 +22,7 @@ wmldir="$PWD" |
22 | 22 |
|
23 | 23 |
# Location of the pot files. |
24 | 24 |
# Assuming that the translation directory is relative to the website |
25 |
-podir="`dirname $wmldir`/translation/projects/website/po/templates" |
|
25 |
+podir="`dirname $wmldir`/translation/projects/website/pot/templates" |
|
26 | 26 |
|
27 | 27 |
# Set the copyright holder of the files, |
28 | 28 |
# for example "The Tor Project, Inc" |
... | ... |
@@ -32,7 +32,7 @@ copyright="The Tor Project, Inc" |
32 | 32 |
# in website/include/versions.wmi. Tags that people usually forget to close, |
33 | 33 |
# as well as tags that are not defined in versions.wmi, have been added. |
34 | 34 |
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi |
35 |
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls>"` |
|
35 |
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <version-androidbundle-privoxy> <version-androidbundle-libevent> <wiki>"` |
|
36 | 36 |
|
37 | 37 |
# We also need to use the nodefault option of po4a; space separated list |
38 | 38 |
# of tags that the module should not try to set by default in any |
39 | 39 |