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

Re: Bug#516168: /volatile/index.wml to be updated with Lenny



On Mon, Feb 23, 2009 at 12:15:16PM +0800, Anthony Wong wrote:
> tags 516168 patch
> thanks
> 
> Attached a patch against /webwml/english/volatile/index.wml , I don't
> have the www cvs tree right now so I can't test the correctness.

"#use wml::debian::release_info" includes the following variables : 
current_release_name
current_testing_name
current_oldstable_name

The attached diff against the proposed diff use this method, so that
it's no longer necessary to update the page at each new major release

If volatile team is happy with that, that will be committed to the CVS
(using smartchanges.pl if possible to avoid useless much work for
translators).

-- 
Simon Paillard
--- volatile.index.wml.diff	2009-02-23 08:43:38.265558706 +0100
+++ volatile.wml.spa.diff	2009-02-23 08:44:54.389561449 +0100
@@ -1,17 +1,20 @@
---- index.wml.orig	2009-02-23 11:48:52.000000000 +0800
-+++ index.wml	2009-02-23 12:06:07.000000000 +0800
-@@ -1,7 +1,7 @@
+Index: index.wml
+===================================================================
+RCS file: /cvs/webwml/webwml/english/volatile/index.wml,v
+retrieving revision 1.7
+diff -u -r1.7 index.wml
+--- index.wml	18 Feb 2008 14:09:29 -0000	1.7
++++ index.wml	23 Feb 2009 07:44:54 -0000
+@@ -1,7 +1,5 @@
  #use wml::debian::template title="The debian-volatile Project"
 -<define-tag current_testing_name>lenny</define-tag>
 -<define-tag current_stable_name>etch</define-tag>
 -<define-tag current_oldstable_name>sarge</define-tag>
-+<define-tag current_testing_name>squeeze</define-tag>
-+<define-tag current_stable_name>lenny</define-tag>
-+<define-tag current_oldstable_name>etch</define-tag>
++#use wml::debian::release_info
  
  <h2>debian-volatile for end users</h2>
  
-@@ -48,20 +48,21 @@
+@@ -48,20 +46,21 @@
  a <a href="volatile-mirrors">network of mirrors</a> is active and available.
  </p>
  <p>

Reply to: