http://wiki.debian.org/DebianLenny

2009-02-17 Thread Adrian Levi
Press release links point to Etch Press release [1] not Lenny Press release[2].

[1]http://www.debian.org/News/2007/20070408
[2]http://www.debian.org/News/2009/20090214

Please cc me, i'm not subscribed to debian-www.

Adrian

-- 
24x7x365 != 24x7x52 Stupid or bad maths?
erno hm. I've lost a machine.. literally _lost_. it responds to
ping, it works completely, I just can't figure out where in my
apartment it is.


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: HTML errors in DPN pages

2009-02-17 Thread MJ Ray
Peter Krefting pe...@softwolves.pp.se wrote:
 MJ Ray:

  Moreover, a name cannot be only a number.  See
  http://www.w3.org/TR/html401/types.html#type-id

 An anchor name can (a name=1 is valid), but it is not allowed using
 the current syntax (using the id attribute: h1 id=1foobar/h1 is
 not valid, while h1 id=topic1foobar/h1 is). The a name
 construct was, IIRC, deprecated when HTML 4 was introduced ten years
 ago.

Yes, you may be right.  HTML 4 says both that name is CDATA (not NAME
as I incorrectly linked above) and that it shares a namespace with id
(which is the ID and NAME type I linked to above).

You're definitely right that name is now deprecated.  It should be
phased out when someone gets time.

Hope that helps,
-- 
MJR/slef
My Opinion Only: see http://people.debian.org/~mjr/
Please follow http://www.uk.debian.org/MailingLists/#codeofconduct


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



new directories and Makefiles

2009-02-17 Thread Gerfried Fuchs
Hi!

 It seems like it's this time of the year again to remind our fellow
translators of this: If you add new directories and new files from
therein, please do *NOT* forget to also cvs add and cvs commit the
Makefile that has been created for you when you used the copypage.pl
script! Without adding the Makefile your newly commited translation(s)
won't appear anywhere on the website.

 Thanks for listening,
Rhonda


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: http://wiki.debian.org/DebianLenny

2009-02-17 Thread Tommi Vainikainen
Adrian Levi adrian.l...@gmail.com writes:

 Press release links point to Etch Press release [1] not Lenny Press 
 release[2].

Thanks for pointing out. It is now fixed.

By the way, Debian's wiki (http://wiki.debian.org/) follows wiki
conventions. You can modify the pages by yourself (you only need to
register there).

-- 
Tommi Vainikainen


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: http://wiki.debian.org/DebianLenny

2009-02-17 Thread Adrian Levi
2009/2/17 Tommi Vainikainen t...@iki.fi:
 Adrian Levi adrian.l...@gmail.com writes:

 Press release links point to Etch Press release [1] not Lenny Press 
 release[2].

 Thanks for pointing out. It is now fixed.

 By the way, Debian's wiki (http://wiki.debian.org/) follows wiki
 conventions. You can modify the pages by yourself (you only need to
 register there).

Ahh, I had just assumed that it was locked to Debian documentation
people only. ;-)

Adrian

-- 
24x7x365 != 24x7x52 Stupid or bad maths?
erno hm. I've lost a machine.. literally _lost_. it responds to
ping, it works completely, I just can't figure out where in my
apartment it is.


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian on MIPS

2009-02-17 Thread Alexander Voropay
Could you please remove ths name from this page

http://www.debian.org/ports/mips/index.en.html

Unfortunately hi is died

http://www.debian.org/News/2008/20081229

Put a link to this page, please.


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release announcement simplified Chinese translation update

2009-02-17 Thread Anthony Wong
2009/2/17 Arne Goetje a...@linux.org.tw

 Matt Kraai wrote:
  On Mon, Feb 16, 2009 at 11:58:20PM +0800, Arne Goetje wrote:
  Matt Kraai wrote:
  We already appear to use a single source version for all three Chinese
  translations: Big5.  Whether it's possible to change to UTF-8 is for
  someone more familiar with Chinese to say.  It's not sufficient to
  just switch the encoding of this file, though:
 
   $ make
   cd .  wml -q -D CUR_YEAR=2009 -o undef...@ucnucnhkucntw
:20090214.zh-cn.html@g+w -o undef...@uhkucnhkuhktw
:20090214.zh-hk.html@g+w -o undef...@utwucntwuhktw
:20090214.zh-tw.html@g+w --prolog=../../bin/fix_big5.pl  20090214.wml
* Converting: [zh_CN.GB2312], /usr/bin/iconv: illegal input sequence
at position 233
   make: *** [20090214.zh-cn.html] Error 1
 
  Doesn't surprise me. A number of characters which are present in Big5
  are not present in GB2312 (and vice versa). Using iconv to convert
