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

View: New views
3 Messages — Rating Filter:   Alert me  

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

by Simon Paillard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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>


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

by Luk Claes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Simon Paillard wrote:

> 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).

Yes, we're happy with that, please commit this change, TIA.

Cheers

Luk


--
To UNSUBSCRIBE, email to debian-volatile-request@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


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

by Simon Paillard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

tags 516168 +pending
thanks

On Mon, Feb 23, 2009 at 10:31:06AM +0100, Luk Claes wrote:

> Simon Paillard wrote:
> > On Mon, Feb 23, 2009 at 12:15:16PM +0800, Anthony Wong wrote:
> >> 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).
>
> Yes, we're happy with that, please commit this change, TIA.

For the record (and promotion of smart_change.pl) :

./smart_change.pl -s 's|sarge/volatile|<current_oldstable_name>/volatile|g;s|etch/volatile|<current_release_name>/volatile|g' english/volatile/index.wml

Commited in the CVS, available on the website wihtin a few hours.

--
Simon Paillard


--
To UNSUBSCRIBE, email to debian-volatile-request@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...