Re: CVS webwml/english/template/debian

2008-06-24 Thread Gerfried Fuchs
Am Montag, den 23.06.2008, 05:22 -0600 schrieb CVS User tvainika: > Update of /cvs/webwml/webwml/english/template/debian > In directory gluck:/tmp/cvs-serv26962 > > Modified Files: > languages.wml > Log Message: > Add Hebrew Thanks, you broke the build with forgetting to add a hebrew TC.

Re: CVS webwml/english/template/debian

2001-09-25 Thread Denis Barbier
On Tue, Sep 25, 2001 at 10:47:12AM +0200, Gerfried Fuchs wrote: > On Mon, Sep 24, 2001, Denis Barbier wrote: > > I suggested to adopt this syntax now in template files, because this change > > allows generation of both HTML and XHTML files. OTOH, WML cannot generate > > XHTML files if templates ar

Re: CVS webwml/english/template/debian

2001-09-25 Thread Gerfried Fuchs
On Mon, Sep 24, 2001, Denis Barbier wrote: > I suggested to adopt this syntax now in template files, because this change > allows generation of both HTML and XHTML files. OTOH, WML cannot generate > XHTML files if templates are not XHTML-compliant. > So I see only benefits for this change, the onl

Re: CVS webwml/english/template/debian

2001-09-24 Thread Denis Barbier
On Mon, Sep 24, 2001 at 10:28:04PM +0200, Martin Schulze wrote: [...] > I'm still too stupid to understand. > > Why do we have to use instead of ? > > Because there is no ? If so why? In HTML, some end tags are optional, e.g. , , usw. Next generation is XHTML, which is based upon XML. In XML,

Re: CVS webwml/english/template/debian

2001-09-24 Thread Martin Schulze
Denis Barbier wrote: > On Mon, Sep 24, 2001 at 07:53:19PM +0200, Martin Schulze wrote: > > Debian CVS barbier wrote: > > > Update of /cvs/webwml/webwml/english/template/debian > > > In directory klecker:/tmp/cvs-serv24335 > > > > > > Modified Files: > > > consultant.wml ddp.wml event.wml mainpag

Re: CVS webwml/english/template/debian

2001-09-24 Thread Denis Barbier
On Mon, Sep 24, 2001 at 07:53:19PM +0200, Martin Schulze wrote: > Debian CVS barbier wrote: > > Update of /cvs/webwml/webwml/english/template/debian > > In directory klecker:/tmp/cvs-serv24335 > > > > Modified Files: > > consultant.wml ddp.wml event.wml mainpage.wml news.wml > > past_even

Re: CVS webwml/english/template/debian

2001-09-24 Thread Martin Schulze
Debian CVS barbier wrote: > Update of /cvs/webwml/webwml/english/template/debian > In directory klecker:/tmp/cvs-serv24335 > > Modified Files: > consultant.wml ddp.wml event.wml mainpage.wml news.wml > past_event.wml template.wml translation-check.wml votebar.wml > Log Message: > Add

Re: CVS webwml/english/template/debian

2001-07-29 Thread Josip Rodin
On Sat, Jul 28, 2001 at 10:55:12AM +0200, Denis Barbier wrote: > The problem is that almost all .wml files depend upon mirrors.wml, but > this dependency is absent from the Makefiles. In the future, when you find an error or an omission as obvious and trivial as this, please don't hesitate one sec

Re: CVS webwml/english/template/debian

2001-07-28 Thread Martin Schulze
Denis Barbier wrote: > On Sat, Jul 28, 2001 at 10:52:48AM +0200, Martin Schulze wrote: > > Denis Barbier wrote: > [...] > > > The problem is that almost all .wml files depend upon mirrors.wml, but > > > this dependency is absent from the Makefiles. > > > > Could you add it where appropriate? > >

Re: CVS webwml/english/template/debian

2001-07-28 Thread Denis Barbier
On Sat, Jul 28, 2001 at 10:52:48AM +0200, Martin Schulze wrote: > Denis Barbier wrote: [...] > > The problem is that almost all .wml files depend upon mirrors.wml, but > > this dependency is absent from the Makefiles. > > Could you add it where appropriate? Done, should work now. Denis

Re: CVS webwml/english/template/debian

