[or-cvs] r22418: {website} fixed an email address in verifying-signatures and added two (in website/trunk: . en)

Runa Sandvik runa.sandvik at gmail.com
Thu May 27 16:08:37 UTC 2010


Author: runa
Date: 2010-05-27 16:08:37 +0000 (Thu, 27 May 2010)
New Revision: 22418

Modified:
   website/trunk/en/verifying-signatures.wml
   website/trunk/wml2po.sh
Log:
fixed an email address in verifying-signatures and added two new tags to wml2po

Modified: website/trunk/en/verifying-signatures.wml
===================================================================
--- website/trunk/en/verifying-signatures.wml	2010-05-27 16:07:54 UTC (rev 22417)
+++ website/trunk/en/verifying-signatures.wml	2010-05-27 16:08:37 UTC (rev 22418)
@@ -135,8 +135,8 @@
 
 pub   1024D/DDC6C0AD 2006-07-26
       Key fingerprint = BECD 90ED D1EE 8736 7980  ECF8 1B0C A30C DDC6 C0AD
-uid                  Mike Perry <mikeperry at fscked.org>
-uid                  Mike Perry <mikepery at fscked.org>
+uid                  Mike Perry &lt;mikeperry at fscked.org&gt;
+uid                  Mike Perry &lt;mikepery at fscked.org&gt;
 sub   4096g/AF0A91D7 2006-07-26
 
 </pre>

Modified: website/trunk/wml2po.sh
===================================================================
--- website/trunk/wml2po.sh	2010-05-27 16:07:54 UTC (rev 22417)
+++ website/trunk/wml2po.sh	2010-05-27 16:08:37 UTC (rev 22418)
@@ -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> <svnprojects> <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> <package-androidbundle-alpha> <package-androidbundle-alpha-sig>"`
 
 # 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