Re: Request for access to the repository

2025-02-03 Thread Thomas Lange
You should receive an invitation link. > On Mon, 3 Feb 2025 16:46:24 +0100, Luis Muñoz Fuente > said: > Hello: > Since 2022 I have been updating the «Who uses Debian» section. I update > obsolete descriptions and broken links and if I do not get a response > from the mai

Re: Request for Late Merge Request Submission

2024-10-29 Thread Boyuan Yang
Hi, 在 2024-10-29二的 16:28 +,ogundare emmanuel写道: > Dear Debian Web Team, > > I hope this message finds you well. I wanted to inform you that I have > completed a fix for the missing CSS and images issue reported in bug #992267. > Unfortunately, I was > unable to submit my merge request befor

Re: Request to work on Debian Bug report logs - #992267

2024-10-29 Thread Thomas Lange
Hi Emmanuel, at last you will need git for working on a patch for the web repository. But if you didn't discovered that, I fear you will have more problems to solve. Please start reading https://www.debian.org/devel/website/ -- regards Thomas

Re: request for help: website banner for Debian 11 cycle

2021-08-14 Thread Antoine Le Gonidec
I've used the Adaptable Design view of the Developer tools in Firefox to test this on different screen sizes and I think it works well for screens 600px wide or more, but not for narrower screens. I don't know enough CSS to tweak there. As discussed on IRC, a proposal would be to change the po

Re: request for help: website banner for Debian 11 cycle

2021-08-14 Thread Laura Arjona Reina
Hi Antoine! El 14/8/21 a las 15:45, Antoine Le Gonidec escribió: >> I've used the Adaptable Design view of the Developer tools in Firefox to >> test this on different screen sizes and I think it works well for screens >> 600px wide or more, but not for narrower screens. I don't know enough CSS t

Re: Request for write access to webwml repository

2020-12-25 Thread Laura Arjona Reina
Hi all I've approved Fabian's request to join the webwml project in Salsa. I agree with both sides, working with merge requests or sending patches shouldn't be a problem particularly for starting. For translators, IMO it's essential that the work is coordinated within the language team, and given t

Re: Request for write access to webwml repository

2020-12-25 Thread Holger Wansing
Hi, Carsten Schoenert wrote: > Hello Fabian, > > Am 24.12.20 um 13:25 schrieb Fabian Baumanis: > > Hi there, > > > > I'm translating the Debian website into German and I would like to > > request write access to the webwml repository. > > > > The current workflow is a bit of a pain because I'

Re: Request for write access to webwml repository

2020-12-24 Thread Carsten Schoenert
Hello Fabian, Am 24.12.20 um 13:25 schrieb Fabian Baumanis: > Hi there, > > I'm translating the Debian website into German and I would like to > request write access to the webwml repository. > > The current workflow is a bit of a pain because I'm working on the > outdated translations, which

Re: Re: Re: Request: Adding Contact Form in Contact Us page

2019-06-21 Thread Bagas Sanjaya
> honeypot technique Do you know how these work? Well, honeypot is a technique when a system detects bots and attackers trying to compromise the system, they are trapped to fill yet another form invisible to human, without realizing.

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-17 Thread Carsten Schoenert
On 17.06.19 09:24, "Yao Wei (魏銘廷)" wrote: Hi, I wouldn't consider having Chinese or Korean support disqualifies the this as a webfont. Actually, using Chinese web fonts without proper subsetting can result in large (2MB~) file loading, therefore it is a disadvantage. In fact we have currently no

Re: Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-17 Thread Bagas Sanjaya
Given the information I've found about the Rubik font on fontsquirrel this font is lacking at least the support for Chinese, Hebrew and Korean. This will disqualify the font for using within the website I'd say. In fact the Hebrew is supported by Rubik, (maybe) as separate font, as well as Cyri

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-17 Thread Yao Wei (魏銘廷)
Hi, I wouldn't consider having Chinese or Korean support disqualifies the this as a webfont. Actually, using Chinese web fonts without proper subsetting can result in large (2MB~) file loading, therefore it is a disadvantage. Most Chinese and Korean websites only apply webfonts for Latin patter

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-16 Thread Carsten Schoenert
Am 16.06.19 um 08:58 schrieb Carsten Schoenert: ... >> This font doesn't appear to have support for all the languages >> supported by the Debian website. > > This criteria from Paul is a serious requirement. Have a look at the git > tree of the webwml repository to see which languages are currentl

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-15 Thread Carsten Schoenert
Am 16.06.19 um 01:02 schrieb Bagas Sanjaya: > So we have two options: > > * Use the font from Google Fonts, but with risks of fingerprinting This wont ever happen (the usage of external resources this way). > * Host the font on debian.org infrastructure, and use it as webfont. > This way

