Re: Mistakes in javascript code for virtual packages in packages.debian.org

2008-01-14 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2008-01-11 17:59] :
> Hello,
> 
> I have just noticed that in the page
> http://packages.debian.org/lenny/xscreensaver, the code for wordlist (a
> virtual package) ends with:
> 
>  init_toggle_elem("wordlist",32 providing 
> packages
> 
> which is incorrect because the second argument should be quoted and it lacks
> the final parenthesis for init_toggle_elem.

I've had a quick look at the code and the following small patch should
be enough to fix this problem:

diff --git a/templates/html/search.tmpl b/templates/html/search.tmpl
index f90586a..2cf2aeb 100644
--- a/templates/html/search.tmpl
+++ b/templates/html/search.tmpl
@@ -112,7 +112,7 @@
   [%- IF real_archive %] [[% real_archive 
%]][% END %]
 [% g('Binary packages:') %]  
[% IF binaries.size > 10 %]
-   init_toggle_elem("[% js_id %]","[% g('%u 
binary packages', binaries.size) %])
+   init_toggle_elem("[% js_id %]","[% g('%u 
binary packages', binaries.size) %]")
[% END %]
 
   [% END %]
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index bfd3c78..9ab8f48 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -256,7 +256,7 @@
  [% js_id = name %]
 [% FOREACH provider IN providers.pkgs.sort
[% IF providers.pkgs.size > 10 %]
-   init_toggle_elem("[% js_id %]",[% g('%u 
providing packages', providers.pkgs.size) %]
+   

Mistakes in javascript code for virtual packages in packages.debian.org

2008-01-11 Thread Frédéric Bothamy
Hello,

I have just noticed that in the page
http://packages.debian.org/lenny/xscreensaver, the code for wordlist (a
virtual package) ends with:

 init_toggle_elem("wordlist",32 providing 
packages

which is incorrect because the second argument should be quoted and it lacks
the final parenthesis for init_toggle_elem.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: quotation marks used for

2007-05-23 Thread Frédéric Bothamy
* Josip Rodin <[EMAIL PROTECTED]> [2007-05-23 20:06] :
> Hi,
> 
> These  tags seem nice, but I can't get them to display actual Croatian
> localized quote marks.  didn't help either.
> 
> We want „this”.
> 
> Can we make WML, when compiling Croatian pages, replace all instances of
>  with „ and all instances of  with ” in one of the
> top-level templates? I forgot where such a thing could be done, but ISTR
> that it is possible.

You should not replace , but define how this is displayed using a
file debian-hr.css in the directory webwml/croatian.

This already seems to be done. I have grepped through the files under
croatian/, and only the file News/1999/19990927.wml contains the tag
. You can see how this is displayed in
http://www.debian.org/News/1999/19990927.hr.html.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Problem with menu and navbar in French translation of the main page

2007-04-28 Thread Frédéric Bothamy
Hello,

I have noticed that on the French translation of the main page
(http://www.debian.org/index.fr.html), the left menu and the navbar are
not translated any more.

I checked the wml_run.log yesterday night and noticed that this page was
rebuilt, but I could not understand why (I could not find anything
obvious by browsing the CVS repository).

Does anyone know if something recently changed on www-master (maybe some
locales were changed?) ?

Unfortunately, I do not have enough time to investigate this issue until
next thursday.


Fred (French website translation coordinator)

PS: I have just noticed that this problem exists with all rebuilt
webpages (for French, I don't know for other languages) (compare
http://www.debian.org/News/weekly/2007/04/index.fr.html and
http://www.debian.org/News/weekly/2007/05/index.fr.html)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Split of volatile webpages complete: please test/comment

2007-04-25 Thread Frédéric Bothamy
* Jens Seidel <[EMAIL PROTECTED]> [2007-04-23 00:17] :
> Hi Luk,
> 
> On Sun, Apr 22, 2007 at 04:31:39PM +0200, Luk Claes wrote:
> > The split of the volatile webpages is comitted into the www.d.o repository.
> 
> it was hard work to move the translations but I think I finished it (at
> least for German and partially for French and Italian). Luk, please
> always commit different patches separatly. I noticed that you moved
> files from devel/debian-volatile/ to volatile/ *and* changed the content
> at the same time! This makes moving translations much harder, because
> these need to be moved *and* synchronised at the same time ... If a
> translator misses the fact that volatile/ contains moved file the
> translator could redone the work!

Thanks for your work, Jens.

I have updated the French translation yesterday night and it was really
easy (a few fixes and copy-paste and it was all).

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian WWW CVS commit by alfie: webwml/french/devel/debian-volatile submit.wml

2007-04-19 Thread Frédéric Bothamy
* Gerfried Fuchs <[EMAIL PROTECTED]> [2007-04-18 23:14] :
> * Frédéric Bothamy <[EMAIL PROTECTED]> [2007-04-18 01:54]:
> > * Debian WWW CVS <[EMAIL PROTECTED]> [2007-04-17 04:14] :
> >> CVSROOT:   /cvs/webwml
> >> Module name:   webwml
> >> Changes by:alfie   07/04/17 04:14:15
> >> 
> >> Modified files:
> >>french/devel/debian-volatile: submit.wml 
> >> 
> >> Log message:
> >>s#mirror/countries.data#template/debian/countries_all.wml#
> > 
> > Hello,
> > 
> > Is this change correct?
> 
>  Yes: it removes a build error because the old file in mirror doesn't
> exist anymore and has been moved.  Please read the cvs log for
> english/mirror/countries.data and
> english/template/debian/countries_all.wml.
> 
> > The English diff is:
> > 
> > diff -u -r1.13 -r1.14
> 
>  Sorry, but did you took a look at the header of the named file?
> 
> #v+
> $> head -2 french/devel/debian-volatile/submit.wml
> #use wml::debian::template title="Soumission d'informations de miroir 
> volatile"
> #use wml::debian::translation-check translation="1.13" maintainer="Frédéric 
> Bothamy"
> #v-
> 
>  I haven't incorporated the diff you mention.  I don't speak french (or
> just a petit pu), so I when fixing build problems I don't bump the
> translation-check header.
> 
> > --- webwml/english/devel/debian-volatile/submit.wml 2007/04/09 14:55:44 
> > 1.13
> > +++ webwml/english/devel/debian-volatile/submit.wml 2007/04/16 23:31:24 
> > 1.14
> > @@ -1,4 +1,5 @@
> >  #use wml::debian::template title="Submit Volatile Mirror Information"
> > +#use wml::debian::countries_all
> >  
> >  If you would like to submit information about a mirror of Debian 
> > Volatile
> >  (FTP archive, web), you can do so using the form below.
> > @@ -174,7 +175,6 @@
> >  
> >  
> >  Country of site:  
> > -#include "$(ENGLISHDIR)/mirror/countries.data"
> >  <: country_list() :>
> >  
> >  
> 
>  Oh - I should have taken a look at diff, then.  I wasn't aware when
> noticing the moving of the file that this was the only change in the
> english original.  I just saw the file moved and saw the build errors,
> so I did the approach I saw less intrusive.  Seeing now that the whole
> diff wasn't more than this change I really wonder why Joy didn't change
> it in all languages so not burden the translation teams with it and not
> break the building of other languages - but that might just be me.

Oh ok, I thought that you did changes for english and other languages as
well and wondered why the translation-check header was not updated as
there was no change in the text. I understand now my mistake.
 
> > while the French diff is:
> 
>  With _no_ translation-check header update, so your file is still marked
> as outdated[1], and as you notice you have noticed the difference quite
> properly, so there should be nothing holding you back to update your
> file properly. :)

Yes, will do.
 
> > BTW I have noticed a few country names are missing in
> > english/template/debian/countries.wml (AD, AF, AG, AI, etc.), but are in
> > countries_all.wml and are thus not translated in
> > http://www.debian.org/devel/debian-volatile/submit.fr.html.
> 
>  That's not true anymore, if you have checked since the rebuild after my
> - it uses now the countries_all.wml to which the original file was
> moved.  I can just guess countries.wml will be removed eventually, but
> that is just my guess, after most propably all the other files have been
> updated accordingly.  Or another cleanup round by myself when the file
> gets removed...

Maybe I was not clear enough. countries_all.wml uses countries.wml for
translation (using ). But currently there is
no such entry for Andorra (defined in countries_all.wml) in
countries.wml, and so it can not be translated to French (as it is not
in countries.fr.po) in the submit.fr.html webpage.

The fix would be to add to countries.wml the missing countries, to
regenerate countries.pot and to update the translations.

Thanks for your help.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian WWW CVS commit by alfie: webwml/french/devel/debian-volatile submit.wml

2007-04-17 Thread Frédéric Bothamy
* Debian WWW CVS <[EMAIL PROTECTED]> [2007-04-17 04:14] :
> CVSROOT:  /cvs/webwml
> Module name:  webwml
> Changes by:   alfie   07/04/17 04:14:15
> 
> Modified files:
>   french/devel/debian-volatile: submit.wml 
> 
> Log message:
>   s#mirror/countries.data#template/debian/countries_all.wml#

Hello,

Is this change correct?

The English diff is:

diff -u -r1.13 -r1.14
--- webwml/english/devel/debian-volatile/submit.wml 2007/04/09 14:55:44 
1.13
+++ webwml/english/devel/debian-volatile/submit.wml 2007/04/16 23:31:24 
1.14
@@ -1,4 +1,5 @@
 #use wml::debian::template title="Submit Volatile Mirror Information"
+#use wml::debian::countries_all
 
 If you would like to submit information about a mirror of Debian Volatile
 (FTP archive, web), you can do so using the form below.
@@ -174,7 +175,6 @@
 
 
 Country of site:  
-#include "$(ENGLISHDIR)/mirror/countries.data"
 <: country_list() :>
 
 

while the French diff is:

diff -u -r1.11 -r1.12
--- webwml/french/devel/debian-volatile/submit.wml  2007/04/11 00:58:31 
1.11
+++ webwml/french/devel/debian-volatile/submit.wml  2007/04/17 10:14:15 
1.12
@@ -197,7 +197,7 @@
 
 
 Pays du site :  
-#include "$(ENGLISHDIR)/mirror/countries.data"
+#include "$(ENGLISHDIR)/template/debian/countries_all.wml"
 <: country_list() :>
 
 


BTW I have noticed a few country names are missing in
english/template/debian/countries.wml (AD, AF, AG, AI, etc.), but are in
countries_all.wml and are thus not translated in
http://www.debian.org/devel/debian-volatile/submit.fr.html.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Improvements of the website

2007-04-17 Thread Frédéric Bothamy
* Bastian Venthur <[EMAIL PROTECTED]> [2007-04-17 10:15] :
> Hi,
> 
> I'm sure this was discussed before (I'm not following -www regulary),
> but why don't we merge the wiki.d.o and debian.org?
> 
> If we fear vandalism for the "official" part of the homepage we could
> restrict the write-access of those sites to certain usergroups. I'm sure
> MoinMoin supports ACL and stuff.

I don't know any Wiki which handles translation as well as our current
infrastructure does (with content negociation). The Debian Wiki is no
exception (compare http://wiki.debian.org/PageD'Accueil and
http://wiki.debian.org/FrontPage).

Moreover, the current translation infrastructure allows a good quality
control (based on my experience in the French translation team).

> This way we wouldn't have to distinguish between informations available
> in "the wiki" and "the homepage" this makes no sense anyway from a users
> point of view. A big plus is certainly that we can get rid of WML and
> CVS, and switch to a much more comfortable solution for web publishing.

What might be possible is to add a link at the bottom of each webpage
with a link to the correct WebCVS wml page and instructions to submit
any correction to the appropriate mailing list (I don't think that
editing WML would be difficult to our users).

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Release announcement for Etch -- help needed by translators

2007-04-08 Thread Frédéric Bothamy
* Alexander Schmehl <[EMAIL PROTECTED]> [2007-04-07 19:10] :
> <[EMAIL PROTECTED]>, Kåre Thor Olsen <[EMAIL PROTECTED]>, Luk Claes <[EMAIL 
> PROTECTED]>, Miroslav Kure <[EMAIL PROTECTED]>, Mohammed Adnène Trojette 
> <[EMAIL PROTECTED]>, Peter Karlsson <[EMAIL PROTECTED]>, Recai Oktas <[EMAIL 
> PROTECTED]>, Ruslan Batdalov <[EMAIL PROTECTED]>, Tapio Lehtonen <[EMAIL 
> PROTECTED]>, Tommi Vainikainen <[EMAIL PROTECTED]>
> Subject: release announcement for etch
> Reply-To: 
> 
> [ Bcc'ing people involved with the sarge announcement;  sorry if you get
>   that mail twice ]
> 
> Hi!
> 
> As you might know, we are really short before releasing etch.  Since
> Joey is on vacation, I have the pleasure to send out the announcement :)
> 
> An annoucement has been written with the help of the people on the
> -publicity and -l10n-english mailing list.  I think it would be ready to
> be translated to other languages as well.
> 
> The announcement is available at
> http://people.debian.org/~tolimar/release.txt (and soon .wml).
> It would be great if you could translate it in time so the anouncement
> would be in all kind of languages in place.

Hello Alexander,

In the release.txt file, the dates are wrong (they reference "April 1st,
2007" while it should be "April 8th, 2007").

It also says:

  As always, Debian GNU/Linux systems can be upgraded quite painlessly, in
  place, without any forced downtime, but it is strongly recommended to
  read the release notes for possible issues.

This is unfortunately not true: the upgrade is quite painful with a
minimal upgrade, then an upgrade for some packages (depending on your
configuration) and the kernel, a reboot and then the complete system
dist-upgrade (see section 4.5 of the release notes for details).

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Order of countries in http://www.debian.org/CD/vendors/ ?

2006-11-23 Thread Frédéric Bothamy
* Kaare Olsen <[EMAIL PROTECTED]> [2006-11-23 19:10] :
> On Thu, 23 Nov 2006 18:43:39 +0100
> Frédéric Bothamy <[EMAIL PROTECTED]> wrote:
> 
> > I wonder why the countries at the top of the page
> > http://www.debian.org/CD/vendors/ are correctly sorted except for
> > Croatia.
> 
> Probably an oversight.
>  
> > Should I fix this with this patch:
> [...]
> 
> Yes, in my opinion.

Ok, I have noticed more sorting errors. Using sort and the iso3166.tab
file, I could find the following errors:

--- index.wml   30 Oct 2006 16:11:31 -  1.29
+++ index.wml   24 Nov 2006 01:24:06 -
@@ -1,18 +1,23 @@
 #use wml::debian::cdimage title="Vendors of Debian CDs" BARETITLE=true
 GEN_TIME=true
 #use wml::debian::countries

+# Note to translators:
+# This list should be sorted with your own language
+# country names (which will probably be different from
+# english one)
 
   
   
-  
   
+  
   
-  
   
+  
   
   
   
   
+  
   
   
   
@@ -21,13 +26,12 @@
   
   
   
-  
   
+  
   
   
-  
   
-  
+  
   
   
   
@@ -35,15 +39,15 @@
   
   
   
-  
   
+  
   
   
   
-  
   
-  
   
+  
+  
   
   
   

I have commited these changes.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Order of countries in http://www.debian.org/CD/vendors/ ?

2006-11-23 Thread Frédéric Bothamy
* Jens Seidel <[EMAIL PROTECTED]> [2006-11-23 21:45] :
> On Thu, Nov 23, 2006 at 06:43:39PM +0100, Frédéric Bothamy wrote:
> > I wonder why the countries at the top of the page
> > http://www.debian.org/CD/vendors/ are correctly sorted except for
> > Croatia.
> 
> I tried to fix the order for German but now I'm confused what still need
> to be swapped :-) Instead of committing and checking the file 4 hours
> later I build it locally.
> 
> Now I noticed again that all gettext related stuff is untranslated in my
> local build. I remember that I never got these translated in the past.
> 
> I read english/po/README but it doesn't help:
> 
> Q. It doesn't work, what happens?
> A. There may be several reasons, e.g.
>* mp4h >= 1.3.0 must be installed in order to display translated strings,
>  make sure your version is recent enough
> 
> Yep, it is.
> 
>* Your language must have been generated in /usr/lib/locale//,
>  otherwise gettext seems unable to display localized strings :(
> 
> /usr/lib/locale/ is not used, right? Do I need to copy .mo files into
> /usr/share/locale/de/? make install in po/ does not perform this step!
> 
> I called strace to see what files are accessed by wml but no success ...

This is typical if you haven't installed the exact locale used for
translation (see .wmlrc in your language directory). For instance,
French .wmlrc uses fr_FR.ISO-8859-15 whereas my system uses fr_FR.UTF-8,
so I had to install the other locale to be able to generate completely
translated webpages.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian WWW CVS commit by zobel: webwml/english/intro organization.data

2006-11-23 Thread Frédéric Bothamy
* Debian WWW CVS <[EMAIL PROTECTED]> [2006-11-23 06:03] :
> CVSROOT:  /cvs/webwml
> Module name:  webwml
> Changes by:   zobel   06/11/23 06:03:06
> 
> Modified files:
>   english/intro  : organization.data 
> 
> Log message:
>   upon Cord's request: merge listmaster and listweb, remove inactive 
> members

Please don't forget to run 'make pot' in the directory english/po so
that the new string can be translated in other languages (I have done it
for the current one).

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Order of countries in http://www.debian.org/CD/vendors/ ?

2006-11-23 Thread Frédéric Bothamy
Hello,

I wonder why the countries at the top of the page
http://www.debian.org/CD/vendors/ are correctly sorted except for
Croatia.

Should I fix this with this patch:

--- CD/vendors/index.wml30 Oct 2006 16:11:31 -  1.29
+++ CD/vendors/index.wml23 Nov 2006 17:40:34 -
@@ -12,6 +12,7 @@
   
   
   
+  
   
   
   
@@ -21,7 +22,6 @@
   
   
   
-  
   
   
   


I also noticed that it was worse in French (and some other languages). I
suggest that a note should be added before the list in
english/CD/vendors/index.wml to warn translators that the list should be
sorted in their own language.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: need help for mpi python

2006-11-10 Thread Frédéric Bothamy
* BELFERKOUS_Hadel <[EMAIL PROTECTED]> [2006-11-10 09:58] :
> please, i have a problem to use the pyMPI package,
> i think i instal it correctly but it tel me the messanger error like this
> 
> ~> python
> Python 2.3.3 (#1, Feb  5 2005, 16:51:00)
> [GCC 3.3.3 (SuSE Linux)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>>
> >>> import pyMPI
> Traceback (most recent call last):
> File "", line 1, in ?
> ImportError: No module named pyMPI
> >>>
> >>> import mpi
> Traceback (most recent call last):
> File "", line 1, in ?
> ImportError: No module named mpi
> >>>
> >>>
> can you help me  ( i work with linux platform)   

Hello Hadel,

Please post this message to debian-user (or debian-user-french as your
email suggests that you are French). The debian-www list is used for the
Debian website maintenance.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Debian WWW CVS commit by don: webwml/english/Bugs index.wml

2006-10-22 Thread Frédéric Bothamy
* Debian WWW CVS <[EMAIL PROTECTED]> [2006-10-22 03:24] :
> CVSROOT:  /cvs/webwml
> Module name:  webwml
> Changes by:   don 06/10/22 03:24:04
> 
> Modified files:
>   english/Bugs   : index.wml 
> 
> Log message:
>Link to the search cgi instead of google groups et al. for bug 
> searching

Thanks for providing a local search form. However I noticed the
following minor problems:

- there is no DOCTYPE declaration
- there is a typo for the closing tag for the number of results:

  Max results: 
  10
 ^^
- there is an unecessary  just after this combobox:

  200
  
  
   ^

I guess that these are bugs in the hyperestrayer package installed on
merkel. However I could not find the second bug in the hyperestrayer
unstable source package (version 1.4.6-1). Was an older version
installed?

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#394479: www.debian.org: Please remove a note on Woody

2006-10-21 Thread Frédéric Bothamy
reassign 394479 debian-reference
thanks

* Tshepang Lekhonkhobe <[EMAIL PROTECTED]> [2006-10-21 13:52] :
> Package: www.debian.org
> Severity: normal
> 
> The offending info can be found at
> http://www.us.debian.org/doc/manuals/reference/ch-system.en.html#s-frozen
> (section 2.1.6) which states that:
> 
> "The recent Woody release process did not create a symbolic link
> frozen/, so frozen was not a distribution but just a development stage
> of the testing distribution."
> 
> but Woody isn't so recent. The information could probably be
> transferred to the debian-history package

This text comes from the debian-reference package, reassigning bug
accordingly.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem in viewing postings in list archives after a search

2006-10-19 Thread Frédéric Bothamy
* Martin Schulze <[EMAIL PROTECTED]> [2006-10-19 15:48] :
> Eftaxiopoulos Dimitrios wrote:
> > Hello,
> > after searching several debian list archives using a keyword and having 
> > collected the tiles of the postings, I click on the posting tile to view 
> > the 
> > full content of it and I get the response:
> > 
> > Not Found
> > The requested URL //srv/-srv07/msg6.html was not found on this server.
> 
> This does indeed look quite strange.  Could you explain which URLs
> you visited or which page provides the links that don't work respectively?

This was reported a few days ago as bug #393551.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Commiting the French DWN 2006/31

2006-08-07 Thread Frédéric Bothamy
Hello,

Could someone with write access to the CVS please commit the attached
new file for webwml/french/News/weekly/2006/31/index.wml with the
following log message:

  Initial translation [Frédéric Bothamy]
  Proofreading [Stéphane Blondon, Florentin Duneau, Simon Paillard]

The directory 31/ and the file index.wml are both new and must be
added.

Thanks in advance.


Fred#use wml::debian::weeklynews::header PUBDATE="2006-08-01" SUMMARY="Empaquetage, Responsabilité, Xen, Marque, APT sécurisé, Exim, Documentation, Traductions"
#use wml::debian::translation-check translation="1.5" maintainer="Frédéric Bothamy"

Nous avons le plaisir de vous présenter la 31e DWN de
l'année, la lettre d'information hebdomadaire de la communauté
Debian. Christoph Berg a http://lists.debian.org/debian-qa/2006/07/msg00093.html";>annoncé
l'ajout de neuf nouveaux membres à l'équipe d'Assurance Qualité qui
travaillent déjà sur les problèmes restants pour la publication d'Etch. Gintautas Miliauskas a http://gintasm.blogspot.com/2006/06/localization-coordination-for-debian-1.html";>\
indiqué qu'il travaille sur une infrastructure de localisation intégrée
pour Debian basée sur le cadre de travail du projet http://www.wordforge.org/";>WordForge.

Envoyer des paquets avec une urgence appropriée. Adeodato
Simó a http://lists.debian.org/debian-devel-announce/2006/07/msg8.html";>\
rappelé aux développeurs d'envoyer des paquets corrigés avec une urgence
high s'ils corrigent des bogues liés à la sécurité. L'urgence
medium devrait être utilisée pour des bogues bloquants pour la
publication comprenant des corrections aux échecs de construction à partir des
sources sur l'une des architectures. Comme ces
envois migreront dans testing plus
vite que d'habitude, ils doivent être préparés avec une attention
supplémentaire.

Responsabilité des paquets. Martin Krafft s'est http://lists.debian.org/debian-project/2006/07/msg00190.html";>demandé
si Debian voulait changer le système de responsabilité des paquets et aller de
plus en plus vers des paquets maintenus par des équipes. Adeodato Simó a http://lists.debian.org/debian-project/2006/07/msg00231.html";>expliqué
qu'avoir le fichier de différence d'une mise à jour indépendante (NMU) dans le
système de suivi des bogues quelques jours avant
l'entrée du paquet dans l'archive aide le travail d'assurance qualité, car il
est alors possible qu'une autre personne effectue une vérification.

Xen sur Debian GNU/Linux 3.1. Aike de Jongste a http://www.debian-administration.org/articles/423";>expliqué comment
installer la version http://www.backports.org/";>rétroportée de http://en.wikipedia.org/wiki/Xen";>Xen sur un système Debian stable. Cela inclut l'http://jaqque.sbih.org/kplug/apt-pinning.html";>étiquetage APT
(« APT pinning ») de plusieurs paquets, la création d'un disque mémoire
spécial, l'ajout d'une entrée dans le menu de http://packages.debian.org/grub";>grub et la http://www.debian-administration.org/articles/396";>mise en place
d'une instance Xen.

Marques pour les dérivées de Debian. Anthony Towns a http://lists.debian.org/debian-project/2006/07/msg00241.html";>proposé
d'introduire un programme officiel de marque pour les distributions dérivées,
pour les aider à bénéficier de la réputation de
Debian. Fondamentalement, les dérivées devraient écouter leurs utilisateurs et
coopérer avec la communauté du logiciel libre. En retour, Debian devrait
fournir un logo, ajouter un lien depuis le site web, coopérer sur les
publications de presse et fournir une base de support pour des coopérations et
consultations futures.

Gestion des clés pour APT sécurisé. Joey Schulze s'est http://lists.debian.org/debian-release/2006/07/msg00192.html";>\
demandé si la gestion des clés pourrait être ajoutée à http://packages.debian.org/apt";>APT à temps pour la publication d'Etch. Martin Krafft a http://lists.debian.org/debian-release/2006/07/msg00194.html";>\
découragé les mises à jour automatiques des clés simples car elles sont
trop vulnérables aux attaques et préfère qu'une tierce partie faisant autorité signe
les clés. Florian Weimer a http://lists.debian.org/debian-release/2006/07/msg00201.html";>\
indiqué que la seule approche connue pour fonctionner nécessite des clés
statiques pour les versions stables et les mises à jour de sécurité stables.

Prise en charge d'Exim 3 dans Etch ?
Marc Haber a http://lists.debian.org/debian-release/2006/07/msg00228.html";>souligné
les étapes nécessaires pour supprimer la version 3 d'http://packages.debian.org/exim";>Exim d'Etch car elle n'est plus prise en charge en amont par
les développeurs et même son responsable a cessé de l'

Commiting the French DWN 2006/30

2006-07-31 Thread Frédéric Bothamy
Hello,

Could someone with write access to the CVS please commit the attached
file for webwml/french/News/weekly/2006/30/index.wml with the
following log message:

  Initial translation [Frédéric Bothamy]
  Proofreading [Max, Florentin Duneau, Simon Paillard]

Thanks in advance.


Fred#use wml::debian::weeklynews::header PUBDATE="2006-07-25" SUMMARY="DzongkhaLinux, SSL, Documentation, Actifs, PTS, Publication, Installateur, DVD/CD"
#use wml::debian::translation-check translation="1.4" maintainer="Frédéric Bothamy"

Nous avons le plaisir de vous présenter la 30e DWN de
l'année, la lettre d'information hebdomadaire de la communauté
Debian. Christoph Berg a http://lists.debian.org/debian-qa/2006/07/msg00055.html";>implémenté
une page d'aperçu général des tâches dans l'http://qa.debian.org/developer.php";>aperçu général des paquets. Il
a également http://lists.debian.org/debian-qa/2006/07/msg00086.html";>annoncé que
le référentiel a été déplacé dans http://svn.debian.org/wsvn/qa/trunk/";>Subversion et que les
notifications sont maintenant directement gérées par le système de suivi des
paquets (PTS).

Lancement de DzongkhaLinux. Le projet Debian a annoncé la publication de http://dzongkha.sourceforge.net/";>DzongkhaLinux, une distribution
GNU/Linux basée sur Debian GNU/Linux 3.1 qui a été traduite dans la
langue nationale du Bhoutan. Le système est http://lists.debian.org/debian-devel-announce/2006/06/msg1.html";>\
constitué d'un CD qui peut, soit être installé, soit être utilisé comme
système autonome (« live CD »). Le Département Informatique du
Bhoutan a choisi Debian pour sa flexibilité et sa fiabilité élevées, ainsi que
pour la garantie de toujours rester 100 % libre.

Consolider les certificats SSL. Jaldhar Vyas s'est http://lists.debian.org/debian-devel/2006/06/msg01288.html";>demandé
si Debian ne devrait pas changer tous les paquets utilisant des certificats
SSL pour qu'ils utilisent le certificat factice du paquet http://packages.debian.org/ssl-cert";>ssl-cert. Petter Reinholdtsen a
http://lists.debian.org/debian-devel/2006/07/msg00087.html";>expliqué
que http://wiki.debian.org/DebianEdu";>Debian-Edu configure déjà
automatiquement plusieurs services avec des certificats SSL et qu'un tel
changement simplifierait cela.

Gérer les problèmes de documentation dans stable.
Osamu Aoki (青木 修) a http://lists.debian.org/debian-devel/2006/07/msg00064.html";>demandé
une étiquette faq pour le système de
suivi des bogues. Dans de nombreux cas, un rapport de bogue sur un paquet
de stable est une question fréquemment
posée et la réponse est cachée dans un endroit obscur. Fermer de tels rapports
de bogue ou les étiqueter wontfix ne semble pas être adapté.

Gestion des actifs pour le compte du projet. Manoj
Srivastava a http://lists.debian.org/debian-vote/2006/07/msg5.html";>proposé
un amendement à la constitution
Debian et a demandé des soutiens. En adaptant la constitution
aux besoins et pratiques actuels d'une gestion globale des
contributions, cela permettrait au projet d'adapter la liste des
organisations partenaires autorisées à gérer des actifs pour
Debian.

Mise à jour du système de suivi des paquets. Raphaël
Hertzog a http://lists.debian.org/debian-devel-announce/2006/07/msg6.html";>\
indiqué que le système de suivi des paquets (PTS) peut également être
utilisé pour relayer des informations des distributions dérivées. Ceci permet
aux personnes intéressées de recevoir régulièrement des petits correctifs au
lieu de gros correctifs d'un seul bloc. Il a également demandé de l'aide pour
de nouvelles http://wiki.debian.org/qa.debian.org/pts";>fonctionnalités.

Mise à jour de l'état de la publication. Marc Brockschmidt a
http://lists.debian.org/debian-devel-announce/2006/07/msg5.html";>\
commenté l'état de la publication pour Etch. Il a explicité l'orientation des
objectifs de publication et a demandé aux développeurs de travailler à la réduction du
nombre de bogues bloquants pour la publication. Des http://wiki.debian.org/BSP";>chasses aux bogues seront organisées
dans le http://wiki.debian.org/BSPMarathon";>monde entier. La
prochaine version aura probablement le numéro de version 4.0 et pourrait
inclure Python 2.4, le noyau Linux 2.6.17 ou une version plus
récente, X.org et la plupart des architectures pour lesquelles Sarge a été publiée avec en plus AMD64.

Finir la transition /usr/doc. Amaya Rodrigo Sastre a http://lists.debian.org/debian-qa/2006/07/msg00044.html";>demandé un
moyen semi-automatique pour tester à nouveau l'archive pour s'assurer qu'il
n'y a aucun paquet installant de lien symbolique sous
/usr/doc. Stefan Hühner a http://lists.debian.org/debian-qa/2006/07/msg00045.html";>suggéré
d'utiliser une

Commiting the French DWN 2006/29

2006-07-23 Thread Frédéric Bothamy
Hello,

I am the official translator for the French DWN and I cannot currently
commit last week's DWN to the Debian CVS due to the recent problems
(I use a pserver account to access the CVS repository).

Could someone with write access to the CVS please commit the attached
file for webwml/french/News/weekly/2006/29/index.wml with the
following log message:

  Initial translation [Frédéric Bothamy]
  Proofreading [Max, Simon Paillard, Charles Plessy]

Thanks in advance.

BTW does anyone know when pserver access (anonymous and non-anonymous)
to the Debian CVS repository will be restored?


Fred


#use wml::debian::weeklynews::header PUBDATE="2006-07-18" SUMMARY="Compromission, CD Sarge, IRC, Partition d'échange, tar, Archive, Mac Intel, Squid3, Paquets"
#use wml::debian::translation-check translation="1.10" maintainer="Frédéric Bothamy"

Nous avons le plaisir de vous présenter la 29e DWN de
l'année, la lettre d'information hebdomadaire de la communauté Debian. Harald
Welte a http://gnumonks.org/~laforge/weblog/2006/05/12#20060512-sarge-root";>\
annoncé la disponibilité d'un http://people.openezx.org/laforge/";>système de fichiers racine basé
sur Debian Sarge et d'un noyau correspondant avec des instructions
pour les téléphones EZX. Raphaël Hertzog a l'http://www.ouaza.com/wordpress/2006/05/26/improving-debian-as-a-whole/";>\
impression que le projet Debian ne fait que tenter de conserver ses
paquets à jour et qu'il ne fait pas d'améliorations significatives.

Restauration d'un serveur Debian après intrusion.
James Troup a http://lists.debian.org/debian-devel-announce/2006/07/msg3.html";>\
indiqué que la machine gluck.debian.org avait été compromise. La machine a
été déconnectée pour investigation et le système a été réinstallé. L'intrus a
obtenu un accès via un compte
de développeur et a utilisé une http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2451";>\
faille locale du noyau pour obtenir des privilèges plus élevés.

Mise à jour des images de CD de Sarge avec un noyau plus
récent. Kenshi Muto a http://kmuto.jp/b.cgi/debian/d-i-2616.htm";>annoncé des images de CD mises à jour pour
l'architecture i386 pour Sarge qui utilisent un noyau plus
récent. Avec le noyau Linux 2.6.16-15 de http://www.backports.org/";>backports.org, plusieurs utilitaires de
base comme grub, udev et parted ont également été mis à jour.

Ancien canal debian-devel sur freenode. Erich Schubert a
http://blog.drinsama.de/erich/en/linux/debian/2006071302-dd-on-freenode";>\
découvert que l'ancien canal IRC debian-devel sur http://www.freenode.net/";>freenode est officiellement marqué comme
abandonné. Après le transfert de
l'alias irc.debian.org de freenode vers http://www.oftc.net/";>OFTC, l'ancien canal n'était pratiquement plus
utilisé. Les utilisateurs restants du canal sont encouragés à basculer vers
celui sur OFTC.

Partition d'échange sur un volume logique. David Härdeman
s'est http://lists.debian.org/debian-devel/2006/06/msg00974.html";>\
demandé s'il fallait http://lists.debian.org/debian-boot/2005/10/msg00842.html";>modifier
des paquets LVM pour que la partition d'échange (« swap ») soit
créée en tant que volume logique plutôt que sur une partition séparée lors de
l'installation. Cela permettrait si nécessaire d'élargir et de rétrécir
facilement l'espace d'échange avec des outils standard.

Nouveau comportement de tar pour les caractères
génériques (« wildcard »). Bdale Garbee a http://lists.debian.org/debian-devel/2006/06/msg01108.html";>expliqué
que la nouvelle version de http://packages.debian.org/tar";>tar
incorpore un nouveau comportement par rapport aux caractères génériques passés
au programme. Les développeurs amont ont modifié tar afin de le
rendre conforme à la spécification UNIX98 et compatible avec la version
d'origine de l'utilitaire. La modification est documentée dans un fichier
NEWS.Debian spécial.

Paquets à supprimer. Kevin McCarty a http://lists.debian.org/debian-qa/2006/07/msg00042.html";>mis à jour
la http://lists.debian.org/debian-qa/2006/05/msg00026.html";>liste
des paquets qui ont des bogues bloquants pour la publication ouverts depuis
plus d'un mois et qui ont très peu d'utilisateurs enregistrés dans http://popcon.debian.org/";>popcon. 15 paquets source parmi 52
ont été corrigés et les responsables de 8 paquets source ont accepté la
suppression de leur paquet.

Prise en charge pour les Mac à processeur Intel. Junichi
Uekawa (上川 純一) a http://lists.debian.org/debian-devel/2006/06/msg01210.html";>annoncé
son initiative pour développer la prise en charge de Debian pour les ordinateurs
Mac basés sur processeur Intel. Frans Pop a http://lists.debian.org/debian-devel/2006/06/ms

Commiting the French DWN 2006/28

2006-07-15 Thread Frédéric Bothamy
Hello,

I am the official translator for the French DWN and I cannot currently
commit last week's DWN to the Debian CVS due to the recent problems
(I use a pserver account to access the CVS repository).

Could someone with write access to the CVS please commit the attached
file for webwml/french/News/weekly/2006/28/index.wml with the
following log message:

  Initial translation [Frédéric Bothamy, Mohammed Adnène Trojette]
  Proofreading [Max, Stephane Blondon, Jean-Luc Coulon]

Thanks in advance.


Fred#use wml::debian::weeklynews::header PUBDATE="2006-07-11" SUMMARY="Debian-devel, Fichiers cachés, Bootsplash, Dépendances, Conférence Debian"
#use wml::debian::translation-check translation="1.1" maintainer="Frédéric Bothamy"

Nous avons le plaisir de vous présenter la 28e DWN de
l'année, la lettre d'information hebdomadaire de la communauté Debian. Bruce
Perens a lancé une http://technocrat.net/d/2006/6/30/5032";>mise en garde contre les
détenteurs de brevets qui engagent des poursuites contre des développeurs de
logiciel libre après qu'un procès a été intenté contre http://www.redhat.com/";>Red Hat.  Steinar Gunderson a http://blog.sesse.net/blog/tech/Debian/2006-06-04-11-02_buildd_highway.html";>\
remarqué que le réseau de construction automatique, buildd, a vraiment été
extrêmement rapide ces jours-ci, constatant qu'un paquet a été construit pour huit
architectures en moins d'une heure.

La liste de diffusion debian-devel. Cesare Leonardi s'est
http://lists.debian.org/debian-devel/2006/06/msg00143.html";>\
demandé qui est censé participer aux discussions sur la liste de diffusion
http://lists.debian.org/debian-devel/";>debian-devel car
l'attitude dans plusieurs courriels lui a donné l'impression que les personnes
qui ne contribuent pas activement sous forme de code ne sont que des membres
de seconde classe de la liste. Matthew Garrett a http://lists.debian.org/debian-devel/2006/06/msg00144.html";>indiqué
que cela veut simplement dire que si une personne ne participe pas au
développement de Debian, elle ne peut pas légitimement exiger quoi que ce soit du
projet.

Fichiers cachés dans des paquets Debian. Klaus Ethgen a http://lists.debian.org/debian-devel/2006/06/msg00235.html";>remarqué
que plusieurs paquets ajoutent des fichiers cachés dans /usr.  Linas
Åvirblis a http://lists.debian.org/debian-devel/2006/06/msg00248.html";>\
ajouté que ces fichiers peuvent induire en erreur les scanneurs de sécurité et
Henrique de Moraes Holschuh a http://lists.debian.org/debian-devel/2006/06/msg00249.html";>indiqué
qu'il est de mauvais ton d'avoir des fichiers cachés à quelque endroit que ce
soit, excepté dans les répertoires des utilisateurs. Mike Hommey a http://lists.debian.org/debian-devel/2006/06/msg00245.html";>révélé
que le fichier mentionné aide à l'enregistrement de composants lors des mises
à niveau et Joey Hess a http://lists.debian.org/debian-devel/2006/06/msg00254.html";>\
expliqué que http://mooix.net/";>mooix utilise des fichiers
commençant par un point comme drapeau pour marquer des objets.

Le noyau Debian avec un démarrage graphique (« Bootsplash »). Paul van der Vlis
a http://lists.debian.org/debian-devel/2006/06/msg00642.html";>demandé
s'il existait un moyen de configurer un amorçage graphique avec le noyau
Debian sans avoir besoin de compiler son propre noyau. Paul Wise a http://lists.debian.org/debian-devel/2006/06/msg00644.html";>indiqué
que le paquet http://packages.debian.org/experimental/graphics/splashy";>\
splashy de la distribution experimental s'exécute entièrement
en espace utilisateur et n'a pas besoin de http://packages.debian.org/unstable/graphics/kernel-patch-bootsplash";>\
modification du noyau pour fonctionner.

Résolution de dépendances. Andreas Barth a http://lists.debian.org/debian-qa/2006/07/msg00014.html";>rendu compte
d'une réunion avec des chercheurs lors des Rencontres Mondiales du Logiciel
Libre (http://www.rmll.info/";>RMLL) au cours de laquelle un grand
nombre d'idées à propos des dépendances dans Debian ont été échangées. Le
réseau de dépendances des paquets Debian a été converti en problème de http://en.wikipedia.org/wiki/Satisfiability";>satisfiabilité
booléen (SAT) afin qu'un résolveur standard puisse trouver une solution. Cela
a produit des résultats amusants comme des http://brion.inria.fr/anla/health?bundle=U&architecture=i386";>\
relevés météorologiques représentant l'état d'instabilité des paquets ou
une température SAT qui indique la difficulté de résolution d'un ensemble de
dépendances.

Prochaine conférence Debian à Édimbourg. Neil McGovern a http://lists.debian.org/debian-devel-announce/2006/07/msg1.html";>\
annoncé après une longue http://w

Re: RSS Feed for DWN?

2006-07-07 Thread Frédéric Bothamy
* Martin Schulze <[EMAIL PROTECTED]> [2006-06-26 20:58] :
> MJ Ray wrote:
> > Martin Schulze <[EMAIL PROTECTED]>
> > > Two examples are here:
> > > http://people.debian.org/~joey/dwn.en.rdf
> > > http://people.debian.org/~joey/dwn.de.rdf
> > 
> > These are 404 Not Found at this time.
> 
> The RDF files are now generated automatically if there is a version
> of the current issue available in that particular language and the
> RDF file will be installed automatically in the web directory as well.

This week's DWN (2006/27) contains a link to Removed Packages. I think
it should be filtered out with a change like this one to dwn-to-rdf.pl
(not tested):

Index: dwn-to-rdf.pl
===
RCS file: /cvs/webwml/webwml/english/News/weekly/dwn-to-rdf.pl,v
retrieving revision 1.2
diff -u -u -r1.2 dwn-to-rdf.pl
--- dwn-to-rdf.pl   6 Jul 2006 05:42:11 -   1.2
+++ dwn-to-rdf.pl   7 Jul 2006 15:37:43 -
@@ -112,7 +112,7 @@
} elsif (/(.*)<\/p>/) {
$body .= $1;
 
-   if ($body !~ 
/(newpkg_main|wnpp-alert<\/code>|href="mailto:[EMAIL PROTECTED]")/
+   if ($body !~ 
/(newpkg_main|wnpp-alert<\/code>|removals.txt|href="mailto:[EMAIL 
PROTECTED]")/
&& $headline ne "Security Updates"  # 
English
&& $headline ne "Mises � jour de s�curit�"  # French
&& $headline ne "�i�w�s�j"  # 
Chinese


Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RSS Feed for DWN?

2006-06-29 Thread Frédéric Bothamy
* Martin Schulze <[EMAIL PROTECTED]> [2006-06-26 20:58] :
> MJ Ray wrote:
> > Martin Schulze <[EMAIL PROTECTED]>
> > > Two examples are here:
> > > http://people.debian.org/~joey/dwn.en.rdf
> > > http://people.debian.org/~joey/dwn.de.rdf
> > 
> > These are 404 Not Found at this time.
> 
> The RDF files are now generated automatically if there is a version
> of the current issue available in that particular language and the
> RDF file will be installed automatically in the web directory as well.
> 
> They're now at:
> 
> http://www.debian.org/News/weekly/dwn.de.rdf
> http://www.debian.org/News/weekly/dwn.en.rdf
> http://www.debian.org/News/weekly/dwn.fr.rdf
> http://www.debian.org/News/weekly/dwn.it.rdf
> http://www.debian.org/News/weekly/dwn.zh.rdf
> 
> The Portuguese version will follow in about three hours.

Great, thanks!

Do you know if it would be doable (and easy) to add a Live Bookmark
(rss+xml link) to them in http://www.debian.org/News/weekly/ so that
people can subscribe to them just as it is already done for
http://www.debian.org/security/?

I have looked at the code for security/ and it looks quite hairy...

Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: price of the 3 debian cds much more expensive than what it is told on the website

2006-06-12 Thread Frédéric Bothamy
* bruno doutriaux <[EMAIL PROTECTED]> [2006-06-12 10:35] :
> hello, i am french and i live in france, and i went on the page of the
> french debian distributor for france, and on the debian site, it is said
> that the 3 debian cds is about 6 usdollars
> but on the reseller's site, it is 54 euros !! (more than 54 usdollars)
> thanks for your replying.
> http://www.cd-dvd-linux-bsd.com/index.php?cPath=21_23&sort=2a&page=2

Most probably this is for the complete set of CDs, ie 14 CDs. You can
find smaller sets at ikarios.com for instance.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Copyright files not locatable

2006-05-18 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2006-05-18 11:44] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 17.05.2006 um 08:58 schrieb Tushar Mathew:
> 
> >We had downloaded a number of packages but
> >found their copyright files missing.Some of the packages that we came
> >across are listed below.
> 
> >libpisock8 0.11.8-10
> 
> As you are referring to Sarge packages, I looked for some random  
> copyright files missed by you. Looks like you are in error. Here an  
> example:
> 
> dpkg -c /var/cache/apt/archives/libpisock8_0.11.8-10_powerpc.deb
> [...]
> - -rw-r--r-- root/root   464 2004-06-06 17:44:26 ./usr/share/doc/ 
> libpisock8/copyright
> [...]
> 
> The package is installed, which results in:
> ls -al /usr/share/doc/libpisock8/copyright
> - -rw-r--r--  1 root root 464 2004-06-06 17:44 /usr/share/doc/ 
> libpisock8/copyright
> 
> So I cannot see any problem at all, while I am not sure, what you  
> downloaded from which ressource and how you discovered that there  
> might be copyright files missing.
> 
> BTW: This mailing list is about Debian Web pages and not about  
> package development. If you discover problems with packages, please  
> refer to the Debian bug tracking system and give some more  
> information in the bug report. The bug tracking system is linked  
> directly from the debian homepage and can be found at http:// 
> www.debian.org/Bugs/. But in this case I cannot see a bug at all.

Hello,

I think that Tushar refers to the packages.debian.org website pages and
some copyright files are indeed missing: for instance, at the page
http://packages.debian.org/stable/base/bash, there is a link to
http://packages.debian.org/changelogs/pool/main/b/bash/bash_2.05b-2-26/bash.copyright.
But this file does not exist (only
http://packages.debian.org/changelogs/pool/main/b/bash/bash_2.05b-2-26/copyright
exists, but this is the file for the bash Debian source package).

So either there is a problem with the script which generates webpages
for packages.debian.org, or there is (or was) a problem with the script
which extracts copyright files from Debian package. Personally, I think
that this is the latter. Frank, could you have a look at this?

Maybe the second script needs to reextract copyright files from the
stable packages (I don't know enough about this script to understand if
this is easily doable).

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Shortening a long URL for an Hong-Kong CD vendor?

2006-05-17 Thread Frédéric Bothamy
Hello,

The CD vendors page is quite large because of a single search URL of an
Hong-Kong CD vendor. I would like to change this with the following
patch:

--- english/CD/vendors/vendors.CD   10 May 2006 00:14:45 -  1.162
+++ english/CD/vendors/vendors.CD   18 May 2006 00:57:53 -
@@ -1543,7 +1543,7 @@
 
 
 http://www.cdhouse.biz/";>
-http://www.cdhouse.biz/index.php?main_page=advanced_search_result&keyword=debian&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=&pto=&dfrom=&dto=&x=0&y=0";>
+http://www.cdhouse.biz/index.php?main_page=advanced_search_result&keyword=debian";>
 
 
 >
I
The results are the same with both URLs.

Any objections?


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Anchors in the Debian Organizational Page?

2006-04-15 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2006-04-14 22:58] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 13.04.2006 um 09:35 schrieb Steve Kemp:
> 
> >  I was going to file a bug report and make the changes
> > myself until I looked at the source and saw that the
> > page is heavily WML dependant.
> 
> I think there are already bug reports about missing page menus. For  
> the organisation page it is fixed now.

Hello Jutta,

Please remember to run 'make pot' in the directory english/po/ when
changing a gettext-translated string (as described in english/po/README)
and commit the modified files (I have just done this for your changes).


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Missing file: webwml/english/vote/2006/vote_002_voters.txt

2006-04-14 Thread Frédéric Bothamy
Hello,

While fixing wrong links on
webwml/english/vote/2006/suppl_002_stats.wml, I noticed that the file
webwml/english/vote/2006/vote_002_voters.txt (which is referenced in
webwml/english/vote/2006/vote_002.wml) is missing. It is probably an
oversight and should be similar (or equal) to
http://master.debian.org/~srivasta/leader2006/voters.txt.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Content negotiation - ICS Calendar files

2006-03-03 Thread Frédéric Bothamy
* Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]> [2006-03-03 23:25] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 03/03/2006 05:16 PM, Jutta Wrage wrote:
> > Hi!
> 
> Hey Jutta, :)
> 
> 
> > I noticed a probple with content negotiation on the event pages.
> > If I visit any link on http://www.nl.debian.org/events/2006/ I always 
> > get the ics file.
> 
>   That's strange, accessing the above link via Mozilla and
> Mozilla Firefox (both from etch) show me the HTML. I tried using
> www.nl, www.us, www.br, www.de and just www. All worked fine for
> me.

I have the same problem as Jutta with lynx (stable and unstable with
default configuration) on www.nl.debian.org and probably others.
Browsing any event shows me the ICS file instead of the real HTML page.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Replace my email

2006-01-24 Thread Frédéric Bothamy
* Bas Zoetekouw <[EMAIL PROTECTED]> [2006-01-24 11:12] :
> Hi Frédéric!
> 
> You wrote:
> 
> > Having changed my email for [EMAIL PROTECTED], could you transform my old
> > email [EMAIL PROTECTED] into [EMAIL PROTECTED] ?
> > I could continue to receive the mails which addressed to me.
> 
> On which page should this change be made?

I believe that Frédéric is asking for a change in his mailing list
subscriptions. The debian-www team does not do this, they handle Debian
webpage maintenance. I also believe that listmasters don't do that, you
(Frédéric) have to unsubscribe your old email from every mailing lists
you are subscribed to and subscribe the new one manually, this can
easily be done using the web interface:

http://www.debian.org/MailingLists/subscribe
http://www.debian.org/MailingLists/unsubscribe


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with translation of navbar

2006-01-09 Thread Frédéric Bothamy
* Eduardo Trápani <[EMAIL PROTECTED]> [2006-01-09 14:14] :
> Hi,
> 
> I built the pages on my system and the navbar contents for index.eo.html 
> (main page) are translated.  So I don't know what else I can try.
> 
> In the main site the webpage content is translated, but the menus and 
> navbar are not.
> 
> What could be wrong?

It is most probably something similar to a problem I had a few months
ago (cf. the discussion starting from
http://lists.debian.org/debian-www/2005/11/msg00120.html). The relevant
bugreport is #338484 (http://bugs.debian.org/338484). The locale file
provided by Frank Lichtenheld has the eo_EO locale commented (maybe this
locale is not supported by the Sarge glibc?), so this locale is probably
not built on www-master and this would explain the problem you see here.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340298: Patch to clarify the Ports page

2005-12-17 Thread Frédéric Bothamy
tags 340298 patch
thanks

Hello,

Here is a patch to clarify which port EM64T users should use as this
seems to generate a lot of confusion for Intel users who try (and fail)
to use IA64 images.

Index: index.wml
===
RCS file: /cvs/webwml/webwml/english/ports/index.wml,v
retrieving revision 1.59
diff -u -r1.59 index.wml
--- index.wml   14 Oct 2005 16:57:16 -  1.59
+++ index.wml   17 Dec 2005 14:02:32 -
@@ -113,7 +113,10 @@
 IA-64 (“ia64”)
 
  First officially released with Debian 3.0.
- This is a port to Intel's 64-bit architecture.
+ This is a port to the first Intel's 64-bit architecture. Note: this
+ should not be confused with the latest Intel 64-bit extensions
+ for Pentium 4 and Celeron, called EM64T. For the later, see the AMD64 pages.
 

 S/390 (“s390”)
@@ -130,7 +133,8 @@
 AMD64
 
  Port to the 64 bit AMD64 (Opteron) processors. The goal is to
- support both 32bit- and 64bit-userland on this architecture.
+ support both 32bit- and 64bit-userland on this architecture. This is
+ also used for Intel EM64T architecture.
 

 http://debian-ppc64.alioth.debian.org/";>ppc64

Greeting,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: volatile-mirror list in cvs

2005-12-07 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-12-07 20:36] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi!
> 
> How is volatile-mirrors.inc created? manually edited or produced by a  
> program?
> 
> Sorry to have to say that, but the page is not validating and looks  
> ugly.
> 
> If the list is edited manually, I can repair that. If not it needs to  
> be read by a program to produce a useful web page.

The file Mirrors.masterlist is retrieved from volatile.debian.net and
processed by volatile_mirror_list.pl (see
http://cvs.debian.org/webwml/english/devel/debian-volatile/Makefile?root=webwml&view=markup).
I guess that the volatile_mirror_list.pl does not produce valid HTML
4.01 Strict.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: downloading dvd-iso-images for amd64

2005-12-01 Thread Frédéric Bothamy
* yoshi rheinwalt <[EMAIL PROTECTED]> [2005-12-01 17:41] :
> Hi try to download the first dvd-image from:
> http://cdimage.debian.org/cdimage/unofficial/sarge-amd64/iso-dvd/debian-31r0a-amd64-binary-1.iso
> from multiple wondows pc (win2000 and XP) both time it stops at 378MB or 
> something, from the beginning it says it is just 378MB. Like I sad this 
> happens from different computers.
> With my current debian dist this is not happening from the beginning it says 
> the file is 4,4 gigs the same is some friend telling me about is apple 
> computer - so linux and mac is not the problem but windows.

Hello,

You seem to have a similar problem to the one about old wget versions
described in the Debian CD FAQ: http://www.debian.org/CD/faq/#wget-dvd

I don't know which tool can download files larger than 4 GB under
Windows, but it would be worthy to add the most common ones which work
(and which are free, of course). FileZilla
(http://filezilla.sourceforge.net/) seems a good choice.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: CD menu not updating for some langs, was: Re: Access to www-master?

2005-12-01 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-12-01 03:09] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 30.11.2005 um 18:09 schrieb Frédéric Bothamy:
> 
> >But I may have found the bug: the english/CD/Makefile does not  
> >declare a
> >dependency on templates.mo as it should (same for
> 
> Hmm... It works, if I run "make clean" in the CD directory. And it  
> works for danisch language on www.debian.org.
> 
> I wonder why danisch is updated and french not...
> 
> But I noticed a CSS issue for the menu, too. Should make the menu  
> having line breaks like the vote menu.
> 
> But maybe, this helps in general:
> 
> Index: english/CD/Makefile
> ===
> RCS file: /cvs/webwml/webwml/english/CD/Makefile,v
> retrieving revision 1.9
> diff -u -r1.9 Makefile
> - --- english/CD/Makefile 26 Jul 2004 18:19:41 -  1.9
> +++ english/CD/Makefile 1 Dec 2005 02:07:55 -
> @@ -16,7 +16,7 @@
> RELEASESDEP := $(ENGLISHDIR)/CD/releases/index.wml
> endif
> - -index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/cdimage.wml $ 
> (RELEASESDEP)
> +index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/cdimage.wml $ 
> (GETTEXTDEP) $(RELEASESDEP)
> $(WML) $( misc.$(LANGUAGE).html: misc.wml $(TEMPLDIR)/cdimage.wml $(GETTEXTDEP)

Yes, thanks. The index.fr.html file is now correctly rebuilt when the
templates.fr.po (and the templates.mo for French) is changed. I think
that we need both changes (GETTEXTFILES et GETTEXTDEP).


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Access to www-master? (Was: Re: Plan to commit changed vote tree and new CD menu)

2005-11-30 Thread Frédéric Bothamy
* Matt Kraai <[EMAIL PROTECTED]> [2005-11-30 06:59] :
> On Wed, Nov 30, 2005 at 10:07:43AM +0100, Frédéric Bothamy wrote:
> > * Frédéric Bothamy <[EMAIL PROTECTED]> [2005-11-28 13:39] :
> > > * Jutta Wrage <[EMAIL PROTECTED]> [2005-11-25 02:07] :
> > > > -BEGIN PGP SIGNED MESSAGE-
> > > > Hash: SHA1
> > > > 
> > > > 
> > > > Am 24.11.2005 um 22:19 schrieb Frédéric Bothamy:
> > > > 
> > > > >"Download" in the menu be translatable to other languages?
> > > > 
> > > > Everything translatable now, I think. And everything commited.
> > > 
> > > Thanks for your help!
> > > 
> > > Unfortunately, the menu on CD/ (and the titles on vote/) is not
> > > translated even though I have updated the templates po file for French
> > > (correctly, I believe).
> > > 
> > > I think that the .mo files were not regenerated after my changes (at
> > > least, I can reproduce the problem this way). Could anyone have a look
> > > on www-master and check the datestamp for the .mo files wrt to the po
> > > files?
> > 
> > It seems my message went unnoticed. Could anyone with access to
> > www-master check this as the problem exposed is still not fixed? Or if
> > possible explain me how I can check this myself (knowing that I am not a
> > DD)?
> 
> -rw-rw-r--  1 debwww webwml 19777 Nov 27 19:46 
> locale/fr/LC_MESSAGES/templates.mo
> -rw-r--r--  1 debwww webwml 36620 Nov 27 19:30 french/po/templates.fr.po
> 
> I don't know how to check whether the .mo file contains the right
> translations.

Since the size matches with my own templates.mo file, it may be correct
(you could either rebuild the mo file to regenerate it or compare the
md5sum, you could even strings the mo file and check that the latest
added strings are there).

But I may have found the bug: the english/CD/Makefile does not declare a
dependency on templates.mo as it should (same for
english/vendors/Makefile). So I guess that the translations are not
updated when the .mo files are changed (I am still checking whether this
is true or not).

The patch for this issue would be:

Index: CD/Makefile
===
RCS file: /cvs/webwml/webwml/english/CD/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- CD/Makefile 26 Jul 2004 18:19:41 -  1.9
+++ CD/Makefile 30 Nov 2005 17:04:19 -
@@ -9,6 +9,7 @@
 NOGENERICDEP := true
 include $(WMLBASE)/Make.lang

+GETTEXTFILES += templates.mo

 ifneq "$(wildcard releases/index.wml)" ""
 RELEASESDEP := releases/index.wml
Index: vote/Makefile
===
RCS file: /cvs/webwml/webwml/english/vote/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- vote/Makefile   6 May 2005 19:22:00 -   1.21
+++ vote/Makefile   30 Nov 2005 17:04:19 -
@@ -8,6 +8,7 @@

 include $(WMLBASE)/Make.lang

+GETTEXTFILES += templates.mo

 index.$(LANGUAGE).html: index.wml \
   $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/[0-9]*/vote_*.wml) \

Can anyone confirm this issue and its solution?


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Access to www-master? (Was: Re: Plan to commit changed vote tree and new CD menu)

2005-11-30 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2005-11-28 13:39] :
> * Jutta Wrage <[EMAIL PROTECTED]> [2005-11-25 02:07] :
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > 
> > Am 24.11.2005 um 22:19 schrieb Frédéric Bothamy:
> > 
> > >"Download" in the menu be translatable to other languages?
> > 
> > Everything translatable now, I think. And everything commited.
> 
> Thanks for your help!
> 
> Unfortunately, the menu on CD/ (and the titles on vote/) is not
> translated even though I have updated the templates po file for French
> (correctly, I believe).
> 
> I think that the .mo files were not regenerated after my changes (at
> least, I can reproduce the problem this way). Could anyone have a look
> on www-master and check the datestamp for the .mo files wrt to the po
> files?

It seems my message went unnoticed. Could anyone with access to
www-master check this as the problem exposed is still not fixed? Or if
possible explain me how I can check this myself (knowing that I am not a
DD)?

TIA


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Plan to commit changed vote tree and new CD menu

2005-11-28 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-11-25 02:07] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 24.11.2005 um 22:19 schrieb Frédéric Bothamy:
> 
> >"Download" in the menu be translatable to other languages?
> 
> Everything translatable now, I think. And everything commited.

Thanks for your help!

Unfortunately, the menu on CD/ (and the titles on vote/) is not
translated even though I have updated the templates po file for French
(correctly, I believe).

I think that the .mo files were not regenerated after my changes (at
least, I can reproduce the problem this way). Could anyone have a look
on www-master and check the datestamp for the .mo files wrt to the po
files?

TIA


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Plan to commit changed vote tree and new CD menu

2005-11-24 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-11-23 10:37] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi!
> 
> As is is not easy to make changes to the css while not all pages are  
> commited, I plan to commit the changes files in vote and making the  
> css ready afterwords.
> 
> There is also a pending patch for CD pages (compleated menu)
> 
> If there are no objections (Manoj was asked already), I will commit  
> the changes tomorrow.
> 
> here again the URLs:
> 
> http://www.witch.westfalen.de/debian/dwww/vote
> http://www.witch.westfalen.de/debian/CD/
> 
> When these changes are commited, the validation errors will be  
> reduced to 37 files with errors (not counted chinese). I'll send a  
> full list and new statistics this evening.

Not really related to this fixes, but still on the same page. Could the
"Download" in the menu be translatable to other languages?  The patch is
small:

Index: cdimage.wml
===
RCS file: /cvs/webwml/webwml/english/template/debian/cdimage.wml,v
retrieving revision 1.69
diff -u -u -r1.69 cdimage.wml
--- cdimage.wml 30 Oct 2005 01:49:46 -  1.69
+++ cdimage.wml 24 Nov 2005 21:15:10 -
@@ -43,6 +43,9 @@
 
   buy
 
+
+  Download
+
 
   net_install
 
@@ -90,7 +93,7 @@
   
   
   
-  Download
+  
  
   
   

Then update english pot files and other languages (there is already a
translation for Download in template/debian/links.tags.wml, so this
should be easy to do).


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: http://www(.lang).debian.org/ partialy in english

2005-11-19 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-11-19 00:45] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 18.11.2005 um 01:07 schrieb Frédéric Bothamy:
> 
> >It seems I was wrong as the French translation of the main webpage  
> >still
> >contains the English menu.
> 
> Hmm... The menus need iso-8859-1 locale. Pages should be okay again  
> after next rebuild.
> 
> Thanks to Joey.

The menu is now correctly in French.

Thanks!


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: http://www(.lang).debian.org/ partialy in english

2005-11-17 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2005-11-14 10:22] :
> * Guillaume Lenoir <[EMAIL PROTECTED]> [2005-11-13 19:45] :
> > Hi,
> > 
> > It seam to be the same in all languages, so I guess it's not a bug, but
> > I hadn't noticed before and it's been a few days now so it might be
> > new :
> > 
> > The header, footers, left side menus and top navigation bar are in
> > english for debian.org main page, although second level links (ex:
> > http://www.fr.debian.org/distrib/ ) are fully localized (even nav bar
> > icons).
> > 
> > Since the server interprets languages from navigator settings , I was
> > wondering if something got misplaced or missing translation after an
> > update, a technical limitation or just an unexpected feature =o) ... I'm
> > not good enough in web editing to understand.
> > 
> > After browsing around your www-translation site and ask google, I didn't
> > find my answer, and I don't like unanswered questions.
> 
> Hello Guillaume,
> 
> This is a known problem (see http://bugs.debian.org/338484) due to an
> update of klecker from woody to sarge. We are waiting for locales to be
> generated on this machine and the pages should be correctly regenerated
> afterwards (or maybe someone should trigger a rebuild?).

It seems I was wrong as the French translation of the main webpage still
contains the English menu. Could someone check on www-master where this
comes from? (maybe because the .mo files under
webwml/locale/fr/LC_MESSAGES/ are empty or corrupted somehow)

TIA


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: http://www(.lang).debian.org/ partialy in english

2005-11-14 Thread Frédéric Bothamy
* Guillaume Lenoir <[EMAIL PROTECTED]> [2005-11-13 19:45] :
>   Hi,
> 
> It seam to be the same in all languages, so I guess it's not a bug, but
> I hadn't noticed before and it's been a few days now so it might be
> new :
> 
> The header, footers, left side menus and top navigation bar are in
> english for debian.org main page, although second level links (ex:
> http://www.fr.debian.org/distrib/ ) are fully localized (even nav bar
> icons).
> 
> Since the server interprets languages from navigator settings , I was
> wondering if something got misplaced or missing translation after an
> update, a technical limitation or just an unexpected feature =o) ... I'm
> not good enough in web editing to understand.
> 
> After browsing around your www-translation site and ask google, I didn't
> find my answer, and I don't like unanswered questions.

Hello Guillaume,

This is a known problem (see http://bugs.debian.org/338484) due to an
update of klecker from woody to sarge. We are waiting for locales to be
generated on this machine and the pages should be correctly regenerated
afterwards (or maybe someone should trigger a rebuild?).

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HTML validator (was: Re: Invalid HTML-Tags)

2005-11-06 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-11-01 23:49] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 01.11.2005 um 23:14 schrieb Frédéric Bothamy:
> 
> >Do you know if these pages are checked with strict or loose doctype
> >check?
> 
> The validator obviously checks against strict. There are those files  
> left in News, Rats.xx.html and some new errors in international (i'll  
> commit a patch for the last ones tonight or tomorrow.
> 
> For tidy I do not know, if the results are older than the switch.

Thanks (sorry for the delay), I was unsure as I had seen different
results for English pages validation than French pages validation, they
are similar now.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HTML validator (was: Re: Invalid HTML-Tags)

2005-11-01 Thread Frédéric Bothamy
* Denis Barbier <[EMAIL PROTECTED]> [2005-11-01 17:05] :
> On Sat, Oct 29, 2005 at 12:00:51AM +0200, Jutta Wrage wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > Am 28.10.2005 um 23:34 schrieb Johan Haggi:
> > 
> > >See debian package: wdg-html-validator
> > 
> > The w3 validator is also available as debian package. I use some  
> > scripts to post the ready built paged to my local webserver. Works  
> > fine, but is slow, if all pages are validated.
> > 
> > I can put the scripts in my debian/diff directory, if there are  
> > people interested in them.
> 
> Online pages are already checked with wdg-html-validator and tidy,
> please see
>   http://people.debian.org/~alfie/validate/
>   http://people.debian.org/~alfie/tidy/

Hello Denis,

Do you know if these pages are checked with strict or loose doctype
check?


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HTML validator (was: Re: Invalid HTML-Tags)

2005-10-28 Thread Frédéric Bothamy
* Johan Haggi <[EMAIL PROTECTED]> [2005-10-28 23:34] :
> On Thu, Oct 06, 2005 at 02:31:16PM (GMT+0200), Frédéric Bothamy wrote:
> > [mega-cut]
> > BTW is there any easy way to validate the pages as "HTML Strict"
> > (without using the W3C Validator)? (using tidy, weblint or something
> > else)
> See debian package: wdg-html-validator

Thanks, I also noticed that it is possible to give the "doctype: strict"
option to tidy (I have not found how to do it with weblint).


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Suggestion for the mailto-link

2005-10-11 Thread Frédéric Bothamy
* Matt Kraai <[EMAIL PROTECTED]> [2005-10-11 16:42] :
> On Tue, Oct 11, 2005 at 07:08:00PM +0200, Frédéric Bothamy wrote:
> > * Matt Kraai <[EMAIL PROTECTED]> [2005-10-10 16:12] :
> > > On Sat, Oct 01, 2005 at 08:36:29PM +0200, Jutta Wrage wrote:
> > > > There are two problems with the mailto-link for the webmaster on the  
> > > > pages:
> > > > 
> > > > 1. If it is set to debian-www mailing list, people do not know, that  
> > > > they are writing to a mailing list
> > > > 2. As there is not default subject set, we cannot see, from which  
> > > > page people come
> > > > 
> > > > On my own pages I have something like
> > > > 
> > > > mailto:[EMAIL PROTECTED] 
> > > > 20www.debian.org">webmaster mailing list and different addresses.
> > > > 
> > > > I nice idea would be setting the subject to include the page:
> > > > 
> > > > mailto:[EMAIL PROTECTED] 
> > > > 20www.debian.org/path-to-page/page">webmaster mailing list
> > > > 
> > > > And as most mail programs (MUAs) support body:
> > > > 
> > > > mailto:[EMAIL PROTECTED]/path-to- 
> > > > page/page?body=Please%20 note,%20that%20you%20are%20writing%20your  
> > > > comment%20to%20a maling%20list!">webmaster mailing list
> > > > 
> > > > There are other variants possible.
> > > 
> > > Another common problem that it would be nice to address is non-English
> > > posts.  It would be nice if translators would direct users that don't
> > > speak English to a localized list.
> > 
> > This is already done for French pages, the user is instructed to report
> > problems in the webpages either to debian-www in English or
> > debian-l10n-french in French.
> 
> Is there a way to add a comment that translators will see asking them
> to do the same?

This is already done in the templates.pot file (in the Debian CVS under
webwml/english/po):

#. TRANSLATORS: Please make clear in the translation of the following
#. item that mail sent to the debian-www list *must* be in English. Also,
#. you can add some information of your own translation mailing list
#. (i.e. [EMAIL PROTECTED]) for reporting things in
#. your language.
#: ../../english/template/debian/footer.wml:10
msgid "To report a problem with the web site, e-mail mailto:[EMAIL 
PROTECTED]">debian-www@lists.debian.org.  For other contact information, 
see the Debian contact page."
msgstr ""


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Suggestion for the mailto-link

2005-10-11 Thread Frédéric Bothamy
* Matt Kraai <[EMAIL PROTECTED]> [2005-10-10 16:12] :
> On Sat, Oct 01, 2005 at 08:36:29PM +0200, Jutta Wrage wrote:
> > There are two problems with the mailto-link for the webmaster on the  
> > pages:
> > 
> > 1. If it is set to debian-www mailing list, people do not know, that  
> > they are writing to a mailing list
> > 2. As there is not default subject set, we cannot see, from which  
> > page people come
> > 
> > On my own pages I have something like
> > 
> > mailto:[EMAIL PROTECTED] 
> > 20www.debian.org">webmaster mailing list and different addresses.
> > 
> > I nice idea would be setting the subject to include the page:
> > 
> > mailto:[EMAIL PROTECTED] 
> > 20www.debian.org/path-to-page/page">webmaster mailing list
> > 
> > And as most mail programs (MUAs) support body:
> > 
> > mailto:[EMAIL PROTECTED]/path-to- 
> > page/page?body=Please%20 note,%20that%20you%20are%20writing%20your  
> > comment%20to%20a maling%20list!">webmaster mailing list
> > 
> > There are other variants possible.
> 
> Another common problem that it would be nice to address is non-English
> posts.  It would be nice if translators would direct users that don't
> speak English to a localized list.

This is already done for French pages, the user is instructed to report
problems in the webpages either to debian-www in English or
debian-l10n-french in French.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Quote signs in debian css - solution for all languages in sight

2005-10-08 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-10-08 02:29] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 
> Am 07.10.2005 um 23:58 schrieb Jutta Wrage:
> 
> >Nested quotes will be supported and quotes follow the language of  
> >the page.
> 
> Here we are. Hope I got everything right: http:// 
> www.witch.westfalen.de/csstest/quotes/

Sorry, but it does not work for French under Firefox 1.0.7-1: the quotes
are right, but the non-breakable space is not. If I replace these:

html[lang="fr"] q:before { content: "\00AB\2005"; }
html[lang="fr"] q:after { content: "\2005\00BB"; } 
html[lang="fr"] q q:before { content: "\2039\2005"; }
html[lang="fr"] q q:after { content: "\2005\203A"; }

with:

html[lang="fr"] q:before { content: "\00AB\00A0"; }
html[lang="fr"] q:after { content: "\00A0\00BB"; } 
html[lang="fr"] q q:before { content: "\2039\00A0"; }
html[lang="fr"] q q:after { content: "\00A0\203A"; }

I get the correct result (note that I do not know if the nested quotes
are the correct symbols in French).


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Invalid HTML-Tags

2005-10-06 Thread Frédéric Bothamy
* Jutta Wrage <[EMAIL PROTECTED]> [2005-10-06 01:49] :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi!
> 
> I discovered that especially in the french translations HTML-Tags in  
> the original version have been replaced, using the -Tag.
> 
> Please do not use that any longer!
> Two reasons
> - - not valid

AFAIK  is deprecated in HTML 4.01, i.e. we can still use it as our
pages currently use "HTML Transitional" and as long as we don't change
them to "HTML Strict" (I guess that this is what you are trying to do).

I will change the  in the French translations (I have found 12
instances of ).

> - - things not to be used () should be replaced by something, that  
> tells more about the content, but not by invalid old html.

I don't understand this: do you think that using  is making the page
invalid HTML?
 
> Quotations:
> 
> You may either use the quote div - example aof usage ist in devel/join
> 
>   should be what it says: a quotation
>is a quotation inside text, language (lang=en-us) may be used
>   is for the quotation source (or person cited
>   is for keyborad _input_
>   is for program _output_
>   is for variables (names or to be replaced by the user)
>   for computer code - I think, that can be taken for  
> program names, too? Suggestion?
> 
>  is preformatted text - lines should not be to long!!
> 
> Do not use  and  please, but  and  instead

I agree that  and  should be preferred, but I did not see
anywhere in the HTML specifications
(http://www.w3.org/TR/html401/index/elements.html) that they should not
be used, even using "HTML Strict".
 
> Another thing: If the translators note invalid usage of HTML in the  
> original source, it would be fine to contact others about a general  
> changes. How it is now, it is not possible to make changes for all  
> languages without looking very carefully for different tag usage. On  
> the other hand the user should be presented translations and not very  
> different looking pages, in my opinion.
> 
> We are down to about 1600 html files now that would not validate as  
> HTML strict

Could you send me privately the list of files for the French
translation? I will then send them to the French list so that
translators can check them or make the change myself if needed.
 
> Before I forget: If you look into the HTML 4.01 Specification for  
> valid tags, please note the tables at the end of the specs and do not  
> use tags or attributes marked there with "D" (depricated), "L" (loose  
> DTD), "F" (frameset). In the specation text itself it is often not  
> stated out, if the tags or attibutes are still valid in strict DTD.

According to http://www.w3.org/TR/html401/struct/global.html, documents
that follow "HTML Strict" can not include deprecated elements, which
are, according to http://www.w3.org/TR/html401/index/elements.html:

applet, basefont, center, dir, font, isindex, menu, s, strike, and u.

Note : of these, only  is used in 19 english pages.

> I am currently not adding missing end tags, so thode working on the  
> page content may have a look, if all  and  are cosed. Having  
> those tags that include blocks in seperate line would be nice for  
> later changes.

BTW is there any easy way to validate the pages as "HTML Strict"
(without using the W3C Validator)? (using tidy, weblint or something
else)


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problems with {cvs,www-master}.debian.org?

2005-09-22 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2005-09-21 01:15] :
> Hello,
> 
> I have noticed some problems in the webwml logs:
> 
> - http://www-master.debian.org/build-logs/webwml/cvs_update.log stops
> after "cvs server: Updating english/CD/netinst" and does not update
> languages after english.
> 
> - http://www-master.debian.org/build-logs/webwml/often.log contains
> 
> Read from remote host cvs.debian.org: Connection reset by peer
> cvs [update aborted]: end of file from server (consult above messages if any)
> 
> - http://www-master.debian.org/build-logs/webwml/wml_run.log was last
> run at 10:19 yesterday and not after.
> 
> All these problems could very well be linked.

For the record, these problems seems to be fixed now. Thanks to whoever
fixed them.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Problems with {cvs,www-master}.debian.org?

2005-09-20 Thread Frédéric Bothamy
Hello,

I have noticed some problems in the webwml logs:

- http://www-master.debian.org/build-logs/webwml/cvs_update.log stops
after "cvs server: Updating english/CD/netinst" and does not update
languages after english.

- http://www-master.debian.org/build-logs/webwml/often.log contains

Read from remote host cvs.debian.org: Connection reset by peer
cvs [update aborted]: end of file from server (consult above messages if any)

- http://www-master.debian.org/build-logs/webwml/wml_run.log was last
run at 10:19 yesterday and not after.

All these problems could very well be linked.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Solved] Re: French index page broken

2005-09-18 Thread Frédéric Bothamy
* Frank Lichtenheld <[EMAIL PROTECTED]> [2005-09-19 00:14] :
> On Sun, Sep 18, 2005 at 02:34:08PM +0200, Frédéric Bothamy wrote:
> > * Michael Harlaut <[EMAIL PROTECTED]> [2005-09-16 00:24] :
> > > 
> > > >After investigating, it depends on the mirror.
> > > >
> > > >http://www.de.debian.org/index.fr.html works, as on many other ones, but
> > > >http://www.fr.debian.org/index.fr.html not.
> > > >
> > > >  
> > > >
> > > I don't know if someone (you ?) has made something, but the the webpage
> > > is back (after few hours in the 4th dimension).
> > > 
> > > Anyway, thanks a lot !
> > 
> > Could someone touch some files as there still seems to be a few empty
> > files:
> > 
> > security/2002/index.fi.html
> > security/2003/index.fi.html
> > security/2004/index.fi.html
> > consultants/coderscorp.fr.html
> > consultants/csinetworks.fr.html
> > doc/books.fr.html
> > legal/licenses/index.fr.html
> > ports/hurd/hurd-doc-server.fr.html
> > 
> > as far as I could tell from http://people.debian.org/~alfie/validate/.
> 
> Ok, working on it

It seems fixed now.

Thanks!


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Solved] Re: French index page broken

2005-09-18 Thread Frédéric Bothamy
* Michael Harlaut <[EMAIL PROTECTED]> [2005-09-16 00:24] :
> 
> >After investigating, it depends on the mirror.
> >
> >http://www.de.debian.org/index.fr.html works, as on many other ones, but
> >http://www.fr.debian.org/index.fr.html not.
> >
> >  
> >
> I don't know if someone (you ?) has made something, but the the webpage
> is back (after few hours in the 4th dimension).
> 
> Anyway, thanks a lot !

Could someone touch some files as there still seems to be a few empty
files:

security/2002/index.fi.html
security/2003/index.fi.html
security/2004/index.fi.html
consultants/coderscorp.fr.html
consultants/csinetworks.fr.html
doc/books.fr.html
legal/licenses/index.fr.html
ports/hurd/hurd-doc-server.fr.html

as far as I could tell from http://people.debian.org/~alfie/validate/.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: French index page broken

2005-09-15 Thread Frédéric Bothamy
* Frank Lichtenheld <[EMAIL PROTECTED]> [2005-09-15 23:53] :
> On Thu, Sep 15, 2005 at 11:20:44PM +0200, Michael Harlaut wrote:
> > While http://www.debian.org/ is working, the French index file
> > http://www.debian.org/index.fr.html generates a blank page, or generates
> > nothing if you prefer ...
> > 
> > Somebody to fill it up ? :)
> 
> Hmm, I can't reproduce that here. Can you still?

I have noticed this (and other errors also) about a "No space left on
device" in the build of the french Debian website translation at
http://www-master.debian.org/build-logs/webwml/wml_run.log (build the
15th around 20:00). For instance, the file
http://www.debian.org/doc/books.fr.html is currently empty (I changed it
very recently).

