Steven Murdoch commited on 2010-03-25 16:02:01
Zeige 3 geänderte Dateien mit 3 Einfügungen und 2 Löschungen.
... | ... |
@@ -5,6 +5,7 @@ |
5 | 5 |
<define-tag gittree whitespace=delete>http://gitweb.torproject.org/tor.git?a=tree;hb=HEAD;f=</define-tag> |
6 | 6 |
<define-tag gitrepo whitespace=delete>http://gitweb.torproject.org/tor.git?a=tree;hb=HEAD</define-tag> |
7 | 7 |
<define-tag svnwebsite whitespace=delete>https://svn.torproject.org/svn/website/trunk/</define-tag> |
8 |
+<define-tag svnprojects whitespace=delete>https://svn.torproject.org/svn/projects/</define-tag> |
|
8 | 9 |
|
9 | 10 |
# Xinclude "locallinks.wmi" |
10 | 11 |
# Xinclude "langlocallinks.$(LANG).wmi" |
... | ... |
@@ -25,7 +25,7 @@ podir="`dirname $wmldir`/translation/projects/website" |
25 | 25 |
# in website/include/versions.wmi. Tags that people usually forget to close, |
26 | 26 |
# as well as tags that are not defined in versions.wmi have been added. |
27 | 27 |
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi |
28 |
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"` |
|
28 |
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob>"` |
|
29 | 29 |
|
30 | 30 |
# We also need to use the nodefault option of po4a; space separated list |
31 | 31 |
# of tags that the module should not try to set by default in any |
... | ... |
@@ -31,7 +31,7 @@ copyright="The Tor Project, Inc" |
31 | 31 |
# in website/include/versions.wmi. Tags that people usually forget to close, |
32 | 32 |
# as well as tags that are not defined in versions.wmi have been added. |
33 | 33 |
# See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi |
34 |
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob> <version-android-components>"` |
|
34 |
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob> <version-android-components>"` |
|
35 | 35 |
|
36 | 36 |
# We also need to use the nodefault option of po4a; space separated list |
37 | 37 |
# of tags that the module should not try to set by default in any |
38 | 38 |