[or-cvs] r21452: {website} update scripts with new custom tag (website/trunk)

Runa Sandvik runa.sandvik at gmail.com
Tue Jan 19 18:02:31 UTC 2010


Author: runa
Date: 2010-01-19 18:02:31 +0000 (Tue, 19 Jan 2010)
New Revision: 21452

Modified:
   website/trunk/po2wml.sh
   website/trunk/wml2po.sh
Log:
update scripts with new custom tag

Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh	2010-01-19 15:18:15 UTC (rev 21451)
+++ website/trunk/po2wml.sh	2010-01-19 18:02:31 UTC (rev 21452)
@@ -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>"`
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <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-01-19 15:18:15 UTC (rev 21451)
+++ website/trunk/wml2po.sh	2010-01-19 18:02:31 UTC (rev 21452)
@@ -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>"`
+customtag=`echo $(cat "$wmldir/include/versions.wmi" | awk '{ printf "<%s> " , $2 }' | sed 's/<>//g') "<svnsandbox> <svnwebsite> <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



More information about the tor-commits mailing list