[or-cvs] r24111: {website} Fix download links for signatures on download-unix They were (in website/trunk: . download/en)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Thu Jan 20 01:43:02 UTC 2011


Author: sebastian
Date: 2011-01-20 01:43:02 +0000 (Thu, 20 Jan 2011)
New Revision: 24111

Modified:
   website/trunk/download/en/download-unix.wml
   website/trunk/wml2po.sh
Log:
Fix download links for signatures on download-unix

They were broken since revision 23974 when the removal of -sig version
tags was a bit overzealous.

Modified: website/trunk/download/en/download-unix.wml
===================================================================
--- website/trunk/download/en/download-unix.wml	2011-01-19 18:33:15 UTC (rev 24110)
+++ website/trunk/download/en/download-unix.wml	2011-01-20 01:43:02 UTC (rev 24111)
@@ -78,11 +78,11 @@
 <td>Source tarballs</td>
 <td>
 <a href="<package-source-stable>"><version-stable></a>
- (<a href="<package-source-stable-sig>">sig</a>)
+ (<a href="<package-source-stable>.asc">sig</a>)
 </td>
 <td>
 <a href="<package-source-alpha>"><version-alpha></a>
- (<a href="<package-source-alpha-sig>">sig</a>)
+ (<a href="<package-source-alpha>.asc">sig</a>)
 </td>
 <td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd></td>
 </tr>

Modified: website/trunk/wml2po.sh
===================================================================
--- website/trunk/wml2po.sh	2011-01-19 18:33:15 UTC (rev 24110)
+++ website/trunk/wml2po.sh	2011-01-20 01:43:02 UTC (rev 24111)
@@ -32,7 +32,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> <package-androidbundle-alpha> <package-androidbundle-alpha-sig> <version-androidbundle-tor> <video controls> <wiki>"`
+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> <version-androidbundle-tor> <video controls> <wiki>"`
 
 # 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