those
  characters will lead to such errors.
 
  zh-autoconvert might give better results.
 
  Else, if you can give me the link to the source, then I can take a
look.
 
  Sure, it's available in the webwml CVS module at
  chinese/News/2009/20090214.wml.  You can find instructions for
  accessing the repository at
 
   http://www.debian.org/devel/website/using_cvs
 

 OK, attached are the results for review.

 Build-Depends: zh-autoconvert

 To convert from Big5 into GB2312:
autob5 -o gb  20090214.wml  20090214_gb2312.wml
 To convert from Big5 into UTF-8:
autob5 -o utf8  20090214.wml  20090214_zht_utf8.wml
 To convert from Big5 into simplified Chinese UTF-8:
autob5 -o gb  20090214.wml | autogb -o utf8 
20090214_zhs_utf8.wml

 I used the latter two commands to generate the attached files.

 The difference between iconv and zh-autoconvert is that iconv simply
 tries to convert the codepoints one to one and zh-autoconvert uses a
 dictionary to map traditional characters to their simplified
 counterparts. Since the database is quite old, it may not work for
 simplified - traditional mappings where simplified characters have
 been added later (GBK) or where the document contains HKSCS characters,
 which use the Big5 Private Use Area. Those characters cannot be converted.
 I have long wanted to create a new library where a full Unicode
 compatible mapping takes place. Unfortunately I don't have the time for
 that. But if there are any volunteers out there, I'm willing to
 coordinate such a project.

 Cheers
 Arne

Hi all,

I have been thinking that using Big5 as the primary encoding for both TC
(Traditional Chinese) and SC (Simplified Chinese) versions of Debian website
are detrimental to user contributions. To summarize the current situation of
the Chinese versions of Debian website, translations must be done in Big5
WML files, TC version is basically converted simply from WML to HTML, but to
generate the SC versions, Big5 files must be converted to GB2312 first. It
is done so due to the one-to-many SC-TC mappings problem. To deal with the
differences of terms for the same meaning in TC and SC, like 文件 and 檔案, we
use a simple mapping table written in Perl and for some terms that are
rarely used, inline WML substitution syntax is used, like
[CN:文件:][HKTW:檔案:].

This puts a hurdle for SC users to submit translations to Debian, because
they write in SC but then have to use whatever method to convert it to Big5
for submission. And there is also the possibility that the converted Big5
file may not contain proper TC words/phrases. It also gives people the
impression that SC contributors are treated like second-class citizens (am
I too sensitive?). Not to mention that Big5 and GB2312 are both considered
as outdated encodings now and should better be replaced by UTF-8, to make
the same file accessible to both TC and SC users.

I suggest 1. to convert all existing Chinese WML files for the Debian
website from Big5 to UTF-8, and 2. to use MediaWiki's Chinese conversion
table to do both TC-SC and SC-TC conversions. This way, we no longer need to
care which script the translators use and the burden for them to use Big5 is
lifted.

For MediaWiki's Chinese conversion system, please see:

   1.
   
http://meta.wikimedia.org/wiki/Automatic_conversion_between_simplified_and_traditional_Chinese
   2.
   
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/ZhConversion.php?revision=47314view=markup
   3. http://zh.wikipedia.org/wiki/MediaWiki:Conversiontable/zh-hant
   4. http://zh.wikipedia.org/wiki/MediaWiki:Conversiontable/zh-hans


Any comments?

-- 
Anthony


Re: 4minuti.it

2009-02-17 Thread Alberto
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

On Tue, 17 Feb 2009 00:04:00 +0100
mouss mo...@ml.netoyen.net wrote:

 Someone who speaks italian could unsubscribe the list from this
 newsletter, please?
 I don't speak italian, but understand most when reading. i followed
 the unsubscribe link at the bottom of the newsletter. Then a webpage
 was shown telling me they will send another email with a confirmation
 link to unsubscribe. That mail did not arrive to the list yet. If it's
 not in a reasonable period of time, i think i can try asking for
 unsubscribe by using the contact us on their website.
 I must say i'm not good at writing in italian, if someone knows and
 wants will be welcome.
 I am Italian and then I would be happy to help you.
 I have just sent an e-mail to iscrizi...@4minuti.it asking to
 unsubscribe debian-www.
 I hope this could be enough.
 while this may help once,

I hope so.

 this won't fix the problem.
 so next time anyone forges the list address, they will start again.

That's sad, but true.

 It may be more effective to contact someone responsible there and tell
 them to blacklist mailing-lists. if you're lucky, abuse@ or
 postmaster@ might work... otherwise, abuse@ their hoster could do.