These errors have disappeared now from the build log.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with full mirror list

2005-09-10 Thread Frédéric Bothamy
* Andreas Barth <[EMAIL PROTECTED]> [2005-09-10 15:00] :
> Hi,
> 
> * Hársfalvi Levente ([EMAIL PROTECTED]) [050910 14:18]:
> > This page, listing all Debian mirrors:
> > 
> > http://www.us.debian.org/mirror/list-full
> > 
> > must be broken, as the list suddenly ends with the Italian mirror sites.
> 
> thanks for noting, I commited a fix (and will look whether it works
> after the next round :).

Will that also fix the building problem about the mirrors (from
http://www-master.debian.org/build-logs/webwml/wml_run.log):

[...]
make -C mirror install
make[2]: Entering directory `/org/www.debian.org/webwml/english/mirror'
./mirror_list.pl -m Mirrors.masterlist -t officialsponsors > 
../../english/mirror/official_sponsors.list
debian.oregonstate.edu has no sponsor
make[2]: *** [../../english/mirror/official_sponsors.list] Error 255
make[2]: *** Deleting file `../../english/mirror/official_sponsors.list'
make[2]: Leaving directory `/org/www.debian.org/webwml/english/mirror'
make[1]: [mirror-install] Error 2 (ignored)

If yes, thanks!


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Broken package descriptions from packages.debian.org

2005-08-29 Thread Frédéric Bothamy
* Frank Lichtenheld <[EMAIL PROTECTED]> [2005-08-27 01:45] :
> On Fri, Aug 26, 2005 at 03:56:31PM +0200, Frédéric Bothamy wrote:
> > * Frédéric Bothamy <[EMAIL PROTECTED]> [2005-08-26 14:41] :
> > > I have noticed that recently the package descriptions are always set to
> > > "Error while loading descriptions database:" (f.e.
> > > http://packages.debian.org/ipmasq). I guess that there is some problem
> > > getting the Packages description file, but I don't know where this is
> > > done (maybe in
> > > http://cvs.debian.org/packages/contents/refetch?cvsroot=webwml ?).
> > > Individual pages (http://packages.debian.org/unstable/net/ipmasq) are
> > > not affected.
> > 
> > It seemed to be a transient error. Now the package descriptions are
> > correct.
> 
> For the curious here the explanation of that error:
> saens was updated to sarge and so the perl libdb bindings changed. After I
> regenerated all the db files the error was fixed.

Thanks for the information.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Broken package descriptions from packages.debian.org

2005-08-26 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2005-08-26 14:41] :
> Hello,
> 
> I have noticed that recently the package descriptions are always set to
> "Error while loading descriptions database:" (f.e.
> http://packages.debian.org/ipmasq). I guess that there is some problem
> getting the Packages description file, but I don't know where this is
> done (maybe in
> http://cvs.debian.org/packages/contents/refetch?cvsroot=webwml ?).
> Individual pages (http://packages.debian.org/unstable/net/ipmasq) are
> not affected.

It seemed to be a transient error. Now the package descriptions are
correct.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Broken package descriptions from packages.debian.org

2005-08-26 Thread Frédéric Bothamy
Hello,

I have noticed that recently the package descriptions are always set to
"Error while loading descriptions database:" (f.e.
http://packages.debian.org/ipmasq). I guess that there is some problem
getting the Packages description file, but I don't know where this is
done (maybe in
http://cvs.debian.org/packages/contents/refetch?cvsroot=webwml ?).
Individual pages (http://packages.debian.org/unstable/net/ipmasq) are
not affected.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Navbar is broken for http://packages.debian.org/oldstable/*

2005-08-17 Thread Frédéric Bothamy
Hello,

I have noticed that navbar is broken for Woody (oldstable) on
packages.debian.org. For example:

http://packages.debian.org/oldstable/base/

(and also other sections and individual packages).

The only difference I could find between oldstable and stable webpages
in the navbar section was this:

 on oldstable

 on stable


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdimage website maintenance (was: Bug#322030: Woody CD images deserve to be more visible)

2005-08-11 Thread Frédéric Bothamy
* Steve McIntyre <[EMAIL PROTECTED]> [2005-08-09 16:06] :
> On Tue, Aug 09, 2005 at 04:44:47PM +0200, Richard Atterer wrote:
> >On Tue, Aug 09, 2005 at 02:33:37PM +0100, Steve McIntyre wrote:
> >[about the pages under /CD/]
> >> Changing the look of the pages so that they more closely match the
> >> top-level site might help.
> >
> >*sigh* Yes, indeed. I'd like to keep the Debian CD/DVD image though, it's
> >nice! :)
> 
> *grin*
> 
> >If only there were a global left-hand navigation and breadcrumb trails
> >("Home -> foo -> bar") for easier navigation.  Displaying the standard
> >navigation bar ("About Debian", "News"...) on all pages is not really
> >appropriate for a website of this size. For the CD pages, it would be
> >useful if the different pages ("FAQ", "net install", "buy") were easily
> >accessible from other CD-related pages.
> 
> Yes, true. I know there has been discussion about reworking the main
> Debian pages. We should get involved in that, maybe... :-) -www
> people, am I remembering correctly?

You were maybe thinking about this message by Frank Lichtenheld:

http://lists.debian.org/debian-www/2005/06/msg00144.html

I don't know what was said at the Website Round Table in debconf5 or if
this is available online.

See also http://wiki.debian.net/?DebianWebsiteDiscussion.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: pakages 404

2005-07-21 Thread Frédéric Bothamy
* Per Marker Mortensen <[EMAIL PROTECTED]> [2005-07-21 21:48] :
> At Thu, 21 Jul 2005 18:05:52 +0200,
> Tanski Mikael wrote:
> 
> Hello
> 
> > They are some packages not found on ftp.fr.debian.org, as zlib-bin, and 
> > many other...
> 
> You have to be more specific, I have no problem downloading a zlib-bin
> deb from the ftp.fr.debian.org mirror.
> 
> kvik:/tmp> wget 
> ftp://ftp.fr.debian.org/debian/pool/main/z/zlib/zlib-bin_1.2.2-4.sarge.1_i386.deb
> --21:44:47--  
> ftp://ftp.fr.debian.org/debian/pool/main/z/zlib/zlib-bin_1.2.2-4.sarge.1_i386.deb
>=> `zlib-bin_1.2.2-4.sarge.1_i386.deb'
> Resolving ftp.fr.debian.org... 212.27.32.66
> Connecting to ftp.fr.debian.org|212.27.32.66|:21... connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD /debian/pool/main/z/zlib ... done.
> ==> PASV ... done.==> RETR zlib-bin_1.2.2-4.sarge.1_i386.deb ... done.
> Length: 25,838 (25K) (unauthoritative)
> 
> 100%[>]
>  25,838   128.39K/s 
> 
> 21:44:48 (128.14 KB/s) - `zlib-bin_1.2.2-4.sarge.1_i386.deb' saved [25838]
> 
> PS: Please report problems with mirrors via a bugreport
> (http://www.debian.org/Bugs/Reporting) to the psudo package
> "mirrors". 

Note that ftp.fr.debian.org was off between Tuesday and Wednesday due to
lack of disk space (I heard). So it was not synchronized at all
yesterday and the latest zlib-bin from unstable (uploaded last monday)
is missing from this mirror.

The mirror is currently synchronizing (according to my tests) and should
be up-to-date afterwards.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Wrong format for dsa-753.data

2005-07-13 Thread Frédéric Bothamy
Hello,

The file dsa-753.data includes info about size and MD5sum copy-pasted
from the original mail. Therefore the webpage is quite unreadable.

Here is a patch (attached) to fix this.


FredIndex: dsa-753.data
===
RCS file: /cvs/webwml/webwml/english/security/2005/dsa-753.data,v
retrieving revision 1.1
diff -u -u -r1.1 dsa-753.data
--- dsa-753.data12 Jul 2005 09:59:21 -  1.1
+++ dsa-753.data14 Jul 2005 05:05:31 -
@@ -11,76 +11,60 @@
 
 
 
-Source archives:
+
 
-  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1.dsc
-Size/MD5 checksum: 1848 99c4beadcf902ee5857c7a3150f4d0ad
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1.diff.gz
-Size/MD5 checksum:54443 96de2c7d0d757d867f46d36490e0ee92
-  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3.orig.tar.gz
-Size/MD5 checksum:  4051445 cbbd5999141d6de932a0afdd55f1aa35
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1.dsc />
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1.diff.gz
 />
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3.orig.tar.gz />
 
-Architecture independent components:
+
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit-common_2.8.3-4sarge1_all.deb
-Size/MD5 checksum:  1826070 d8519b91f1a8aeba351b1eca19c17712
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit-dev_2.8.3-4sarge1_all.deb
-Size/MD5 checksum:44346 01d42b323e7ffdd2a6aba454996a5a48
+  http://security.debian.org/pool/updates/main/g/gedit/gedit-common_2.8.3-4sarge1_all.deb
 />
+  http://security.debian.org/pool/updates/main/g/gedit/gedit-dev_2.8.3-4sarge1_all.deb
 />
 
-Alpha architecture:
+Alpha:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_alpha.deb
-Size/MD5 checksum:   523608 1f183dc0960c8e9405953fb0946a1f8b
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_alpha.deb
 />
 
-ARM architecture:
+ARM:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_arm.deb
-Size/MD5 checksum:   457332 476fc39b828ffcd2224f4ce65e71afcc
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_arm.deb
 />
 
-Intel IA-32 architecture:
+Intel IA-32:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_i386.deb
-Size/MD5 checksum:   470122 7162c0ac1f1a7ccd2a315d5b4f01f5d2
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_i386.deb
 />
 
-Intel IA-64 architecture:
+Intel IA-64:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_ia64.deb
-Size/MD5 checksum:   578896 85c408b6b41585ddb5d366a3d8ea8aea
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_ia64.deb
 />
 
-HPPA architecture:
+HPPA:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_hppa.deb
-Size/MD5 checksum:   505246 2436f36b3b10b36e3af1688e420de02f
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_hppa.deb
 />
 
-Motorola 680x0 architecture:
+Motorola 680x0:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_m68k.deb
-Size/MD5 checksum:   459142 d475046c385f0ebd06912d89671f89ef
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_m68k.deb
 />
 
-Big endian MIPS architecture:
+Big endian MIPS:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_mips.deb
-Size/MD5 checksum:   456504 4e3dbf6cf317c281cd5ddfd379bfa6c1
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_mips.deb
 />
 
-Little endian MIPS architecture:
+Little endian MIPS:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_mipsel.deb
-Size/MD5 checksum:   455104 c466bd51b370e0bfe4a0133e9f31e87c
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_mipsel.deb
 />
 
-PowerPC architecture:
+PowerPC:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_powerpc.deb
-Size/MD5 checksum:   473552 7f15b8f11abb2cb017bdc8a9069f1940
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_powerpc.deb
 />
 
-IBM S/390 architecture:
+IBM S/390:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_s390.deb
-Size/MD5 checksum:   492994 d86d79670ebad24391213d3449db0dee
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_s390.deb
 />
 
-Sun Sparc architecture:
+Sun Sparc:
 
-  
http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_sparc.deb
-Size/MD5 checksum:   462362 f24856c85dd4f7782a7377423392db70
+  http://security.debian.org/pool/updates/main/g/gedit/gedit_2.8.3-4sarge1_sparc.deb
 />
 
 
 


Distribution Archives webpage slightly broken

2005-06-01 Thread Frédéric Bothamy
Hello,

The Distribution Archives webpage is slightly broken, from
http://people.debian.org/~alfie/validate/en:

*** Errors validating /org/www.debian.org/www/distrib/archive.en.html:
***
Line 132, character 4:  "DEC" is not a member of a group specified for
any
attribute
Line 132, character 4:  element "DE" undefined
Line 136, character 5:  end tag for "DE" omitted, but its declaration
does
not permit this
Line 152, character 4:  "NLC" is not a member of a group specified for
any
attribute
Line 152, character 4:  element "NL" undefined
Line 156, character 5:  end tag for "NL" omitted, but its declaration
does
not permit this
Line 173, character 4:  "ITC" is not a member of a group specified for
any
attribute
Line 173, character 4:  element "IT" undefined
Line 177, character 5:  end tag for "IT" omitted, but its declaration
does
not permit this

This comes from the webwml/english/mirror/Mirrors.masterlist data info.
There are two entries for ftp.de.debian.org, ftp.nl.debian.org and
ftp.it.debian.org. This is a problem for the Makefile in distrib/archive
when building archive.mirrors (it generates  instead of ).

What is the correct solution for this?

- fix the Mirrors.masterlist
- fix the Makefile to handle this case

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Linked to Microsoft home page when clicking on "Latest release update"...

2005-05-07 Thread Frédéric Bothamy
* Richard Niklasson <[EMAIL PROTECTED]> [2005-05-07 19:41] :
> Hi!
> 
> I am using "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) 
> Gecko/20050414 Firefox/1.0.3" as my browser.
> 
> When clicking on the link "Latest release update" on page
> http://www.debian.org/releases/sarge/ I am going to Microsoft home page
> http://www.microsoft.com/  !!
> 
> First I thought that your page was hacked, but I now think it is due to
> that the link is incorrect
> "http://http//lists.debian.org/debian-devel-announce/2005/05/msg1.html";  
> and when you use a link that start with "http://http//"; in Mozilla
> Firefox its someway goes to Microsoft (automatic search function?). This
> is not the situation when using Microsoft Explorer, where you just get
> "The page cannot be displayed". 
> 
> So perhaps you should fix the incorrect link .

Hello Richard,

It seems that someone already fixed the problem a few hours ago
(http://cvs.debian.org/webwml/english/releases/sarge/index.wml?cvsroot=webwml),
you probably noticed the problem before this page was rebuilt.

Firefox uses the first URL from Google returned by the query with
"http" as keyword, this is Microsoft website at www.google.com, but
could be different. You can deactivate this (IMO broken) behaviour in
about:config by changing keyword.enabled to false (in this case, it
would have sent you to http://www.http.com!).

Thanks for your help.


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#307978: Update 'sarge' and 'releases' web pages

2005-05-07 Thread Frédéric Bothamy
* Andrew Donnellan <[EMAIL PROTECTED]> [2005-05-07 09:54] :
> Package: www.debian.org
> Severity: important
> 
> The webpage for Debian Releases (http://www.debian.org/releases) and
> the webpage for Debian GNU/Linux codenamed 'Sarge'
> (http://www.debian.org/releases/testing) contain inaccurate
> information. Debian GNU/Linux codenamed 'Sarge' was frozen on the 3rd
> May 2005, and security team support for 'Sarge' began on that date.
> The webpages state that there is no security support for sarge, and do
> not mention that sarge is frozen.
> 
> I suggest that the statements saying that sarge has no security
> support be removed or changed, and that a statement be added to both
> pages stating that sarge is frozen.

Javier (who has closed the bug),

Could you please fix the webwml/english/releases/potato/index.wml file?
It seems that you changed this file along the sarge/index.wml and the
changes include diff conflicts.

If you don't have the time, I can revert to the previous version.

Greetings,


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Broken link in PowerPC webpage

2005-04-28 Thread Frédéric Bothamy
Hello,

One French user reported that the following link:

http://www.personalized-story-book.com/debian/Woody_ibm_chrp_net_inst_HOWTO.html

in the PowerPC port webpage was broken.

After googling a bit, I found the following message by Rolf Brudeseth:

http://lists.debian.org/debian-powerpc/2002/07/msg00858.html


  
which seems to have the same content.

Does anyone mind if I change the link for all 9 translations involved?


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: incomplete sentences in events/2004/1018-systems-report

2005-04-13 Thread Frédéric Bothamy
* Thomas Huriaux <[EMAIL PROTECTED]> [2005-04-13 10:59] :
> Hi,
> 
> Thomas Huriaux <[EMAIL PROTECTED]> (09/01/2005):
> > I think there are 2 incomplete sentences in
> > www.debian.org/events/2004/1018-systems-report.en.html :
> > 
> > line 38-39 in 1018-systems-report.wml :
> > installed and running over time, so we were finally able to showcase it.
> > general-purpose demonstration/information machine, we gladly accepted a
> > 
> > line 50 in 1018-systems-report.wml :
> > so this was pretty much limited to setting up the SE/30. and depositing the
> > 
> > Can you please fix it ?
> 
> Is there no way to get these two sentences completed?
> (replying to http://lists.debian.org/debian-www/2005/01/msg00096.html)

Hello Thomas,

I think you should better ask Michael himself about these sentences (I
could not find the report on any Debian mailing lists, debian-devel or
debian-event-eu). 


Fred


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: nouveau métamoteur

2005-01-04 Thread Frédéric Bothamy
* [SEEK.FR] Sophie <[EMAIL PROTECTED]> [2004-12-30 01:12] :

[For non-French speaking people, this is a message for a French
meta-crawler powered by Debian Woody (this was obvious) thanking the
Debian project. I point Sophie to the "Who's using Debian" webpage and
ask her about providing the needed information to add the society to the
webpage.]

> Bonjour,

Bonjour,
 
> Juste un petit message pour vous signaler l'ouverture d'un nouveau 
> métamoteur : http://www.seek.fr , le serveur tourne avec une debian woody.
> 
> N'hésitez pas à m'écrire pour toutes questions relatives au métamoteur 
> et félicitations pour votre travail !

Merci beaucoup et bonne année !

Si votre société désire être référencée sur la page des organisations
utilisant Debian (http://www.debian.org/users/), pourriez-vous faire
parvenir les informations indiquées au bas de cette page à la liste
debian-www (en anglais) ou à la liste debian-l10n-french (en français)
(cette dernière se chargera alors de la traduction) ?

Cordialement,


Fred



Re: plantage dans essai transfert FTP images iso..

2005-01-03 Thread Frédéric Bothamy
* Dubois Vincent <[EMAIL PROTECTED]> [2005-01-03 21:22] :
> Bonjour,

[For non-French-speaking people, Vincent tried to download Debian ISO
files and had problems doing so. I point him to the proper Debian
webpages and to the debian-user-french mailing list for such problems].
 
> tout d'abord bravo pour votre travail et 1 bonne annee 2005.

Merci pour eux.

Note cependant que cette liste est anglophone et dédiée à la gestion du
site web de Debian. Pour les discussions entre utilisateurs (ou futurs
utilisateurs) francophones de Debian, il y a la liste debian-user-french
(http://lists.debian.org/debian-user-french/).
 
> Je vous ecris pour me denoncer : je suis attire par les distributions 
> Debian, mais encore tres debutants sous Linux!
> J'ai actuellement un PC sous Mandrake 10.0 (duquel je vous ecris), et je 
> souhaite installer debian sur un vieux PC portable (266MHZ, 4.8Go DD et 
> 32Mo de RAM).
> 
> J'ai donc decide de telecharger les iso des 3 premiers CDs sur un de vos 
> sites.
> Je n'ai pas reussi a installer jigdo ss Mandrake?? Ni meme BitTorrent 
> (je sais, ca se gate..)??

Je n'ai jamais tenté l'installation de jigdo sur Mandrake, mais on peut
trouver des fichiers rpm pour cette distribution en passant par RPMSeek
ou RPMFind. Au pire, il doit être possible de compiler le programme en
partant des sources (voir toutes les URL sur
http://atterer.net/jigdo/#download).

> J'ai tout d'abord voulu utiliser wget -c, mais je n'arrivais pas a 
> recopier l'adresse internet complete (mon shell refusait les lignes trop 
> importantes)
> J'ai donc utiliser un Ftp classique, mais je n'avais pas assez d'espace 
> disque d'ou plantage... et je n'ai pas reussi a le relancer... Puis C ma 
> connection internet qui m'a joue des tours...
> Au final, apres un redemarrage, j'ai pu copier l'adresse complete du 
> fichier iso avec le menu contextuel et le rebalancer sous le shell dans 
> une commande wget -c... Peut-etre juste rajouter cette petite precision 
> pour les manches comme moi?

La taille approximative des fichiers ISO est indiquée sur la page
http://www.debian.org/distrib/cd. L'utilisation de "wget -c" est
également indiquée sur la page suivante
http://www.debian.org/CD/http-ftp/. Vois-tu quelque chose que l'on
pourrait ajouter à ces pages pour faciliter le téléchargement de ces
images ?
 
> Donc, il reste peut-etre de gros fichiers temporaires sur le serveur 
> suivant ? :
> ftp://ftp.proxad.net/mirrors/cdimage.debian.org/debian-cd/

Euh, je ne comprends pas bien, de quels fichiers temporaires parles-tu ?
Tu peux me répondre en privé pour ne pas polluer cette liste.


Fred



Re: Patch debian-www with css

2004-12-14 Thread Frédéric Bothamy
* Denis Barbier <[EMAIL PROTECTED]> [2004-12-15 00:45] :
> On Sun, Dec 05, 2004 at 02:26:08PM +0100, Jutta Wrage wrote:
> [...]
> > Feel free to apply the patch and include the debian.css file. I can 
> > send it by mail, if you do not want to fetch it from the above url.
> > 
> > I'll leave everything in place here. So if you want later changes, I 
> > can make them and send you a new patch. The css file should be handled 
> > carfully by those working on the server as changes may be harmful.
> 
> D'oh, I did not notice that Frank committed your patch days ago.
> This is the problem with smooth upgrades, one does not notice when
> things change ;)
> As there have been no complaints so far, I guess that it is time to go
> further and now propose navigation/layout/accessibility changes to see
> if we can improve the current web site.

Here are two remarks/complaints:

- the CD pages don't validate any more
(http://people.debian.org/~alfie/validate/en) with many errors like:

Line 127, character 3:  document type does not allow element "P" here;
 missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON"
 start-tag

(I don't know if this is related or not)

- the title of every page (f.e. http://www.debian.org/intro/about) is
  now centered whereas it was aligned on the left before. It seems to be
  less readable to me.


Fred



Re: Problem with releases/woody/releasenotes.cs.html

2004-10-16 Thread Frédéric Bothamy
* Juraj Kubelka <[EMAIL PROTECTED]> [2004-10-15 20:53] :
> Hi!
> 
> I have problem with list of release notes for each
> architectures. There is no list. Can you help me?
> 
> http://www.debian.org/releases/woody/releasenotes.cs.html
> 
> original:
> 
> http://www.debian.org/releases/woody/releasenotes.en.html
> 
> CVS to Czech:
> 
> http://cvs.debian.org/webwml/czech/releases/woody/releasenotes.wml?cvsroot=webwml
> 
> Thank you.

Hello,

I think you need to update this file

http://cvs.debian.org/webwml/english/template/debian/release.wml?cvsroot=webwml

for your language to have a correct permute_as_list function.

Don't forget to translate also 'Release Notes' in the czech
releasenotes.wml file.

Greetings


Fred



Re: Broken link: libpng3

2004-10-14 Thread Frédéric Bothamy
* Steve Kemp <[EMAIL PROTECTED]> [2004-10-12 10:26] :
> On Tue, Oct 12, 2004 at 01:57:14AM -0700, itworks wrote:
> > I'm trying to download the libpng3 package but the link (/debian-security) 
> > reports: "The requested URL /debian-security/pool/updates/main/libp/libpng3/
> > libpng3_1.2.1-1.1.woody.3_i386.deb was not found on this server. "
> > 
> > Would you please fix as I'm trying to install Opera Browser for Linux 
> > and this package is one of the "Depends".
> 
>   This file is no longer available and the link will not be fixed.

Erm, I think the first poster was not clear enough about his problem.

The problem was not about the security archive or in any webpages from
the security website, but it was in the packages.debian.org website
which was broken a few days ago. AFAIK p.d.o is now corrected and the
libpng3 package page correctly lists the latest packages from security
(1.2.1-1.1.woody.7).

Greetings,


Fred



Re: Allow translation for CDD title in w.d.o/intro/organization

2004-09-21 Thread Frédéric Bothamy
* Gerfried Fuchs <[EMAIL PROTECTED]> [2004-09-21 12:15] :
> * Frédéric Bothamy <[EMAIL PROTECTED]> [2004-09-19 17:13]:
> > Here is a small patch to allow translation for the Custom Debian
> > Distribution title in the w.d.o/intro/organization web page.
> > 
> > Index: webwml/english/intro/organization.data
> > ===
> > RCS file: /cvs/webwml/webwml/english/intro/organization.data,v
> > retrieving revision 1.151
> > diff -u -u -r1.151 organization.data
> > --- webwml/english/intro/organization.data  7 Aug 2004 20:52:56 -   
> > 1.151
> > +++ webwml/english/intro/organization.data  19 Sep 2004 15:12:33 -
> > @@ -303,7 +303,7 @@
> >  
> >  
> >  
> > -http://cdd.alioth.debian.org/";>Custom Debian 
> > Distributions
> > +http://cdd.alioth.debian.org/";> > domain="organization">Custom Debian Distributions
> 
>  From what I remember from a discussion on debian-l10n-german this isn't
> wanted...  We have tried to convince Andreas Tille that it doesn't help
> the understanding at all to keep the english name for all the languages.
> I am not sure if he has changed his mind on this yet, better check with
> him. Thus this mail goes out as copy to him.

Ah, OK, thanks for the information. I understand where his reluctance
comes from as this is both a projet title (and as such should not be
translated) and a paragraph title (and as such should be translated).

Then, maybe a small explanation could be added to the title:

http://cdd.alioth.debian.org/";>Custom Debian Distributions -- 
customized Debian derivatives

That way, it could have both the project title and a translated
explanation for non-english speaking people.


Fred



Allow translation for CDD title in w.d.o/intro/organization

2004-09-19 Thread Frédéric Bothamy
Hello,

Here is a small patch to allow translation for the Custom Debian
Distribution title in the w.d.o/intro/organization web page.

Index: webwml/english/intro/organization.data
===
RCS file: /cvs/webwml/webwml/english/intro/organization.data,v
retrieving revision 1.151
diff -u -u -r1.151 organization.data
--- webwml/english/intro/organization.data  7 Aug 2004 20:52:56 -   
1.151
+++ webwml/english/intro/organization.data  19 Sep 2004 15:12:33 -
@@ -303,7 +303,7 @@
 
 
 
-http://cdd.alioth.debian.org/";>Custom Debian 
Distributions
+http://cdd.alioth.debian.org/";>Custom Debian Distributions
 
 
   Debian Jr. -- Debian for children from 1 to 99>

If noone objects, I can commit this change (as well as the updated
organization.pot file) in the CVS.


Fred



Re: Many wrong links in doc/cd1

2004-09-04 Thread Frédéric Bothamy
* Pierre Machard <[EMAIL PROTECTED]> [2004-09-04 16:59] :
> On Sat, Sep 04, 2004 at 04:50:23PM +0200, Jens Seidel wrote:

[...]

> > I searched for common typos and found doc/cd1.wml in my CVS tree. There
> > are indeed no links to cd1 but in this case it should be save to remove
> > this file and other similar files.
> 
> Certainly not. Because I guess that files under /doc/cdX re used by 
> CD-makers. (debian-cd CC: added)
> 
> > I already started translating files from CVS which where not used
> > anymore because the maintainer only removed the links to these pages but
> > forgot to remove these file.
> 
> As far as I am concerned I remove unused file. But This time I belive
> that you are wrong.

Indeed, from the first commit of this file done by Denis Barbier:

  This file is not intended to be displayed on web site, but included on
  CD#1 under /doc/. Putting it here provides translators with a robust
  machinery to help them working on it.


Fred



Re: typo on page www.debian.org/security/faq

2004-08-27 Thread Frédéric Bothamy
* Michael Coburn <[EMAIL PROTECTED]> [2004-08-27 09:21] :
> Hi, under question "Q: I've got a bugfix, can I upload to
> security.debian.org directly?", second paragraph of the answer, the word
> buildd appears.  I think the sentence should read:
> "Packages currently cannot be rejected and the build would be confused
> if it.."

Hello Michael,

I don't think this a typo, look at
http://www.debian.org/doc/developers-reference/ch-pkgs, section 5.10.3.3
buildd (or at the current DWN,
http://www.debian.org/News/weekly/2004/33/).


Fred



Re: [Patch] l10n tag is not described in http://www.debian.org/Bugs/Developer

2004-06-03 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2004-06-03 03:11] :
> * Matt Kraai <[EMAIL PROTECTED]> [2004-05-28 13:20] :
> > On Fri, May 28, 2004 at 03:27:58PM +0200, Fr?d?ric Bothamy wrote:
> 
> [...]
> 
> > > Anybody mind if I commit the following 2 patches (one for Bugs/*.wml,
> > > one for po/bugs.pot)?
> > 
> > Please do (though you'll probably have to regenerate them, since
> > they'll conflict with the changes I just made).
> 
> Ok, I have just commited my changes in the CVS. I hope I did not screw
> anything.

It was mostly OK except for a wrong  and a missing comma. This is
now fixed in CVS.


Fred



Re: [Patch] l10n tag is not described in http://www.debian.org/Bugs/Developer

2004-06-02 Thread Frédéric Bothamy
* Matt Kraai <[EMAIL PROTECTED]> [2004-05-28 13:20] :
> On Fri, May 28, 2004 at 03:27:58PM +0200, Fr?d?ric Bothamy wrote:

[...]

> > Anybody mind if I commit the following 2 patches (one for Bugs/*.wml,
> > one for po/bugs.pot)?
> 
> Please do (though you'll probably have to regenerate them, since
> they'll conflict with the changes I just made).

Ok, I have just commited my changes in the CVS. I hope I did not screw
anything.


Fred



Re: [Patch] l10n tag is not described in http://www.debian.org/Bugs/Developer

2004-05-28 Thread Frédéric Bothamy
* Frank Lichtenheld <[EMAIL PROTECTED]> [2004-05-28 10:55] :
> On Thu, May 27, 2004 at 10:18:13PM +0200, Frédéric Bothamy wrote:
> > Hello,
> > 
> > I noticed that the l10n tag for the BTS is not described in the Debian
> > BTS developer info.  The following patch should correct this:
> 
> Don't forget Bugs/server-refcard.wml

Ok, I have looked in the directory Bugs/ and found some interestings
things.

The complete list of tags is currently:
potato, woody, sarge, sarge-ignore, sid, experimental, confirmed, d-i,
fixed, fixed-in-experimental, fixed-upstream, help, l10n, moreinfo,
patch, pending, security, unreproducible, upstream, wontfix, ipv6, lfs.

The page Developer.wml is missing the following tags:
fixed-in-experimental and l10n.

The page server-refcard.wml is missing the following tags: sarge-ignore,
confirmed, d-i, fixed-in-experimental, fixed-upstream, l10n, ipv6 and
lfs.

The page server-control.wml is missing the following tags: sarge-ignore,
fixed-in-experimental, fixed-upstream and l10n.

The page pkgreport-opts.inc (used to build the BTS search page) is
missing the following tags: ipv6 and lfs (though URLs with tag=lfs
seem to work, i.e.
http://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=no&pkg=yencode&tag=lfs).

Anybody mind if I commit the following 2 patches (one for Bugs/*.wml,
one for po/bugs.pot)?


Fred
Index: Developer.wml
===
RCS file: /cvs/webwml/webwml/english/Bugs/Developer.wml,v
retrieving revision 1.44
diff -u -u -r1.44 Developer.wml
--- Developer.wml   9 Sep 2003 22:15:56 -   1.44
+++ Developer.wml   28 May 2004 13:03:34 -
@@ -217,6 +217,10 @@
   package (for whatever reason: perhaps it is too complicated to backport
   the change or too minor to be worth bothering).
 
+fixed-in-experimental
+  The bug has been fixed in the package of the experimental
+  distribution, but not yet in the unstable distribution.
+
 d-i
   This bug is relevant to the development of debian-installer. It is
   expected that this will be used when the bug affects installer development
@@ -228,6 +232,9 @@
 
 lfs
   This bug affects support for large files (over 2 gigabytes).
+
+l10n
+  This bug is relevant to the localisation of the package.
 
 potato
   This bug particularly applies to the potato release of Debian.
Index: pkgreport-opts.inc
===
RCS file: /cvs/webwml/webwml/english/Bugs/pkgreport-opts.inc,v
retrieving revision 1.38
diff -u -u -r1.38 pkgreport-opts.inc
--- pkgreport-opts.inc  15 Jan 2004 06:35:17 -  1.38
+++ pkgreport-opts.inc  28 May 2004 13:03:34 -
@@ -164,6 +164,12 @@
 
   wontfix
 
+
+  ipv6
+
+
+  lfs
+
 
   Include tag:
   
@@ -186,6 +192,8 @@
   
   
   
+  
+  
   
 
   Exclude tag:
@@ -209,6 +217,8 @@
   
   
   
+  
+  
   
 
 
Index: server-control.wml
===
RCS file: /cvs/webwml/webwml/english/Bugs/server-control.wml,v
retrieving revision 1.34
diff -u -u -r1.34 server-control.wml
--- server-control.wml  11 May 2004 00:51:24 -  1.34
+++ server-control.wml  28 May 2004 13:03:34 -
@@ -196,11 +196,13 @@
 
   Available tags currently include patch, wontfix,
   moreinfo, unreproducible, help,
-  pending, fixed, security,
+  pending, fixed,
+  fixed-in-experimental, fixed-upstream,
+  security, 
   upstream, confirmed, d-i,
-  ipv6, lfs, potato, woody,
-  sarge,
-  sid and experimental.
+  ipv6, lfs, l10npotato, woody, sarge,
+  sarge-ignore, sid and experimental.
 
   For their meanings please consult the
   general developers' documentation for the bug system.
Index: server-refcard.wml
===
RCS file: /cvs/webwml/webwml/english/Bugs/server-refcard.wml,v
retrieving revision 1.21
diff -u -u -r1.21 server-refcard.wml
--- server-refcard.wml  12 Sep 2003 22:28:38 -  1.21
+++ server-refcard.wml  28 May 2004 13:03:34 -
@@ -66,8 +66,10 @@
 Tags currently include patch,
 wontfix, moreinfo, unreproducible,
 help, pending, fixed,
-security, upstream, potato,
-woody, sarge, sid,
+fixed-in-experimental, fixed-upstream,
+security, upstream, confirmed, 
d-i,
+ipv6, lfsl10npotato,
+woody, sarge, sarge-ignore, 
sid,
 experimental.
 
 
Index: bugs.pot
===
RCS file: /cvs/webwml/webwml/english/po/bugs.pot,v
retrieving revision 1.9
diff -u -u -r1.9 bugs.pot
--- bugs.pot15 Jan 2004 06:35:52 -  1.9
+++ bugs.pot28 May 2004 13:03:44 -
@@ -184,10 +184,18 @@
 msgstr ""
 
 #: ../../english/Bugs/pkgreport-opts.inc:168
+msgid "ipv6"
+msgstr ""
+
+#: ../../english/Bugs/pkgreport-opts.inc:171
+msgid "lfs"
+msgstr ""
+
+#: ../../english/Bugs/pkgreport-opts.inc:174
 msgid "Include tag:"
 msgstr ""
 
-#: ../../english/Bugs/pkgreport-opts.inc:191
+#: ../../english/Bugs/pkgreport-opts.inc:199
 msgid "Exclude tag:"
 msgstr ""
 


[Patch] l10n tag is not described in http://www.debian.org/Bugs/Developer

2004-05-27 Thread Frédéric Bothamy
Hello,

I noticed that the l10n tag for the BTS is not described in the Debian
BTS developer info.  The following patch should correct this:

Index: Developer.wml
===
RCS file: /cvs/webwml/webwml/english/Bugs/Developer.wml,v
retrieving revision 1.44
diff -u -u -r1.44 Developer.wml
--- Developer.wml   9 Sep 2003 22:15:56 -   1.44
+++ Developer.wml   27 May 2004 20:07:37 -
@@ -229,6 +229,9 @@
 lfs
   This bug affects support for large files (over 2 gigabytes).
 
+l10n
+  This bug is relevant to the localisation of the package.
+
 potato
   This bug particularly applies to the potato release of Debian.
 


Fred



Re: www.debian.fr -> www.debian.org

2004-05-15 Thread Frédéric Bothamy
* Mikaël Poussard <[EMAIL PROTECTED]> [2004-05-15 10:59] :
> Hi,
> 
> www.debian.fr is currently directed to www.debian.org but when accessing it 
> by 
> http, I am redirected to http://www.debian.org/distrib/ftplist.
> 
> I think this is something about vhost, could it be possible to make 
> www.debian.fr just directed to www.debian.org ?
> 
> I set :
> ;; ANSWER SECTION:
> www.debian.fr.  2044IN  A   192.25.206.10

Hello Mikaël,

The Debian project has nothing to do with the .fr domain, the only valid
URL in France is www.fr.debian.org. I think you should contact Julien
Mellul at oxyd.fr (as shown by "whois debian.fr") about this
redirection.

BTW is there anything in Debian about other projects redirecting to
Debian web pages?

Greetings,


Fred



Re: Page not found http://d-i.alioth.debian.org/manual/fr.i386/install.fr.html

2004-05-03 Thread Frédéric Bothamy
* Huguenin Thierry <[EMAIL PROTECTED]> [2004-05-03 14:48] :
> Hello,
>  
> I noticed that the following link URL does not succeed !
>  
> It is identical for the formats TXT and PDF 
>  
> http://d-i.alioth.debian.org/manual/fr.i386/install.fr.html

Hello Thierry,

Could you please tell us where this URL is referenced on the Debian
website so that we can correct it?

AFAIK the only currently valid URL is
http://d-i.alioth.debian.org/manual/fr.i386/index.html and no TXT or PDF
are generated from the XML source yet.


Fred



Fixes for webwml://security/2004/CAN-2004-*.data

2004-04-23 Thread Frédéric Bothamy
Hello,

2 recently added webpages do not validate correctly
(http://people.debian.org/~barbier/validate/en) :
http://www.debian.org/security/2004/CAN-2004-0077 and
http://www.debian.org/security/2004/CAN-2004-0109.

Here is the proposed fix:

Index: webwml/english/security/2004/CAN-2004-0077.data
===
RCS file: /cvs/webwml/webwml/english/security/2004/CAN-2004-0077.data,v
retrieving revision 1.2
diff -u -u -r1.2 CAN-2004-0077.data
--- webwml/english/security/2004/CAN-2004-0077.data 22 Apr 2004 09:27:18 
-  1.2
+++ webwml/english/security/2004/CAN-2004-0077.data 23 Apr 2004 12:37:19 
-
@@ -1,9 +1,9 @@
 
 
- %0
- %1
- %2
- DSA %3
+ %0
+ %1
+ %2
+ DSA %3
 
 

Index: webwml/english/security/2004/CAN-2004-0109.data
===
RCS file: /cvs/webwml/webwml/english/security/2004/CAN-2004-0109.data,v
retrieving revision 1.1
diff -u -u -r1.1 CAN-2004-0109.data
--- webwml/english/security/2004/CAN-2004-0109.data 22 Apr 2004 09:33:17 
-  1.1
+++ webwml/english/security/2004/CAN-2004-0109.data 23 Apr 2004 12:37:19 
-
@@ -1,9 +1,9 @@
 
 
- %0
- %1
- %2
- DSA %3
+ %0
+ %1
+ %2
+ DSA %3
 
 


I can check them in the CVS as it seems obviously correct to me. Joey
might want to update his template as well. :-)


Fred



Re: 2 identical typos in the Joint Statement (english/News/2004/20040406.wml)

2004-04-08 Thread Frédéric Bothamy
* Matt Kraai <[EMAIL PROTECTED]> [2004-04-08 06:01] :
> On Thu, Apr 08, 2004 at 11:33:57AM +0200, Fr?d?ric Bothamy wrote:
> > I have found 2 identical typos in the recently released Joint Statement.
> > Here is the correction:
> > 
> > Index: 20040406.wml
> > ===
> > RCS file: /cvs/webwml/webwml/english/News/2004/20040406.wml,v
> > retrieving revision 1.2
> > diff -u -u -r1.2 20040406.wml
> > --- 20040406.wml6 Apr 2004 21:27:32 -   1.2
> > +++ 20040406.wml8 Apr 2004 09:29:06 -
> > @@ -99,8 +99,8 @@
> >  a http://lists.debian.org/debian-security-0112/msg00257.html";>\
> >  survey in 2001 and discovered that it has taken the Debian security
> >  team an average of 35 days to fix vulnerabilities posted to the Bugtraq
> > -list.  However, over 50% of the vulnerabilities where fixed in a 10-days
> > -time frame, and over 15% of them where fixed the same day the advisory was
> > +list.  However, over 50% of the vulnerabilities were fixed in a 10-days
> > +time frame, and over 15% of them were fixed the same day the advisory was
> >  released!  For this analysis, all vulnerabilities were treated the same,
> >  though.
> >  
> > 
> > No objection that I commit this to the CVS?
> 
> Please commit the corrections.

Looks like Joey already made the changes just before I reported them.


Fred



2 identical typos in the Joint Statement (english/News/2004/20040406.wml)

2004-04-08 Thread Frédéric Bothamy
Hello,

I have found 2 identical typos in the recently released Joint Statement.
Here is the correction:

Index: 20040406.wml
===
RCS file: /cvs/webwml/webwml/english/News/2004/20040406.wml,v
retrieving revision 1.2
diff -u -u -r1.2 20040406.wml
--- 20040406.wml6 Apr 2004 21:27:32 -   1.2
+++ 20040406.wml8 Apr 2004 09:29:06 -
@@ -99,8 +99,8 @@
 a http://lists.debian.org/debian-security-0112/msg00257.html";>\
 survey in 2001 and discovered that it has taken the Debian security
 team an average of 35 days to fix vulnerabilities posted to the Bugtraq
-list.  However, over 50% of the vulnerabilities where fixed in a 10-days
-time frame, and over 15% of them where fixed the same day the advisory was
+list.  However, over 50% of the vulnerabilities were fixed in a 10-days
+time frame, and over 15% of them were fixed the same day the advisory was
 released!  For this analysis, all vulnerabilities were treated the same,
 though.
 

No objection that I commit this to the CVS?


Fred



Re: what is "redaction"?

2004-04-06 Thread Frédéric Bothamy
* Tomohiro KUBOTA <[EMAIL PROTECTED]> [2004-04-06 22:47] :
> Hello,
> 
> When I translate Debian webpages into Japanese I found a sentence
> which I cannot understand.
> webwml/english/devel/todo/items/60dwn.wml reads:
> 
>   Debian Weekly News is looking for contributors. They need some people who
>   keep in touch with mailing lists and news websites to help in the weekly
>   redaction of what's happening in the Debian world.
>   ~
> 
> What is "redaction"?  My dictionary doesn't have the word.

I did not know the word in English, but I guess it is similar to
"writing" (at least we have the same word in French). And it seems on
par with the footer of the DWNs.


Greetings,


Fred



Missing dependency when building BTS pseudo-packages description translation from webwml CVS

2004-02-13 Thread Frédéric Bothamy
Hello,

I recently translated Debian BTS pseudo-packages description in French
(/webwml/french/Bugs/pseudo-packages.translated-description in the Debian
CVS). However, the webpage
(http://www.debian.org/Bugs/pseudo-packages.fr.html) was not
automatically rebuilt after this change.

I think that this comes from a missing dependency in the english
Makefile (/webwml/english/Bugs/Makefile). A possible correction would
be:

Index: Makefile
===
RCS file: /cvs/webwml/webwml/english/Bugs/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile2 Nov 2002 18:02:31 -   1.15
+++ Makefile13 Feb 2004 00:16:59 -
@@ -21,4 +21,5 @@
 server-request.$(LANGUAGE).html: $(TEMPLDIR)/template.wml otherpages.inc 
$(ENGLISHDIR)/Bugs/footer.inc
 pseudo-packages.$(LANGUAGE).html: 
$(ENGLISHDIR)/Bugs/pseudo-packages.description \
   $(TEMPLDIR)/template.wml otherpages.inc $(ENGLISHDIR)/Bugs/footer.inc \
-  $(ENGLISHDIR)/Bugs/pseudo-packages.inc
+  $(ENGLISHDIR)/Bugs/pseudo-packages.inc \
+  $(shell [ -f pseudo-packages.translated-description ] && echo 
"pseudo-packages.translated-description") 


It seems to do the correct thing for every language (even if the file
does not exist), but there may be a simpler solution.

Greetings,


Fred



Bug#232323: "broken" images below http://murphy.debian.org/lists/

2004-02-11 Thread Frédéric Bothamy
Subject: www.debian.org: "broken" images below http://murphy.debian.org/lists/
Package: www.debian.org
Severity: minor

A follow-up to a mail from Francis Daly who gave the following good
description
(http://lists.debian.org/debian-www/2003/debian-www-200310/msg00133.html)
so that this problem is not forgotten:

  Many images below http://murphy.debian.org/lists/ -- for example,

  
http://murphy.debian.org/lists/debian-user-french/debian-user-french-distabs-months.png

  -- are sent out with a Content-type: header of image/png, but the
 content
  is actually of type image/gif.

  Given the end of the url, the Content-type: header is a reasonable
  guess by the server; I presume the problem is that whatever creates
  the images does the equivalent of "mv image.gif image.png" instead of
  "convert image.gif image.png".

  The fix is presumably either to change the names of the created images
  to .gif, or to create them in (or convert them to) png format.

  The browser "dillo" does not display the images as they currently are,
  presumably because it decides that they are malformed pngs, since it
  believes the HTTP header.


Fred

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux hera 2.4.22 #1 Wed Nov 19 02:22:20 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]



Re: Website not building?

2004-01-23 Thread Frédéric Bothamy
* Denis Barbier <[EMAIL PROTECTED]> [2004-01-23 07:23] :
> On Fri, Jan 23, 2004 at 01:51:08AM +0100, Frédéric Bothamy wrote:
> > Hello,
> > 
> > It seems that the webwml run breaks on bulgarian compilation:
> > 
> > from current http://www-master.debian.org/build-logs/webwml/wml_run.log
> > 
> > [...]
> > make -C bulgarian install
> > make[1]: Entering directory `/org/www.debian.org/webwml/bulgarian'
> > make[1]: *** No rule to make target `install'.  Stop.
> > make[1]: Leaving directory `/org/www.debian.org/webwml/bulgarian'
> > make: *** [bulgarian-install] Error 2
> > 
> > 
> > Bulgarian directory seems to lack top Makefile and every other files.
> 
> Ouch, translator removed all files, no idea why.
> I just removed bulgarian from the top-level Makefile.

Thanks, Denis.

BTW could this explain the segfault in stattrans.pl ?

In http://www-master.debian.org/build-logs/webwml/often.log

[...]
run-parts: executing /org/www.debian.org/cron/parts/3stattrans
Illegal division by zero at ./stattrans.pl line 324.

which is

 324 $percent_t{$lang} = int ($translated{$lang}/$wml{$lang} * 100 + .5);



Fred



Website not building?

2004-01-22 Thread Frédéric Bothamy
Hello,

It seems that the webwml run breaks on bulgarian compilation:

from current http://www-master.debian.org/build-logs/webwml/wml_run.log

[...]
make -C bulgarian install
make[1]: Entering directory `/org/www.debian.org/webwml/bulgarian'
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory `/org/www.debian.org/webwml/bulgarian'
make: *** [bulgarian-install] Error 2


Bulgarian directory seems to lack top Makefile and every other files.

Is there anyone doing changes in this?


Cheers


Fred



Re: problem with people.debian.org

2003-12-03 Thread Frédéric Bothamy
* adam morley <[EMAIL PROTECTED]> [2003-12-03 04:49] :
> Hi,
> 
> I found a redirection loop (I think).  On this page:
> 
> http://www.debian.org/News/2003/20031121a
> 
> There is a link to http://people.debian.org/~joey/3.0r2/
> 
> which gives me a "Redirection loop detected 
> (http://people.debian.org/~joey/3.0r2/)" in w3m and some weird error about 
> cookies in Mozilla 1.4 (even though I have all cookies enabled)
> 
> I'd really like to see http://people.debian.org/~joey/3.0r2/ since it 
> contains the rationale for TMDA not being in debian, as I was hoping to use 
> debian as a server OS and I needed TMDA.

I think there are still some problems with various Debian servers (and
services) after the compromise.  However you may still see the reason for
removing TMDA in the ChangeLog
(http://http.us.debian.org/debian/dists/woody/ChangeLog).  It appears to
come from the maintainer (Bug #219361) and he also recommends using
unstable version (in Bug #221906).

Cheers,


Fred



Re: "broken" images below http://murphy.debian.org/lists/

2003-10-24 Thread Frédéric Bothamy
* Francis Daly <[EMAIL PROTECTED]> [2003-10-24 14:51] :
> Hi there,
> 
> hopefully this is the right address to send this report to.  Apologies
> if it's not.
> 
> Many images below http://murphy.debian.org/lists/ -- for example,
> 
> http://murphy.debian.org/lists/debian-user-french/debian-user-french-distabs-months.png
> 
> -- are sent out with a Content-type: header of image/png, but the content
> is actually of type image/gif.
> 
> Given the end of the url, the Content-type: header is a reasonable
> guess by the server; I presume the problem is that whatever creates
> the images does the equivalent of "mv image.gif image.png" instead of
> "convert image.gif image.png".
> 
> The fix is presumably either to change the names of the created images
> to .gif, or to create them in (or convert them to) png format.
> 
> The browser "dillo" does not display the images as they currently are,
> presumably because it decides that they are malformed pngs, since it
> believes the HTTP header.

Thanks for this information. I had wrongly assumed that dillo was at
fault here and submitted a bug in the dillo BTS about this
(http://www.dillo.org/cgi-bin/bugtrack/Dillo_query.cgi?what=all&Submit=Find+It%21,
Issue 502). I guess I'll have to close it there then.


Fred



Re: CURRENT-ISSUE-IS was not updated for last DWN (40/2003)

2003-10-10 Thread Frédéric Bothamy
* Frédéric Bothamy <[EMAIL PROTECTED]> [2003-10-10 13:31] :
> Hello,
> 
> I think that the file webwml/english/News/weekly/CURRENT-ISSUE-IS in the
> Debian webwml repository was not updated to reflect the latest DWN
> (40/2003). As a consequence, the page http://www.debian.org/News/weekly/
> still lists the DWN 39/2003 as current issue.

[Replying to myself]

Please forget this request, Joey has already updated the file in the
CVS.

Greetings,


Fred



CURRENT-ISSUE-IS was not updated for last DWN (40/2003)

2003-10-10 Thread Frédéric Bothamy
Hello,

I think that the file webwml/english/News/weekly/CURRENT-ISSUE-IS in the
Debian webwml repository was not updated to reflect the latest DWN
(40/2003). As a consequence, the page http://www.debian.org/News/weekly/
still lists the DWN 39/2003 as current issue.


Greetings

Fred



Re: lien défunt

2003-06-06 Thread Frédéric Bothamy
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-06-06 05:35] :
> Le lien vers le guide pour portable semble défunt : tuxmobilix.org est 
> introuvable.

Hello,


The link to the Guide for Laptops seems defunct: tuxmobil.org is not
found.


Thanks for the hint, it only seems to apply to the french version of
this URL :

http://www.debian.org/misc/laptops/index.fr.html

There was a problem with the URL (in the french translation only) and it
is now corrected.

Fred



Re: debian.org localization

2003-05-16 Thread Frédéric Bothamy
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-05-16 09:52] :
> hi,
> 
> i'm trying to access the debian.org website for documentation from a
> computer in bulgaria and i find every single page loading in bulgarian,
> even when they are linked from an english language page.
> and i don't speak bulgarian that well and would prefer the pages i load
> from your site to stick to english. is this possible and how do i do
> this???

Yes it is, just have a look at http://www.debian.org/intro/cn and follow
the instructions you'll find there.

Greetings

Fred



Missing backslash in last link of the Installation Manual webpage

2003-04-04 Thread Frédéric Bothamy
Hello,

Does anyone have an objection to my correcting the last link on the page
http://www.debian.org/releases/stable/installmanual to include a "\" so that
no space is displayed in front of that link ? This does not appear in Mozilla,
but looks ugly in Dillo.

The diff would look like this:

Index: webwml/english/releases/woody/installmanual.wml
===
RCS file: /cvs/webwml/webwml/english/releases/woody/installmanual.wml,v
retrieving revision 1.3
diff -u -r1.3 installmanual.wml
--- webwml/english/releases/woody/installmanual.wml 16 Jun 2002 22:32:28
-  1.3
+++ webwml/english/releases/woody/installmanual.wml 4 Apr 2003 11:53:21
-
@@ -37,5 +37,5 @@
 DebianDoc SGML) via the http://cvs.debian.org/boot-floppies/documentation/";>CVSweb
 interface or check them out
-http://cvs.debian.org/~checkout~/boot-floppies/README-CVS?tag=HEAD&content-type=text/plain";>
+http://cvs.debian.org/~checkout~/boot-floppies/README-CVS?tag=HEAD&content-type=text/plain";>\
 using CVS.


Fred



Re: modified report for FOSDEM 2003

2003-03-06 Thread Frédéric Bothamy
* Rémi Letot <[EMAIL PROTECTED]> [2003-03-06 23:14] :
> Frédéric Bothamy <[EMAIL PROTECTED]> writes:
> 
> > * Remi Letot <[EMAIL PROTECTED]> [2003-03-01 11:45] :
> >> Hi,
> >> 
> >> just read the report for FOSDEM 2003 and made some corrections :
> >> 
> >> - it was not friday and saturday but saturday and sunday
> >
> > I think that you have missed one instance of friday/saturday in the
> > 3rd paragraph. I was not there, so it would be better if you could
> > check this.
> 
> Argh, please apply

Ok. Done.

Fred



Re: modified report for FOSDEM 2003

2003-03-05 Thread Frédéric Bothamy
* Remi Letot <[EMAIL PROTECTED]> [2003-03-01 11:45] :
> Hi,
> 
> just read the report for FOSDEM 2003 and made some corrections :
> 
> - it was not friday and saturday but saturday and sunday

I think that you have missed one instance of friday/saturday in the
3rd paragraph. I was not there, so it would be better if you could
check this.

TIA

Fred

Index: 0208-fosdem-report.wml
===
RCS file: /cvs/webwml/webwml/english/events/2003/0208-fosdem-report.wml,v
retrieving revision 1.2
diff -u -r1.2 0208-fosdem-report.wml
--- 0208-fosdem-report.wml  5 Mar 2003 22:34:56 -   1.2
+++ 0208-fosdem-report.wml  6 Mar 2003 00:02:35 -
@@ -13,7 +13,7 @@
 Stallman gave a talk discussing the history of the Free Software
 Foundation.
 
-Several interesting talks took place on Friday (e.g. Gnome,
+Several interesting talks took place on Saturday (e.g. Gnome,
 PostgreSQL, Bugzilla, ...).  For Debian Martin Michmayr (alias tbm)
 gave a talk about embian (Embedded Debian).  Our booth was
 staffed with at least five Debian people so we had the chance to talk to every



Bug#176511: www.debian.org: Typo in http://nm.debian.org/nmstatus.php?email=foo%40bar.zot

2003-01-13 Thread Frédéric Bothamy
Package: www.debian.org
Version: N/A; reported 2003-01-13
Severity: minor
Tags: patch

The page http://nm.debian.org/nmstatus.php?email=foo%40bar.zot has a
minor typo on the left column. Here is a patch to
http://cvs.debian.org/newmaint/nmstatus.wml?cvsroot=webwml (rev 1.5)
which corrects the error.

Fred

--- nmstatus.wml.orig   Wed Oct  3 00:08:11 2001
+++ nmstatus.wmlMon Jan 13 13:34:46 2003
@@ -111,7 +111,7 @@
   }
 ?>
 
-Application Manager recomends to DAM
+Application Manager recommends to DAM
 

  1   2   >