2001-07-28 Thread Martin Schulze
Denis Barbier wrote: > On Sat, Jul 28, 2001 at 08:35:22AM +0200, Martin Schulze wrote: > > Debian CVS barbier wrote: > > > * Makefile.common is updated to generate macros for country names into > > >english/template/debian/countries.def from Perl hash tables found in > > >english/template/

Re: CVS webwml/english/template/debian

2001-07-28 Thread Denis Barbier
On Sat, Jul 28, 2001 at 08:35:22AM +0200, Martin Schulze wrote: > Debian CVS barbier wrote: > > * Makefile.common is updated to generate macros for country names into > >english/template/debian/countries.def from Perl hash tables found in > >english/template/debian/countries.wml; this file

Re: CVS webwml/english/template/debian

2001-07-28 Thread Martin Schulze
Debian CVS barbier wrote: > * Makefile.common is updated to generate macros for country names into >english/template/debian/countries.def from Perl hash tables found in >english/template/debian/countries.wml; this file is included by >wml::debian::countries. Denis, this doesn't work

Re: CVS webwml/english/template/debian

2001-06-10 Thread Josip Rodin
On Sun, Jun 10, 2001 at 04:09:10PM +0200, Martin Schulze wrote: > > > > > On a related note, is it possible to distribute $CUR_DIR from Makefile > > > > > into wml? If so, we could use '#include > > > > > "$(ENGLISHDIR)/$(CUR_DIR)/file"' > > > > > instead of static paths components. > > > > > >

Re: CVS webwml/english/template/debian

2001-06-10 Thread Martin Schulze
Josip Rodin wrote: > On Sun, Jun 10, 2001 at 02:57:12PM +0200, Martin Schulze wrote: > > > > On a related note, is it possible to distribute $CUR_DIR from Makefile > > > > into wml? If so, we could use '#include > > > > "$(ENGLISHDIR)/$(CUR_DIR)/file"' > > > > instead of static paths components.

Re: CVS webwml/english/template/debian

2001-06-10 Thread Josip Rodin
On Sun, Jun 10, 2001 at 02:57:12PM +0200, Martin Schulze wrote: > > > On a related note, is it possible to distribute $CUR_DIR from Makefile > > > into wml? If so, we could use '#include "$(ENGLISHDIR)/$(CUR_DIR)/file"' > > > instead of static paths components. > > > > Yeah, we could add it by ad

Re: CVS webwml/english/template/debian

2001-06-10 Thread Martin Schulze
Josip Rodin wrote: > On Sun, Jun 10, 2001 at 02:24:46PM +0200, Martin Schulze wrote: > > > added locale setting so that sorting starts working according to locales > > > > > > --- /cvs/webwml/webwml/english/template/debian/languages.wml > > > 2001/06/02 21:22:21 1.78 > > > +++ /cvs/webwm

Re: CVS webwml/english/template/debian

2001-06-10 Thread Josip Rodin
On Sun, Jun 10, 2001 at 01:32:44PM +0200, Martin Schulze wrote: > > Update of /cvs/webwml/webwml/english/template/debian > > In directory klecker:/tmp/cvs-serv28767 > > > > Modified Files: > > navbar.wml > > Log Message: > > moved the top images to the left, added mirror drop list to the righ

Re: CVS webwml/english/template/debian

2001-06-10 Thread Josip Rodin
On Sun, Jun 10, 2001 at 02:24:46PM +0200, Martin Schulze wrote: > > added locale setting so that sorting starts working according to locales > > > > --- /cvs/webwml/webwml/english/template/debian/languages.wml > > 2001/06/02 21:22:21 1.78 > > +++ /cvs/webwml/webwml/english/template/deb

Re: CVS webwml/english/template/debian

2001-06-10 Thread Martin Schulze
Debian CVS joy wrote: > Update of /cvs/webwml/webwml/english/template/debian > In directory klecker:/tmp/cvs-serv7835 > > Modified Files: > languages.wml > Log Message: > added locale setting so that sorting starts working according to locales > > --- /cvs/webwml/webwml/english/template/de

Re: CVS webwml/english/template/debian

2001-06-10 Thread Martin Schulze
Debian CVS joy wrote: > Update of /cvs/webwml/webwml/english/template/debian > In directory klecker:/tmp/cvs-serv28767 > > Modified Files: > navbar.wml > Log Message: > moved the top images to the left, added mirror drop list to the right of > them; made the images link to / and removed th