First of all I going to wait for an answer and then I will try to
contact abuse/postmaster desk.

- -- 
Alberto
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQIVAwUBSZsKIX8GxaRYq2C+AQNtwhAAjFXDqGcXFtsOOQw48D9dbEEpffU318tT
HvwYLiPPrmiU/l0ZXCUZsaMBPU5ceXgyCkuOH5u3L6wypmunJOU3kUihAyn5UaO7
/kbnSM4KPBIiNp0z/ZWRh3MONtLvZX6ospJyw5enlUMzLgykxGTIHQ0WTrpyvmXR
i++7EN8ms9GcA96n4Sr4HbD8dWsSFzWND6ctvXird9m/jfEdF6SrCF2zrCcRhoZL
ZUqk0I8pVDnlyeQ94QLwWXXDUAxHS0Gr4H1mLSNSZ27lYVoIP6Ro/hFk+PdnTYvG
20wOHhnh4d+Cx3HUSe5wx8FysfyBXY8FooVTIje5+YyaxGxpDGt5kFbKCHaZbpYJ
qjVw2lRVXOhvqcna1mSmyVsB0MaTC9dEHXmgNfgAQKW8oNmCu+XchqdeSCEAfh5F
P6dkGDgb7EobmeJiT2ve+cOweff7/+35MT4ZxwDTzZK2/383f3vXPkSpPPa5rjSm
1GpcgeNRB9p+gH2TBYfc3eKowEL/G86254o0YrdSc+A/JR10n3pGsV3B9bFj1bQW
ZmlUg3IuahUNkKbdO2e5seqy1XlUEi3+2lDVH54C1VanxQcu7X+/LsVDKd/SCZ/g
YClmgoTkWFqSYIaPFz9zIBhyQPaKiybSzuO0280m1mgNftYb09TJ4jF4xw8zDeR4
QJhLyBNOjHM=
=UHeS
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515814: www.debian.org: Please provide source for pdf-graphics in devel/debian-med/News/2009/20090214.wml

2009-02-17 Thread Helge Kreutzmann
Package: www.debian.org
Severity: wishlist

devel/debian-med/News/2009/20090214.wml introduced the new concept of
using pdf files[1] for graphics. Could you please provide the source and
the makefile logic that localized version can be provided as well?

Thanks

[1] devel/debian-med/News/2009/authorstat_med.pdf
devel/debian-med/News/2009/dmstats1.pdf

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


wrong list of public machines

2009-02-17 Thread Thorsten Alteholz

Hi,

according to Mattias, his computer (ravel.hpc2n.umu.se) is gone. So on 
http://www.debian.org/ports/amd64/index.en.html it should not be mentioned 
anymore as a public machine.


  Thorsten


--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Bug#515801: qa.debian.org: package.debian.org screen: Broken link to Copyright

2009-02-17 Thread Adam D. Barratt
reassign 515801 www.debian.org
thanks

On Tue, 2009-02-17 at 20:35 +0200, jaalto wrote:
 While accessing Copyright link at
 
 http://packages.debian.org/sid/screen
 
 Gives:
 
 Not Found
 
 The requested URL 
 /changelogs/pool/main/s/screen/screen_4.0.3-11/screen.copyright was not found 
 on this server.
 Apache Server at packages.debian.org Port 80

packages.d.o is under the auspices of the www team, not the QA team;
reassigning.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Neue Kunden sichern!

2009-02-17 Thread Newsletter b2b-traders
b2b  
Der Newsletter wird nicht richtig angezeigt?
Hier klicken: b2b-traders Deutschland
www.b2b-traders.de
 [1]
Sehr geehrter Unternehmer,  

Viele Firmen verpassen heutzutage den richtigen Zeitpunkt, Ihre
Strategien zu optimieren. Mit Werbemailings, Messen oder Anzeigen
erreicht man trotz hoher Kosten immer nur einen Bruchteil der Kunden.
Die Wirkung verpufft schnell und das Angebot wird vergessen.  
   

Anders als im Internet. Weltweit gibt es Millionen von Nutzern. Ich
selbst habe mit Firmen in Russland, Polen, China und Indien
gesprochen. Sie alle suchen händeringend Qualitätsprodukte
und –angebote aus Deutschland. Die Zeiten, wo man eine
Niederlassung im Ausland brauchte, um dort Handel zu treiben, sind
längst vorbei! 

Heute findet man seine Kunden weltweit im Internet! 
 Besser gesagt, die Kunden finden Sie! Einfach Produkte und Kurz-Info
zu Ihrem Unternehmen im Internet hinterlegen und weltweit von
potentiellen Kunden gefunden und beauftragt werden. Einfach. Sicher.
Schnell. 
Ihr Sebastian Fleiter
 Geschäftsführer b2b-traders.com
GmbH
Vom Online-Vertrieb Noch Nicht überzeugt?
Dann lesen Sie bitte die Meinung von Unternehmer Michael Schnettker
aus Iserlohn   
„Mit nur wenigen Klicks war ich drin. Das Ausfüllen war
ganz einfach. Ich habe dann je ein Foto der Waren, die ich vertreiben
will, hochgeladen. Die Interessenten haben sich dann direkt bei mir
gemeldet. Das ist wesentlich effektiver als ein Werbemailing oder eine
Anzeige! ...
mehr
Das meldet ots am 14.01.09 zum Start von
b2b-traders in Deutschland
Made in Germany – das weiß die Welt zu schätzen. 
 Tausende Firmenkunden, zum Beispiel in Russland, China und anderen
Ländern, suchen Lieferanten und Produkte aus Deutschland.
Ergreifen Sie die Chance, diesen Kunden Ihr Angebot online zu
unterbreiten. 
 [2]
   Sie möchten den Newsletter nicht mehr
erhalten? Hier abmelden. 
 b2b-traders.com GmbH | Sihleggstr. 23 | CH-8832 Wollerau | Telefon:
+49 0621 7615478 
 E-Mail: ad...@b2b-traders.com [3] | Internet: www.b2b-traders.com
[4]
 Vertretungsberechtigter Geschäftsführer: Sebastian
Fleiter, Franz-Josef Fleiter
  

Links:
--
[1] http://www.b2b-traders.de
[2] http://www.b2b-traders.de
[3] mailto:ad...@b2b-traders.com
[4] http://www.b2b-traders.com



Reminder: Please Respond to Sandy's Invitation

2009-02-17 Thread Sandy Gautam
Sandy Gautam wants you to join Yaari!

Is Sandy your friend?

a 
href=http://yaari.com/?controller=useraction=mailregisterfriend=1sign=YaariNVO276KLE775PUQ682BKS778;Yes,
 Sandy is my friend!/a a 
href=http://yaari.com/?controller=useraction=mailregisterfriend=0sign=YaariNVO276KLE775PUQ682BKS778;No,
 Sandy isn't my friend./a

Please respond or Sandy may think you said no :(

Thanks,
The Yaari Team

If you prefer not to receive this email tell us a 
href=http://yaari.com/?controller=absnaction=addoptoutemail=debian-...@lists.debian.org;here/a.
 If you have any concerns 
regarding the content of this message, please email ab...@yaari.com.  
Yaari LLC, 358 Angier Ave, Atlanta, GA 30312

YaariNVO276KLE775PUQ682BKS778



Processed: reassign 515801 to www.debian.org

2009-02-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # *sigh* Let's try that again
 reassign 515801 www.debian.org
Bug#515801: qa.debian.org: package.debian.org screen: Broken link to Copyright
Bug reassigned from package `qa.debian.org' to `www.debian.org'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: retitle 515801 to package.debian.org: screen: Broken link to Copyright

2009-02-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 515801 package.debian.org: screen: Broken link to Copyright
Bug#515801: qa.debian.org: package.debian.org screen: Broken link to Copyright
Changed Bug title to `package.debian.org: screen: Broken link to Copyright' 
from `qa.debian.org: package.debian.org screen: Broken link to Copyright'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



About your Website - debian

2009-02-17 Thread Webmaster
Hello

We are http://www.desktopexchange.com we have about 20.000 unique visits a day 
which all have a little Geek
in them, be cause els they would not visit our site to exchange there desktop 
background.

Now
my idea is to exxchange links with your Site, that could benefit both
our websites, you link would be visible to a lot of users some will go
through the link some will maybe visit later.

That was all, let me know if you are interested.

Sun



  

Bug#515846: Finish integration of vietanmese language to the website

2009-02-17 Thread Simon Paillard
Package: www.debian.org

Hi,

As you may know, Vietnamese language has been added to the Debian
website following the release of Lenny:

http://debian.org/News/2009/20090214.vi.html

However, its integration to the website is not yet finished :
- The vietnamese language is not proposed at the end of webpages
  webwml/english/template/debian/language.wml to be updated :

- Clytie, can you tell if Việt is the right vietnamese name for the
vietnamese language ? (the string to be displayed in the page footer)

- http://debian.org/mirrors/webmirror#ref needs to be updated since
  debian webmirrors must add AddLanguage vi .vi.
  I guess it will automatically appeard once the template is ok. 

-- 
Simon Paillard



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: 4minuti.it

2009-02-17 Thread mouss
Alberto a écrit :
 On Tue, 17 Feb 2009 00:04:00 +0100
 mouss mo...@ml.netoyen.net wrote:
 [snip]
 I hope this could be enough.
 while this may help once,
 
 I hope so.
 
 this won't fix the problem.
 so next time anyone forges the list address, they will start again.
 
 That's sad, but true.
 
 It may be more effective to contact someone responsible there and tell
 them to blacklist mailing-lists. if you're lucky, abuse@ or
 postmaster@ might work... otherwise, abuse@ their hoster could do.
 
 First of all I going to wait for an answer and then I will try to
 contact abuse/postmaster desk.
 

please keep me informed. I have submitted the domain to uribl to raise
awareness. the domain looks legitimate, but if they can't fix their
opt-in problem, they shouldn't come and bark later when they find
themselves blacklisted...


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Release announcement simplified Chinese translation update

2009-02-17 Thread Arne Goetje
Anthony Wong wrote:
  I suggest 1. to convert all existing Chinese WML files for the Debian
 website from Big5 to UTF-8, and 2. to use MediaWiki's Chinese conversion
 table to do both TC-SC and SC-TC conversions. This way, we no longer
 need to care which script the translators use and the burden for them to
 use Big5 is lifted.

 Any comments?

Excellent idea. :)
Can we get the MediaWiki conversion table packaged as a library for debian?

Cheers
Arne
-- 
Arne Götje (高盛華) a...@linux.org.tw
PGP/GnuPG key: 1024D/685D1E8C
Fingerprint: 2056 F6B7 DEA8 B478 311F  1C34 6E9F D06E 685D 1E8C
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: wrong list of public machines

2009-02-17 Thread Matt Kraai
On Tue, Feb 17, 2009 at 08:16:21PM +0100, Thorsten Alteholz wrote:
 according to Mattias, his computer (ravel.hpc2n.umu.se) is gone. So on  
 http://www.debian.org/ports/amd64/index.en.html it should not be 
 mentioned anymore as a public machine.

Thanks for reporting this.  I've removed it from the list.

-- 
Matt http://ftbfs.org/


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Debian on MIPS

2009-02-17 Thread Matt Kraai
On Tue, Feb 17, 2009 at 07:51:00PM +0300, Alexander Voropay wrote:
 Could you please remove ths name from this page
 
 http://www.debian.org/ports/mips/index.en.html

Done.

 Unfortunately hi is died
 
 http://www.debian.org/News/2008/20081229
 
 Put a link to this page, please.

I'm not sure what to put for this.  Could someone from the MIPS port
please write up something that we could put on this page?

-- 
Matt http://ftbfs.org/


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/swedish/releases/lenny installmanual.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 08:00:04

Modified files:
swedish/releases/lenny: installmanual.wml 

Log message:
Wording fix.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/danish/releases/lenny releasenotes.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 09:53:05

Modified files:
danish/releases/lenny: releasenotes.wml 

Log message:
Fixed spurious UTF-8.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by alfie: webwml/german/releases/lenny/debian-installer ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: alfie   09/02/17 11:28:10

Added files:
german/releases/lenny/debian-installer: Makefile 

Log message:
added forgotten Makefile to actually enable the building of this page 
...


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by alfie: webwml/russian/releases/lenny/debian-installer ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: alfie   09/02/17 11:30:32

Added files:
russian/releases/lenny/debian-installer: Makefile 

Log message:
added forgotten Makefile to actually enable the building of this page 
...


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by alfie: webwml/spanish/News/2008 Makefile

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: alfie   09/02/17 11:32:58

Added files:
spanish/News/2008: Makefile 

Log message:
added forgotten Makefile to actually enable the building of this page 
...


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/swedish/releases/etch/debian-installer ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 12:11:15

Added files:
swedish/releases/etch/debian-installer: Makefile index.wml 

Log message:
Initial Swedish translation (mostly copy-paste from Sarge).
r0 errata not yet translated.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/swedish/releases/lenny/debian-installer ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 12:11:15

Added files:
swedish/releases/lenny/debian-installer: Makefile index.wml 

Log message:
Initial Swedish translation (mostly copy-paste from Sarge).
r0 errata not yet translated.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/swedish/releases/lenny/debian-installer

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 12:10:34

webwml/swedish/releases/lenny/debian-installer

Update of /cvs/webwml/webwml/swedish/releases/lenny/debian-installer
In directory gluck:/tmp/cvs-serv6142/lenny/debian-installer

Log Message:
Directory /cvs/webwml/webwml/swedish/releases/lenny/debian-installer added to 
the repository


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/swedish/releases/etch/debian-installer

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 12:10:34

webwml/swedish/releases/etch/debian-installer

Update of /cvs/webwml/webwml/swedish/releases/etch/debian-installer
In directory gluck:/tmp/cvs-serv6142/etch/debian-installer

Log Message:
Directory /cvs/webwml/webwml/swedish/releases/etch/debian-installer added to 
the repository


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by peterk: webwml/swedish/devel index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: peterk  09/02/17 12:41:33

Modified files:
swedish/devel  : index.wml 

Log message:
Fix HTML.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kreutzm: webwml/german/devel/debian-med/News/2009

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kreutzm 09/02/17 17:52:49

webwml/german/devel/debian-med/News/2009

Update of /cvs/webwml/webwml/german/devel/debian-med/News/2009
In directory gluck:/tmp/cvs-serv26949/devel/debian-med/News/2009

Log Message:
Directory /cvs/webwml/webwml/german/devel/debian-med/News/2009 added to the 
repository


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kreutzm: webwml/german/devel/debian-med/News/2009 Makef ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kreutzm 09/02/17 17:53:38

Added files:
german/devel/debian-med/News/2009: Makefile index.wml 

Log message:
Initial German translation (i.e. copying  adapting from earlier years)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kreutzm: webwml/german/releases/lenny index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kreutzm 09/02/17 18:54:19

Modified files:
german/releases/lenny: index.wml 

Log message:
Fix squeeze - lenny


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by spaillar: webwml/english/mirror Mirrors.masterlist

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: spaillar09/02/17 19:31:57

Modified files:
english/mirror : Mirrors.masterlist 