Re: Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-15 Thread Bagas Sanjaya
So we have two options: * Use the font from Google Fonts, but with risks of fingerprinting * Host the font on debian.org infrastructure, and use it as webfont. This way, when accessing debian.org, they can get consistent typography look across all devices (PC, smartphones, etc) without

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-15 Thread Carsten Schoenert
Am 15.06.19 um 12:39 schrieb Bagas Sanjaya: > So the best solution for this request is to install Rubik font to > debian.org server (preferably via package), and update CSS code to use > the font, with fallback to Helvetica, Arial, and system-default font > respectively, as I stated multiple tim

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-15 Thread Bagas Sanjaya
On 15/06/19 13.55, Yao Wei wrote: Hi, Paul, the code snippet above is under assumption that Rubik font is installed on debian.org server (via yet to be created package). There are several reasons we don't want to use external fonts: * We want to make our websites use resources from Debian

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-15 Thread Carsten Schoenert
Hi, Am 15.06.19 um 08:55 schrieb Yao Wei: > Hi, > >> Paul, the code snippet above is under assumption that Rubik font is >> installed on debian.org server (via yet to be created package). for the given snippet there is it still required that the font is available on the user side. > There are s

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-14 Thread Yao Wei
Hi, > Paul, the code snippet above is under assumption that Rubik font is > installed on debian.org server (via yet to be created package). There are several reasons we don't want to use external fonts: * We want to make our websites use resources from Debian infrastructure. By using webfonts

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-14 Thread Bagas Sanjaya
On 15/06/19 09.07, Paul Wise wrote: On Sat, 2019-06-15 at 04:49 +0700, anon notmyfault64 wrote: Why did you seem to resist using modern web technologies Modern web development practices have some downsides: They are wasteful of resources; including energy and bandwidth, both on the server si

Re: Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-14 Thread anon notmyfault64
Why did you seem to resist using modern web technologies (webfont in this case)? Typography is important in website design. Good choice of font can make debian.org look appealing to the visitors. Regarding font packaging, I agree that I should contribute to Debian Fonts Team by packaging Rubik fon

Re: Request: Using Rubik Webfont from Google Fonts Directory in debian.org

2019-06-13 Thread Paul Wise
On Fri, Jun 14, 2019 at 12:51 PM anon notmyfault64 wrote: > As web evolves, more websites are employing webfonts. This way, > websites can set the desired fonts without having visitors to install > those fonts, by embedding fonts into web pages. A better approach is to use the browser's default f

Re: Re: Request: Adding Contact Form in Contact Us page

2019-06-13 Thread Paul Wise
On Fri, Jun 14, 2019 at 7:21 AM anon notmyfault64 wrote: > The vulnerability you mentioned is when contact form doesn't have proper spam > protection. > > they may have reCAPTCHA validation The Debian website doesn't use dynamic content, doesn't use JavaScript and doesn't pull in resources from

Re: Re: Request: Adding Contact Form in Contact Us page

2019-06-13 Thread anon notmyfault64
The vulnerability you mentioned is when contact form doesn't have proper spam protection. In contact forms created in WordPress (e.g. WPForms), they may have reCAPTCHA validation, which submitters must click "I'm not a robot" checkbox and must select squares which contain a particular object (in m

Re: Request: Adding Contact Form in Contact Us page

2019-06-12 Thread Shlomi Fish
Hi Bagas, On Wed, 12 Jun 2019 14:38:03 +0700 anon notmyfault64 wrote: > Dear debian.org webmasters, > > In Contact Us page, there is no contact form. Most sites utilize contact > form as a way for non-geek (tech savvy) visitors to express their inquiries > without having to send e-mail to the w

Re: Request write access to salsa

2018-10-03 Thread Laura Arjona Reina
Hi El 3 de octubre de 2018 18:19:34 CEST, Hanno 'Rince' Wagner escribió: >Hi, > >I am one of the listmaster from debian and would like to write the >description of mailinglists to our websites, like it was with cvs >before. > Added as member ('developer'), thanks! >my username on salsa is

Re: request to submit guest post

2017-10-23 Thread Paul Wise
On Tue, Oct 24, 2017 at 7:49 AM, sebul wrote: > To: enrgte...@gmail.com Please don't reply to spammers. Anyone trying to get a "guest post" or links onto Debian websites is a spammer. -- bye, pabs https://wiki.debian.org/PaulWise

Re: request to submit guest post

