[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: (2nd try) Add extra page at /CD/verify.html



On Wed, Mar 16, 2011 at 06:23:41PM +0000, Steve McIntyre wrote:
>Patch v2 after comments from taffit on IRC:
>
> * use HTML entities for quotes, < and >
> * move the key data out to a separate file to reduce potential
>   translation noise
> * clean up use of #use wml::debian::release_info

And now an extra diff to add "Verify" to the menus in the CD area

-- 
Steve McIntyre, Cambridge, UK.                                steve@einval.com
Into the distance, a ribbon of black
Stretched to the point of no turning back
? template/debian/release_data.wml
Index: template/debian/cdimage.wml
===================================================================
RCS file: /cvsroot/webwml/webwml/english/template/debian/cdimage.wml,v
retrieving revision 1.92
diff -u -p -r1.92 cdimage.wml
--- template/debian/cdimage.wml	22 Feb 2011 02:05:41 -0000	1.92
+++ template/debian/cdimage.wml	16 Mar 2011 18:44:24 -0000
@@ -39,6 +39,9 @@
 <define-tag dc_rsyncmirrors whitespace=delete>
   <gettext domain="cdimage"><void id="dc_rsyncmirrors" />Rsync Mirrors</gettext>
 </define-tag>
+<define-tag dc_verify whitespace=delete>
+  <gettext domain="cdimage"><void id="dc_verify" />Verify</gettext>
+</define-tag>
 <define-tag dc_torrent whitespace=delete>
   <gettext domain="cdimage"><void id="dc_torrent" />Download with Torrent</gettext>
 </define-tag>
@@ -108,6 +111,7 @@
          <li><a href="$(HOME)/CD/http-ftp/"><dc_httpftp/></a></li>
          <li><a href="$(HOME)/CD/torrent-cd/"><dc_torrent/></a></li>
          <li><a href="$(HOME)/CD/mirroring/rsync-mirrors"><dc_rsyncmirrors/></a></li>
+         <li><a href="$(HOME)/CD/verify"><dc_verify/></a></li>
 	 </ul>
       </li>
       <li><dc_misc/>

Reply to: