[or-cvs] r22047: {website} Add a link tag for svnprojects, pointing to https://svn.torp (in website/trunk: . include)

Steven J. Murdoch Steven.Murdoch at cl.cam.ac.uk
Thu Mar 25 15:02:01 UTC 2010


Author: sjm217
Date: 2010-03-25 15:02:01 +0000 (Thu, 25 Mar 2010)
New Revision: 22047

Modified:
   website/trunk/include/links.wmi
   website/trunk/po2wml.sh
   website/trunk/wml2po.sh
Log:
Add a link tag for svnprojects, pointing to https://svn.torproject.org/svn/projects/

Modified: website/trunk/include/links.wmi
===================================================================
--- website/trunk/include/links.wmi	2010-03-24 20:44:19 UTC (rev 22046)
+++ website/trunk/include/links.wmi	2010-03-25 15:02:01 UTC (rev 22047)
@@ -5,6 +5,7 @@
 <define-tag gittree whitespace=delete>http://gitweb.torproject.org/tor.git?a=tree;hb=HEAD;f=</define-tag>
 <define-tag gitrepo whitespace=delete>http://gitweb.torproject.org/tor.git?a=tree;hb=HEAD</define-tag>
 <define-tag svnwebsite whitespace=delete>https://svn.torproject.org/svn/website/trunk/</define-tag>
+<define-tag svnprojects whitespace=delete>https://svn.torproject.org/svn/projects/</define-tag>
 
 #  Xinclude "locallinks.wmi"
 #  Xinclude "langlocallinks.$(LANG).wmi"

Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh	2010-03-24 20:44:19 UTC (rev 22046)
+++ website/trunk/po2wml.sh	2010-03-25 15:02:01 UTC (rev 22047)
@@ -25,7 +25,7 @@
 # in website/include/versions.wmi. Tags that people usually forget to close,
 # as well as tags that are not defined in versions.wmi have been added.
 # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob>"`
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <svnprojects> <input> <hr> <br> <img> <gitblob>"`
 
 # We also need to use the nodefault option of po4a; space separated list
 # of tags that the module should not try to set by default in any

Modified: website/trunk/wml2po.sh
===================================================================
--- website/trunk/wml2po.sh	2010-03-24 20:44:19 UTC (rev 22046)
+++ website/trunk/wml2po.sh	2010-03-25 15:02:01 UTC (rev 22047)
@@ -31,7 +31,7 @@
 # in website/include/versions.wmi. Tags that people usually forget to close,
 # as well as tags that are not defined in versions.wmi have been added.
 # See: https://svn.torproject.org/svn/website/trunk/include/versions.wmi
-customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <input> <hr> <br> <img> <gitblob> <version-android-components>"`
+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>"`
 
 # We also need to use the nodefault option of po4a; space separated list
 # of tags that the module should not try to set by default in any



More information about the tor-commits mailing list