2017-10-23 Thread sebul
Hi. I suggest you visit http://wiki.debian.org Thanks. 2017-10-22 16:43 GMT+09:00 EnrgTech : > Hi . > > I visited your site "https://www.debian.org/"; I am interested to write > article for your site related to electronics parts/components . Please let > me know > > Please reply me ASAP. > Thanks

Re: request for quotation for supply of products

2016-08-17 Thread SAHRAI Im & Export GmbH
Hello, We went through your online business profile, and we are highly interested in your products. We are expanding our trading demands, as we are interested in purchasing your products. But, be it as it may, we have other items we are interested in purchasing in substantial quantity. We hav

Re: Request add `Debian Vietnamese Pages'

2015-06-27 Thread Trần Ngọc Quân
On 18/06/2015 16:30, Paul Wise wrote: > It is not nessecary to include your email address as that could change. OK > I would not mention your status within Debian as that is subject to change. I just want to make information is more explicit. I remove it. > An updated proposal: > > > Formerly, thi

Re: Request update gettext pot file

2015-06-22 Thread Paul Wise
On Tue, Jun 23, 2015 at 8:48 AM, Trần Ngọc Quân wrote: > Please update webwml/english/po/templates.pot them commit because it is > out of date. Done. > I have a question about glossary: > What does `bi-weekly' in mean? > Wiki[1] say: `Biweekly may refer to a

Re: Request add `Debian Vietnamese Pages'

2015-06-18 Thread Paul Wise
On Sat, Jun 6, 2015 at 4:13 PM, Trần Ngọc Quân wrote: > My file content base on French.wml[1]. > Please review it from line 28 to 35. > If all of you are agree, I will commit it. > Thanks in advance! It is not nessecary to include your email address as that could change. I would not mention your

Re: Request add `Debian Vietnamese Pages'

2015-06-18 Thread Trần Ngọc Quân
On 06/06/2015 15:13, Trần Ngọc Quân wrote: > Hi, > My file content base on French.wml[1]. > Please review it from line 28 to 35. > If all of you are agree, I will commit it. > Thanks in advance! > > [1] >

Re: Request the right to push wml changes on cdvendors

2015-05-19 Thread Alexandre Delanoë
2015/05/19, 08:36, Paul Wise: > On Mon, May 18, 2015 at 11:42 PM, Alexandre Delanoë wrote: > > > to update cdvendors page, I have sent some patches that are still waiting > > for > > validation/integration. I suppose, they are too many and It would > > take some time to gather all this documents.

Re: Request the right to push wml changes on cdvendors

2015-05-18 Thread Paul Wise
On Mon, May 18, 2015 at 11:42 PM, Alexandre Delanoë wrote: > to update cdvendors page, I have sent some patches that are still waiting for > validation/integration. I suppose, they are too many and It would > take some time to gather all this documents. I propose to directly > push the changes if

Re: Request the right to push wml changes on cdvendors

2015-05-18 Thread Alexandre Delanoë
2015/05/18, 17:42, Alexandre Delanoë: > Dear Maintainers, > to update cdvendors page, I have sent some patches that are still waiting for > validation/integration. I suppose, they are too many and It would > take some time to gather all this documents. Hum, Holger closed the bugs I opened and then

Re: Request for CD

2015-04-27 Thread Tomas Pospisek
Am 27.04.2015 um 09:00 schrieb vinod pv: > Kindly send me a free version of Debian CD. > Thanking you, > >Vinod.P.V > Puthiya Veetil House, > Palloor Post, > Mahe Via, > UT of Puducherry, >

Re: Request - Hosting Servant

2014-10-28 Thread Paul Wise
On Tue, Oct 28, 2014 at 9:15 PM, Martin Georgiev wrote: > we would be very happy if you add a link to our company > at https://wiki.debian.org/DebianHosting This wiki page is editable by everyone, including you. Please register an account, edit the page and add to the relevant sections: https://

Re: Request to help

2014-04-24 Thread Laura Arjona Reina
El 24/04/14 22:47, krc...@gmail.com escribió: Debian 7.4 x 32. I have a multi-loading system with Linux and Windows 7, but I don't want to see menu on the screen, but have possibility to choose one of the system during boot. Can I do so? Also I'd like to rename Windows 7 to another name, for ins

Re: Request to activate the Galician language on the Debian website

2012-11-23 Thread Jorge Barreiro
O Venres 23 Novembro 2012 10:42:41 Simon Paillard escribiu: > Hi, > > On Thu, Nov 22, 2012 at 08:01:01AM +0100, Jorge Barreiro wrote: > > O Xoves 22 Novembro 2012 02:37:15 escribiches: > > > Le 21/11/2012 19:40, Jorge Barreiro a écrit : > > > > I'd like to translate the Debian website, at least th

Re: Request to activate the Galician language on the Debian website

2012-11-23 Thread Simon Paillard
Hi, On Thu, Nov 22, 2012 at 08:01:01AM +0100, Jorge Barreiro wrote: > O Xoves 22 Novembro 2012 02:37:15 escribiches: > > Le 21/11/2012 19:40, Jorge Barreiro a écrit : > > > I'd like to translate the Debian website, at least the most important > > > pages. I've already sent two mails to webmas...@d

Re: Request to activate the Galician language on the Debian website

2012-11-22 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, >> Le 21/11/2012 19:40, Jorge Barreiro a écrit : > I did send another one, with my working tree attached as you > suggested in [1] (07 November 2012 02:03 +0200). We never got it, care to send it again (with an explicit CC to me, just in case)

Re: Request to activate the Galician language on the Debian website

2012-11-21 Thread Jorge Barreiro
O Xoves 22 Novembro 2012 02:37:15 escribiches: > Hi, > > Le 21/11/2012 19:40, Jorge Barreiro a écrit : > > I'd like to translate the Debian website, at least the most important > > pages. I've already sent two mails to webmas...@debian.org, the first of > > them one month ago, but got no response.

Re: Request to activate the Galician language on the Debian website

2012-11-21 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Le 21/11/2012 19:40, Jorge Barreiro a écrit : > I'd like to translate the Debian website, at least the most important pages. > I've already sent two mails to webmas...@debian.org, the first of them one > month ago, but got no response. Did yo

Re: Request for removing email address from public webpage

2012-01-05 Thread MJ Ray
"Ellen W." > Thanks for your answer and lecture, Raf. I never gave permission to publish > my email address on a public webpage. I don't want spam bots to find my > email address. And I don't have anything to do with this mailing list. > There are no other sites on the internet where this email ad

Re: Request for removing email address from public webpage

2012-01-05 Thread Ellen W.
It's OK Raf. Thanks for the suggestion, I clicked on button Report as spam. Hope it will be removed. So this conversation is also archived in public, that sucks. Now I see the disclaimer: http://www.debian.org/MailingLists/disclaimer Wish I saw this before I sent my mail. Thanks for your time Raf

Re: Request for removing email address from public webpage

2012-01-05 Thread Raf Czlonka
On Thu, Jan 05, 2012 at 12:08:23AM GMT, Ellen W. wrote: > Thanks for your answer and lecture, Raf. I never gave permission to > publish > my email address on a public webpage. I don't want spam bots to find > my > email address. And I don't have anything to do with this mailing list. > There are no

Re: Request for removing email address from public webpage

2012-01-04 Thread Ellen W.
Thanks for your answer and lecture, Raf. I never gave permission to publish my email address on a public webpage. I don't want spam bots to find my email address. And I don't have anything to do with this mailing list. There are no other sites on the internet where this email address is published,

Re: Request for removing email address from public webpage

2012-01-04 Thread Raf Czlonka
n 04, 2012 at 04:13:42PM GMT, Ellen W. wrote: > Dear Sir / Madam, > > By searching in Google, I found my email address (zeepv...@gmail.com) > at > the following public page: > http://lists.debian.org/debian-user-german/2008/12/msg00919.html > > In order to reduce spam, I would like to hide my email

Re: Request Debian CD(or)DVD

2011-07-29 Thread Scott Ferguson
Perhaps your College already has copies of Debian CDs in your library?:- http://www.skcet.ac.in/Department/library/cl.html http://165.165.80.80/lib (OPAC) or Computer labs. If not, you could suggest to your librarian:- A. Fazlur Rahman that it would be a useful addition. There are a number of di

Re: Request Debian CD(or)DVD

2011-07-29 Thread Andrei POPESCU
On Mi, 20 iul 11, 11:31:41, shanmuga sundaram wrote: > Respected Sir, > I am Student in "SRI KRISHNA COLLEGE OF ENGG&TECH" > in "COIMBATORE" at "TAMIL NADU" of "India" .My name is "SHANMUGA > SUNDARAM.P".My Family is very poor to buy Linux cd, > >My

Re: request DEBIAN DVD

2011-04-30 Thread Andrei Popescu
On Vi, 29 apr 11, 03:58:27, AVITESH KESHARWANI wrote: > hello sir, > > i am an engineering student of LNCT-INDORE,i am an information technology > branch student and foss contributer,now i want to work over DEBIAN. > > please send me the free DEBIAN DVD to my postal address and please tell me > t

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-12 Thread Javier Fernández-Sanguino Peña
On Wed, Aug 11, 2010 at 09:46:02AM +0900, victory wrote: > I don't think it's not good to issue 'system "cvs...' for each copypage. I > think this should be selectable to cancel (something like --no-cvs switch > will be enough) Yes, that's a valid point. I can try to add that switch at some point

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-10 Thread victory
On Sun, 8 Aug 2010 22:06:19 +0200 Javier Fernández-Sanguino Peña wrote: > > > What's worst, translators working in CVS do not have an easy way to > > > recover > > > removed/purged pages from CVS. It takes quite a lot of work (simplified > > > only > > > with shell access to cvs.debian.org) to r

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-09 Thread Andrei Popescu
On Du, 08 aug 10, 22:25:53, Simon Paillard wrote: > On Sun, Aug 08, 2010 at 10:06:19PM +0200, Javier Fernández-Sanguino Peña > wrote: > > > Now, the only thing I'm still missing is a monthly reminder to > > translation > > teams. I guess I can set that up for my own translation team (spanish) bu

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-08 Thread Simon Paillard
On Sun, Aug 08, 2010 at 10:06:19PM +0200, Javier Fernández-Sanguino Peña wrote: > On Sun, Aug 08, 2010 at 01:07:07PM +0200, Gerfried Fuchs wrote: > > > What's worst, translators working in CVS do not have an easy way to > > > recover > > > removed/purged pages from CVS. It takes quite a lot of wor

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-08 Thread Javier Fernández-Sanguino Peña
On Sun, Aug 08, 2010 at 01:07:07PM +0200, Gerfried Fuchs wrote: > Hi! Hi there! > > What's worst, translators working in CVS do not have an easy way to recover > > removed/purged pages from CVS. It takes quite a lot of work (simplified only > > with shell access to cvs.debian.org) to review

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-08 Thread Gerfried Fuchs
Hi! * Javier Fernández-Sanguino Peña [2010-08-08 05:00:28 CEST]: > I would like to request that the taks that removes the 'outdated' translated > web pages > from CVS by removing them is stopped. > > Here's why: > > - We already have a mechanism to warn of outdated (or very out of dat

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-08 Thread Helge Kreutzmann
Hello, fully agreed and seconded. Reasons 100% agreed to. Greetings Helge -- Dr. Helge Kreutzmann deb...@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail p

Re: Request NOT to remove outdated translations from the website by removing files from CVS

2010-08-08 Thread Simon Paillard
On Sun, Aug 08, 2010 at 05:00:28AM +0200, Javier Fernández-Sanguino Peña wrote: > I would like to request that the taks that removes the 'outdated' translated > web pages > from CVS by removing them is stopped. I agree too, unless a webmaster or real argument objects. [..] > If this feature is

Re: request for free operating system cds

2010-05-15 Thread Simon Paillard
Hi, On Fri, May 07, 2010 at 07:22:15AM -0700, shivudu thandu wrote: > hi this is SHIVUDU. T > I want DEBIAN new version disc. > please send me, Debian is a community project which creates a free operating system. http://www.debian.org/intro/about#free http://www.debian.org/intro/about#CD Disks a

indonesian translation (was: Re: Request to Join Project Debian web pages)

2009-11-24 Thread Simon Paillard
On Mon, Nov 16, 2009 at 07:55:33PM +, nore...@alioth.debian.org wrote: > Izharul Haq has requested to join your project. Approved. > Comments by the user: > I want to participate in the Debian web site translation into > Indonesian language, is it true that the place? As written on http://w

Re: Request Debian CD(or)DVD

2009-11-13 Thread Don Armstrong
On Sat, 14 Nov 2009, mani kanta wrote: > My friends told to me, request to Debian organisation, they Send to > You Free CD (or) DVD.So please,kindly Send Reply to my Request.I > hope accepting my request. Unfortunatly, we don't sell CD or DVDs, nor do we manufacture or ship them anywhere. You can

Re: Request for Help maintaining Consultants List

2009-04-26 Thread Andrei Popescu
On Sun,26.Apr.09, 06:28:53, Matt Kraai wrote: > On Sun, Apr 26, 2009 at 11:07:25AM +0300, Andrei Popescu wrote: > > IMO the guideline[1] to adding/updating consultants info should also > > mention something like this: > > > > In case you provide a link to a website, that website must have a > >

Re: Request for Help maintaining Consultants List

2009-04-26 Thread Matt Kraai
On Sun, Apr 26, 2009 at 11:07:25AM +0300, Andrei Popescu wrote: > IMO the guideline[1] to adding/updating consultants info should also > mention something like this: > > In case you provide a link to a website, that website must have a > mention of your Debian consulting services. Providing the

Re: Request for Help maintaining Consultants List

2009-04-26 Thread Andrei Popescu
On Sun,26.Apr.09, 10:54:16, Giuseppe Sacco wrote: > Il giorno dom, 26/04/2009 alle 10.58 +0300, Andrei Popescu ha scritto: > [...] > > I am one of the current maintainers (the only one left?) of that list. > > May I suggest starting with pending requests first as there are some > > since... last

Re: Request for Help maintaining Consultants List

2009-04-26 Thread Giuseppe Sacco
Il giorno dom, 26/04/2009 alle 10.58 +0300, Andrei Popescu ha scritto: [...] > I am one of the current maintainers (the only one left?) of that list. > May I suggest starting with pending requests first as there are some > since... last year :( If the mails are not available anywhere I could >

Re: Request for Help maintaining Consultants List

2009-04-26 Thread Andrei Popescu
On Thu,23.Apr.09, 12:10:23, Joey Schulze wrote: > Hi, > > we're looking for one or two developers who would like to help > maintain the list of consultants supporting Debian GNU/Linux. > > http://www.debian.org/consultants/ > > Maintaining the list requires to validate links (old links as w

Re: Request for Help maintaining Consultants List

2009-04-26 Thread Andrei Popescu
On Sat,25.Apr.09, 11:39:19, Giuseppe Sacco wrote: > Il giorno sab, 25/04/2009 alle 09.16 +0200, Giuseppe Sacco ha scritto: > [...] > > ok, I'll start checking the English/French/Italian country since I know > > their languages and I may check their website. Should I spot any > > problem, I'll write

Re: Request for Help maintaining Consultants List

2009-04-25 Thread Giuseppe Sacco
Il giorno sab, 25/04/2009 alle 09.16 +0200, Giuseppe Sacco ha scritto: [...] > ok, I'll start checking the English/French/Italian country since I know > their languages and I may check their website. Should I spot any > problem, I'll write an email to this list or should I write to someone > else,

Re: Request for Help maintaining Consultants List

2009-04-25 Thread Giuseppe Sacco
Il giorno sab, 25/04/2009 alle 02.14 +0200, Simon Paillard ha scritto: > On Thu, Apr 23, 2009 at 03:21:28PM +0200, Giuseppe Sacco wrote: [...] > Thomas Huriaux specified around 20 requests per month in a previous > request for help at http://lists.debian.org/debian-www/2007/12/msg2.html ok, I

Re: Request for Help maintaining Consultants List

2009-04-24 Thread Simon Paillard
On Thu, Apr 23, 2009 at 03:21:28PM +0200, Giuseppe Sacco wrote: > On Thu, 23 Apr 2009 12:10:23 +0200, Joey Schulze wrote: > > we're looking for one or two developers who would like to help > > maintain the list of consultants supporting Debian GNU/Linux. > [...] > I would like to work on this. Is

Re: Request for Help maintaining Consultants List

2009-04-23 Thread Giuseppe Sacco
hi Joey, On Thu, 23 Apr 2009 12:10:23 +0200, Joey Schulze wrote: > Hi, > > we're looking for one or two developers who would like to help > maintain the list of consultants supporting Debian GNU/Linux. [...] I would like to work on this. Is there any estimate about how much time is required for

Re: request

2009-01-05 Thread Simon Paillard
Hello Aaron, On Mon, Jan 05, 2009 at 11:50:17AM -0500, Aaron Valdes wrote: > The main debian site http://www.debian.org/ > > Along the top of the page there is > > About NewsGetting Debian etc.. > > I would suggest one more before "About" > > I would like to see homepage or frontpa

Re: request

2009-01-05 Thread Aaron Valdes
actually by clicking on the Debian picture it will browse back to main page. question is Would a homepage button work better or the Debian picture does the job fine I guess I just did not think of that before. It would be more intuitive to have a frontpage or homepage. On Mon, 2009-01-05

Re: Request for review : wiki.debian.org/DebianWiki pages

2008-07-22 Thread Franklin PIAT
On Tue, July 22, 2008 11:46, Justin B Rye wrote: > Franklin PIAT wrote: >> http://wiki.debian.org/DebianWiki/EditorGuide > > This one has a comment at the top prohibiting edits. The comments are applicable for people who might want to add some random policies. As far as you are concerned, you can

Re: Request for review : wiki.debian.org/DebianWiki pages

2008-07-22 Thread Justin B Rye
Franklin PIAT wrote: > http://wiki.debian.org/DebianWiki/EditorGuide This one has a comment at the top prohibiting edits. Or at least, I think that's what it's trying to say. -- JBR with qualifications in linguistics, experience as a Debian sysadmin, and probably no clue about this p

Re: build fails for != english (Re: Request for translation: new webpages for etch-and-a-half release)

2008-07-11 Thread Frans Pop
On Friday 11 July 2008, Simon Paillard wrote: > > New/updated pages are: > > - releases/etch/etchnhalf.wml (new) > > - releases/etch/debian-installer/etchnhalf.wml (new) > > This specific last one doesn't seem to be i18n-proof : You're correct of course. Patch committed. Thanks a lot. Yet another

build fails for != english (Re: Request for translation: new webpages for etch-and-a-half release)

2008-07-11 Thread Simon Paillard
On Wed, Jul 09, 2008 at 06:52:06PM +0200, Frans Pop wrote: > Dann Frazier and I have created two new web pages with Release Notes and > installation information for the upcoming "etch-and-a-half" release, > (which will be released together with the next stable point release). [..] > New/updated p

Re: Request for translation: new webpages for etch-and-a-half release

2008-07-09 Thread dann frazier
(Please CC me, I am not on list) On Wed, Jul 09, 2008 at 07:29:36PM +0200, Frank Lichtenheld wrote: > [dropped -i18n, since this has nothing to do with translations] > > On Wed, Jul 09, 2008 at 06:52:06PM +0200, Frans Pop wrote: > > The pages have been reviewed, but some final updates are still p

Re: Request for translation: new webpages for etch-and-a-half release

2008-07-09 Thread Frank Lichtenheld
[dropped -i18n, since this has nothing to do with translations] On Wed, Jul 09, 2008 at 06:52:06PM +0200, Frans Pop wrote: > The pages have been reviewed, but some final updates are still possible > before the actual release, so please be alert for changes. I would propose replacing the packages

Re: Request for support of installation of python-libxml2

2007-10-29 Thread Javier Fernández-Sanguino Peña
On Tue, Sep 04, 2007 at 01:35:14PM +0200, Frank Lichtenheld wrote: > On Tue, Sep 04, 2007 at 12:27:48AM +0200, Javier Fernandez-Sanguino wrote: > > Could a 'debwww' member please approve for the installation of the > > python2.4-xml package? > > I do > > Gruesse, Over a month has gone since the

Re: request to get write access to the CVS

2007-10-10 Thread martin f krafft
also sprach Martin Schulze <[EMAIL PROTECTED]> [2007.10.10.1525 +0100]: > On an unrelated note: madduck, are you doing anything in particular > with all the hostnames within .debian.net? (responded privately, ping me if you want my rundown of how i use them) -- .''`. martin f. krafft <[EMAIL

Re: request to get write access to the CVS

2007-10-10 Thread Simon Paillard
Hello, On Wed, Oct 10, 2007 at 03:01:30PM +0100, martin f krafft wrote: > I frequently find things that are slightly unclear and > could be better worded, or sometimes even stuff that's missphrased. > I'll try to keep filing bugs about those, but in the end, it's more > work for me and you to do i

Re: request to get write access to the CVS

2007-10-10 Thread Martin Schulze
Matt Kraai wrote: > On Wed, Oct 10, 2007 at 03:01:30PM +0100, martin f krafft wrote: > > I would thus appreciate if I could be added to the webwml group and > > get write access to the repo. > > Joey, this is fine with me. Done. On an unrelated note: madduck, are you doing anything in particular

Re: request to get write access to the CVS

2007-10-10 Thread Matt Kraai
On Wed, Oct 10, 2007 at 03:01:30PM +0100, martin f krafft wrote: > I would thus appreciate if I could be added to the webwml group and > get write access to the repo. Joey, this is fine with me. -- Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

Re: Request for support of installation of python-libxml2

2007-09-04 Thread Javier Fernandez-Sanguino
2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > On Mon, Sep 03, 2007 at 03:03:41PM +0200, Javier Fernandez-Sanguino wrote: > > 2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > > > I've took a look at that. But even when I activate oval as a SUBDIR, > > > nothing seems to be build anyway... You

Re: Request for support of installation of python-libxml2

2007-09-04 Thread Frank Lichtenheld
On Tue, Sep 04, 2007 at 12:27:48AM +0200, Javier Fernandez-Sanguino wrote: > 2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > > On Mon, Sep 03, 2007 at 09:54:34AM +0200, Javier Fernandez-Sanguino wrote: > > > The infraestructure to run the script is already there: > > > http://cvs.debian.org/webw

Re: Request for support of installation of python-libxml2

2007-09-03 Thread Javier Fernandez-Sanguino
2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > On Mon, Sep 03, 2007 at 09:54:34AM +0200, Javier Fernandez-Sanguino wrote: > > The infraestructure to run the script is already there: > > http://cvs.debian.org/webwml/english/security/oval/?root=webwml > > but cannot be activated (oval is not defi

Re: Request for support of installation of python-libxml2

2007-09-03 Thread Frank Lichtenheld
On Mon, Sep 03, 2007 at 09:54:34AM +0200, Javier Fernandez-Sanguino wrote: > The infraestructure to run the script is already there: > http://cvs.debian.org/webwml/english/security/oval/?root=webwml > but cannot be activated (oval is not defined as a SUBDIR in the > security directory) until the 'p

Re: Request for support of installation of python-libxml2

2007-09-03 Thread Javier Fernandez-Sanguino
2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > What do you need python-libxml2 for? Seems to work fine here without > it... I only needed python-xml. Hmmm. IIRC it didn't work for me without it. Will recheck tonight. Javier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Re: Request for support of installation of python-libxml2

2007-09-03 Thread Frank Lichtenheld
On Mon, Sep 03, 2007 at 03:03:41PM +0200, Javier Fernandez-Sanguino wrote: > 2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > > I've took a look at that. But even when I activate oval as a SUBDIR, > > nothing seems to be build anyway... You will need to add genxml as a > > dependency of the all t

Re: Request for support of installation of python-libxml2

2007-09-03 Thread Javier Fernandez-Sanguino
2007/9/3, Frank Lichtenheld <[EMAIL PROTECTED]>: > I've took a look at that. But even when I activate oval as a SUBDIR, > nothing seems to be build anyway... You will need to add genxml as a > dependency of the all target and make it phony, I think. Right, I still had not finished that because I w

Re: Request for support of installation of python-libxml2

2007-09-03 Thread Frank Lichtenheld
On Mon, Sep 03, 2007 at 09:54:34AM +0200, Javier Fernandez-Sanguino wrote: > The infraestructure to run the script is already there: > http://cvs.debian.org/webwml/english/security/oval/?root=webwml > but cannot be activated (oval is not defined as a SUBDIR in the > security directory) until the 'p

Re: Request to add newbiedoc link to debian support websites

2007-02-06 Thread Osamu Aoki
On Mon, Feb 05, 2007 at 08:19:08PM +0200, Andrei Popescu wrote: > On Tue, 6 Feb 2007 02:09:11 +0900 > Osamu Aoki <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > On Sun, Feb 04, 2007 at 05:21:40PM -0500, Douglas Allan Tutty wrote: > > > There's been a lot of discussion recently on the issue of newbie

Re: Request to add newbiedoc link to debian support websites

2007-02-05 Thread Andrei Popescu
On Tue, 6 Feb 2007 02:09:11 +0900 Osamu Aoki <[EMAIL PROTECTED]> wrote: > Hi, > > On Sun, Feb 04, 2007 at 05:21:40PM -0500, Douglas Allan Tutty wrote: > > There's been a lot of discussion recently on the issue of newbies > > trying to install and run Debian. List: debian-user, threads: > >

Re: Request to add newbiedoc link to debian support websites

2007-02-05 Thread Osamu Aoki
Hi, On Sun, Feb 04, 2007 at 05:21:40PM -0500, Douglas Allan Tutty wrote: > There's been a lot of discussion recently on the issue of newbies trying > to install and run Debian. List: debian-user, threads: > Re: Booting Debian/testing fails > -> Attracting newbies > > We've b

Re: Request for commit: portuguese dwn 29

2006-07-25 Thread David Martínez Moreno
El martes, 25 de julio de 2006 14:56, Gustavo R. Montesino escribió: > Hello, > > Can someone please commit the attached file to > webwml/portuguese/News/weekly/2006/29/index.wml? This is done as well. Thanks, Ender. -- - I didn't come here to play poom-bow on t

Re: Request for commit: portuguese dwn 28

2006-07-25 Thread David Martínez Moreno
El martes, 25 de julio de 2006 14:58, Gustavo R. Montesino escribió: > Hello, > > can someone please commit the attached file to > webwml/portuguese/News/weekly/2006/28/index.wml? Of course. It is done. Thanks, Ender. -- What was that, honey? It was bad. It had

Re: request to remove address

2006-06-15 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [ CCing listarchives and listmaster ] Hi Hessel, On 06/04/2006 04:49 AM, Hessel Haak wrote: > Hi, I "googled" the name of my company, and found your site in the list > of appearances. > on your page http://lists.debian.org/debian-powerpc/2003/09/ >

  1   2   >