Log message:
mirror.be.gbxs.net: +CDImage +security 
(2009021743.ga3...@roeckx.be)
Add debian.mirror.dkm.cz (Closes: #487750)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: don 09/02/17 19:59:25

Modified files:
english/Bugs   : Reporting.wml 

Log message:
 * Add documentation of the spamfighting approaches used on b.d.o and
   document that mail that matches FROM_DAEMON is discarded (closes:
   #515759)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, master, updated. switch-to-templates-596-g59e6b70

2009-02-17 Thread Simon Paillard
The following commit has been merged in the master branch:
commit 59e6b7003b3633a4d163ee55450804028fbdbf1c
Author: Simon Paillard simon.paill...@resel.enst-bretagne.fr
Date:   Tue Feb 17 21:14:52 2009 +0100

templates.fr.po: Update [Gabriel Sbodio]
pdo.fr.po: Update [Brice Favre]

diff --git a/po/pdo.fr.po b/po/pdo.fr.po
index 7dae921..f52351a 100644
--- a/po/pdo.fr.po
+++ b/po/pdo.fr.po
@@ -1,85 +1,92 @@
-# SOME DESCRIPTIVE TITLE.
+# translation of pdo.fr.po to French
 # This file is put in the public domain.
-# FIRST AUTHOR em...@address, YEAR.
-#
+# Guilhelm Panaget guilhelm.pana...@free.fr
+# Brice Favre bfa...@gmail.com, 2009.
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: pdo.fr\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2008-03-03 15:11+0100\n
-PO-Revision-Date: 2008-03-23 10:27+0100\n
-Last-Translator: Guilhelm Panaget guilhelm.pana...@free.fr\n
+PO-Revision-Date: 2009-02-17 21:03+0100\n
+Last-Translator: Brice Favre bfa...@gmail.com\n
 Language-Team: French debian-l10n-fre...@lists.debian.org\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+X-Generator: KBabel 1.11.4\n
 
-#: lib/Packages/DoDownload.pm:27 lib/Packages/DoFilelist.pm:27
+#: lib/Packages/DoDownload.pm:27
+#: lib/Packages/DoFilelist.pm:27
 #: lib/Packages/DoShow.pm:31
 msgid package not valid or not specified
 msgstr paquet invalide ou non précisé
 
-#: lib/Packages/DoDownload.pm:30 lib/Packages/DoFilelist.pm:30
-#: lib/Packages/DoIndex.pm:31 lib/Packages/DoNewPkg.pm:22
-#: lib/Packages/DoSearchContents.pm:30 lib/Packages/DoShow.pm:34
+#: lib/Packages/DoDownload.pm:30
+#: lib/Packages/DoFilelist.pm:30
+#: lib/Packages/DoIndex.pm:31
+#: lib/Packages/DoNewPkg.pm:22
+#: lib/Packages/DoSearchContents.pm:30
+#: lib/Packages/DoShow.pm:34
 msgid suite not valid or not specified
-msgstr 
+msgstr suite invalide ou non précisée
 
-#: lib/Packages/DoDownload.pm:33 lib/Packages/DoFilelist.pm:33
+#: lib/Packages/DoDownload.pm:33
+#: lib/Packages/DoFilelist.pm:33
 msgid architecture not valid or not specified
 msgstr architecture invalide ou non précisée
 
 #: lib/Packages/DoDownload.pm:36
 #, perl-format
 msgid more than one suite specified for download (%s)
-msgstr 
+msgstr plus d'une suite spécifiée pour télécharger (%s) 
 
 #: lib/Packages/DoDownload.pm:40
 #, perl-format
 msgid more than one architecture specified for download (%s)
-msgstr 
+msgstr plus d'une architecture spécifiée pour télécharger (%s) 
 
 #: lib/Packages/DoFilelist.pm:48
-#, fuzzy
 msgid No such package in this suite on this architecture.
-msgstr Aucun paquet dans cette section et cette distribution
+msgstr Aucun paquet de cette suite au sein de cette architecture.
 
 #: lib/Packages/DoFilelist.pm:60
 msgid Invalid suite/architecture combination
-msgstr 
+msgstr Combinaison suite/architecture invalide
 
 #: lib/Packages/DoIndex.pm:34
 #, perl-format
 msgid more than one suite specified for show_static (%s)
-msgstr 
+msgstr plus d'une suite spécifiée pour show_static (%s)
 
 #: lib/Packages/DoIndex.pm:38
 #, perl-format
 msgid more than one subsection specified for show_static (%s)
-msgstr 
+msgstr plus d'une sous-section pour show_static (%s)
 
 #: lib/Packages/DoIndex.pm:73
 #, perl-format
 msgid couldn't read index file %s: %s
-msgstr impossible de lire le fichier d'index %snbsp;: %s
+msgstr impossible de lire le fichier d'index %s : %s
 
 #: lib/Packages/DoNewPkg.pm:25
 #, perl-format
 msgid more than one suite specified for newpkg (%s)
-msgstr 
+msgstr plus d'une suite spécifiée pour newpkg (%s)
 
 #: lib/Packages/DoNewPkg.pm:43
-#, fuzzy, perl-format
+#, perl-format
 msgid no newpkg information found for suite %s
-msgstr Plus d'informations sur %s
+msgstr pas d'informations newpkg trouvées pour la suite %s
 
-#: lib/Packages/DoSearch.pm:25 lib/Packages/DoSearchContents.pm:24
+#: lib/Packages/DoSearch.pm:25
+#: lib/Packages/DoSearchContents.pm:24
 msgid keyword not valid or missing
-msgstr 
+msgstr mot clé invalide ou manquant
 
-#: lib/Packages/DoSearch.pm:28 lib/Packages/DoSearchContents.pm:27
+#: lib/Packages/DoSearch.pm:28
+#: lib/Packages/DoSearchContents.pm:27
 msgid keyword too short (keywords need to have at least two characters)
-msgstr 
+msgstr mot clé trop court (les mots clés doivent comporter au moins deux 
caractères)
 
 #: lib/Packages/DoSearch.pm:170
 msgid Exact hits
@@ -96,39 +103,37 @@ msgstr Paquet virtuel
 #: lib/Packages/DoSearchContents.pm:40
 #, perl-format
 msgid more than one suite specified for contents search (%s)
-msgstr 
+msgstr plus d'une suite spécifiée pour la recherche de contenus (%s)
 
 #: lib/Packages/DoSearchContents.pm:62
-#, fuzzy
 msgid No contents information available for this suite
-msgstr Paquet indisponible
+msgstr Pas d'informations de contenus disponibles pour cette suite
 
 #: lib/Packages/DoSearchContents.pm:86
 msgid The search mode you selected doesn't support more than one keyword.
-msgstr 
+msgstr Le mode de recherche que 

[SCM] APT Archive Web-Frontend (Alioth repository) branch, master, updated. switch-to-templates-597-g56af0d0

2009-02-17 Thread Frank Lichtenheld
The following commit has been merged in the master branch:
commit 56af0d0d5ab185d52da218f7405632ef5ade9f12
Author: Frank Lichtenheld fr...@lichtenheld.de
Date:   Tue Feb 17 21:58:32 2009 +0100

There are now Contents files for experimental

diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive
index 35b9361..02750b0 100755
--- a/cron.d/100syncarchive
+++ b/cron.d/100syncarchive
@@ -31,7 +31,6 @@ then
$wget_cmd -N 
${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz)
done
#FIXME: no Contents files for p-u
-   test ! $dist = experimental || continue
echo retrieve Contents $dist/$arch
(cd us/${dist} 
$wget_cmd -N ${ftpsite}/dists/${dist}/Contents-${arch}.gz)
@@ -68,7 +67,6 @@ else
us/${dist}/${part}/binary-${arch}/Packages.gz
done
#FIXME: no Contents files for p-u
-   test ! $dist = experimental || continue
echo retrieve Contents $dist/$arch
rsync -t ${localdir}/dists/${dist}/Contents-${arch}.gz \
us/${dist}/Contents-${arch}.gz
diff --git a/cron.d/100syncarchive_m68k b/cron.d/100syncarchive_m68k
index 00b01cf..3dcf954 100755
--- a/cron.d/100syncarchive_m68k
+++ b/cron.d/100syncarchive_m68k
@@ -30,7 +30,6 @@ then
$wget_cmd -N 
${ftpsite}/dists/${dist}-${arch}/${part}/binary-${arch}/Packages.gz)
done
#FIXME: no Contents files for p-u
-   test ! $dist = experimental || continue
echo retrieve Contents $dist/$arch
(cd us/${dist}-${arch} 
$wget_cmd -N 
${ftpsite}/dists/${dist}-${arch}/Contents-${arch}.gz)
@@ -66,7 +65,6 @@ else
us/${dist}-${arch}/${part}/binary-${arch}/Packages.gz
done
#FIXME: no Contents files for p-u
-   test ! $dist = experimental || continue
echo retrieve Contents $dist-${arch}/$arch
rsync -t ${localdir}/dists/${dist}-${arch}/Contents-${arch}.gz \
us/${dist}-${arch}/Contents-${arch}.gz
diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm
index 9d6df68..422ca7a 100644
--- a/lib/Packages/DoShow.pm
+++ b/lib/Packages/DoShow.pm
@@ -230,8 +230,7 @@ sub do_show {
 
$d{version} = $versions-{$a} if $multiple_versions;
$d{archive} = $archives-{$a};
-   if ( ($suite ne experimental)
- ($subsection ne 'debian-installer')) {
+   if ($subsection ne 'debian-installer') {
$d{contents_avail} = 1;
}
push @downloads, \%d;

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kreutzm: webwml/english/devel/debian-med/News/2009 2009 ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kreutzm 09/02/17 21:07:20

Modified files:
english/devel/debian-med/News/2009: 20090214.wml 

Log message:
Fixing various small issues noted while translating


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kreutzm: webwml/german/devel/debian-med/News/2009 20090 ...

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kreutzm 09/02/17 21:14:35

Added files:
german/devel/debian-med/News/2009: 20090214.wml 

Log message:
Initial German translation


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by luk: webwml/english/releases/lenny errata.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: luk 09/02/17 22:38:16

Modified files:
english/releases/lenny: errata.wml 

Log message:
Add warning about lenny key in etch


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by spaillar: webwml/english/mirror Mirrors.masterlist

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: spaillar09/02/17 23:32:20

Modified files:
english/mirror : Mirrors.masterlist 

Log message:
More Lenny ISO mirrors


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/danish/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:08

Modified files:
danish/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/finnish/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
finnish/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/french/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
french/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/german/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
german/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/spanish/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
spanish/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/italian/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
italian/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/russian/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
russian/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/japanese/ports/amd64 index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:44:09

Modified files:
japanese/ports/amd64: index.wml 

Log message:
Remove ravel, thanks to Thorsten Alteholz.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/Perl/Debian/L10n Db.pm

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:46:19

Modified files:
Perl/Debian/L10n: Db.pm 

Log message:
Fix the spelling of international.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kraai: webwml/english/ports/mips index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kraai   09/02/18 02:51:18

Modified files:
english/ports/mips: index.wml 

Log message:
Remove Thiemo Seufer from the list of account admins, thanks to
Alexander Voropay.


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kaare: webwml/danish/Bugs Reporting.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kaare   09/02/18 07:28:10

Modified files:
danish/Bugs: Reporting.wml 

Log message:
Sync, and a few other changes


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kaare: webwml/danish/ports/mips index.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kaare   09/02/18 07:29:59

Modified files:
danish/ports/mips: index.wml 

Log message:
Sync


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Debian WWW CVS commit by kaare: webwml/danish/releases/lenny errata.wml

2009-02-17 Thread Debian WWW CVS
CVSROOT:/cvs/webwml
Module name:webwml
Changes by: kaare   09/02/18 07:41:38

Modified files:
danish/releases/lenny: errata.wml 

Log message:
Sync


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org