Re: UNS: Re: webwml failed

2007-11-02 Thread Frank Lichtenheld
On Fri, Nov 02, 2007 at 12:30:33PM +0100, Gerfried Fuchs wrote:
>  Ah, hmm. That's strange. I'm not sure why the dsa target isn't called
> first, but I can see that the file should get automatically created...
> I guess we propably should take this to the list so others might be able
> to find out why it fails...
> 
>  Anyone any idea how the make in the subddirs are triggered? A simple
> "make" in english/security/audit does it correctly for me, too.

See my mail from 5 minutes ago ;)

Additional note: The build system on klecker uses make install, not make
all. I'm not sure the former depends on the latter.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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



Re: Help & advise on using WML constructs to create pages.

2007-11-02 Thread Frank Lichtenheld
On Mon, Oct 29, 2007 at 11:42:14PM +, Steve Kemp wrote:
>   The way it works is to have a script 'make-advisories' which reads
>  the contents of ./data/2007.data and outputs ./data/2007.inc.
>  This .inc file is then included in the 2007/index.wml file.

Turns out this doesn't work so well atm.

The problem is that the subdirectories in SUBS are processed *before*
the parent directory. So this never actually reaches the code that makes
the .inc files.

I see two possibilities to solve this properly:
1) Just dump the .inc files and change the format of the .data files to
something directly usable. You could e.g. directly use WML (i.e. mp4h)
there.
2) Add code in the 200?/Makefile files to depend on the needed data
files so that they are generated correctly

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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



Re: Re; why is this page comming up???

2007-11-02 Thread MJ Ray
[EMAIL PROTECTED] wrote:
> I need to know why this page is coming up . I am going to a website that  has 
> nothing to do with this site. [...]

netwinner "Choose a game and begin winning..." displays fine for me.
Either your computer or Internet Service Provider might be broken.
Please call your local computer support or your ISP for assistance.
It's nothing to do with the debian project, as far as I can see.

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


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



Who's using Debian?

2007-11-02 Thread Michael Ziegler

Hello,
we using debian ;)

1.General, Mean Musik e.V, Cologne Germany

2. non-profit
3. http://www.meanmusik.de (com)
4. We using 6 Webserver and 15 Office PC´s with Debian Etch.

We  change our OS from Windows to Debian for the stability and performance


--
Mit freundlichen Grüßen   mailto:[EMAIL PROTECTED]
Michael Ziegler




Mean Musik e.V.
Das Informations- und Veranstaltungsportal
für Musik- und Gesellschaftskultur


Mean Muskik e.V.
Postfach 600623 | 50686 Köln


Vorstandvorsitzender
Michael Ziegler | Kai Boxsberg

Web: http://www.meanmusik.de
 http://www.mean-musik.de
 http://www.meanmusik.com
 http://www.meanmusik.org
 http://jazz.mean-music.de
 http://www.mean-music.de
 http://www.meancommunity.de

NEU NEU NEU NEU
Am 01.11.07 Mean Musik goes international.
Unter www.meanmusik.com und www.meanmusik.co.uk



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



Re: Help & advise on using WML constructs to create pages.

2007-11-02 Thread Steve Kemp
On Fri Nov 02, 2007 at 12:46:39 +0100, Frank Lichtenheld wrote:

> Turns out this doesn't work so well atm.

  :(

> I see two possibilities to solve this properly:
> 1) Just dump the .inc files and change the format of the .data files to
> something directly usable. You could e.g. directly use WML (i.e. mp4h)
> there.

  That would be my least preferred solution.

> 2) Add code in the 200?/Makefile files to depend on the needed data
> files so that they are generated correctly

  OK that seems reasonable, and I think I've commited a change to make
 it work.

  (Running 'make clean' then running 'make all|install' in the 2004
  subdirectory, for example, worked.)

Steve
-- 
# Commercial Debian GNU/Linux Support
http://www.linux-administration.org/


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



Re: UNS: Re: webwml failed

2007-11-02 Thread Gerfried Fuchs
* Steve Kemp <[EMAIL PROTECTED]> [2007-11-02 10:51:05 CET]:
> On Fri Nov 02, 2007 at 08:36:15 +0100, Gerfried Fuchs wrote:
> > * Debian Webmaster <[EMAIL PROTECTED]> [2007-11-02 07:57:34 CET]:
> > > make[3]: Entering directory 
> > > `/org/www.debian.org/webwml/english/security/audit'
> > > wml -q -D CUR_YEAR=2007 -o UNDEFuEN:[EMAIL PROTECTED]   advisories.wml
> > > ** IPP:Error: file not found: 
> > > ../../../english/security/audit/data/2007.inc
> > > ** WML:Break: Error in Pass 1 (rc=1).
> > > make[3]: *** [advisories.en.html] Error 1
> > 
> >  I guess you forgot to add some file. :)
> 
>   Nope, or at least I don't think so.  Take a look at
>   english/security/audit/Makefile.  The 2007.inc file should be created
>  by the prior invocation of:
> 
> ./make-advisories data/
> 
>   Or did I do the makefile wrongly?  When I type 'make all' it works
>  as expected ..

 Ah, hmm. That's strange. I'm not sure why the dsa target isn't called
first, but I can see that the file should get automatically created...
I guess we propably should take this to the list so others might be able
to find out why it fails...

 Anyone any idea how the make in the subddirs are triggered? A simple
"make" in english/security/audit does it correctly for me, too.

 So long,
Rhonda


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



Bug#78526:

2007-11-02 Thread Debi Mathews
realnewsoft . com



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



Bug#106492: Fw:

2007-11-02 Thread angeli janel

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#188617: Fw:

2007-11-02 Thread jeno clarrie

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#197392: Fw:

2007-11-02 Thread adair jie

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#136998: Fw:

2007-11-02 Thread benyamin azam

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#142908: Fw:

2007-11-02 Thread flemming thoi

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#148554: Fw:

2007-11-02 Thread ced anupa

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#142908: Fw:

2007-11-02 Thread fairleigh seymour

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Re: Debian CD in spain

2007-11-02 Thread Simon Paillard
On Thu, Nov 01, 2007 at 11:23:52PM +0100, Rodolfo García wrote:
> On jue, 01 nov 2007, Paul Cager escribió:
> > Rodolfo García wrote:
> > > I am looking for a complete Debian CD Set. The shop in Spain is
> > > http://www.comprarlinux.com/ (to buy linux (in spanish)) and the Debian CD
> > > Set is 63.00 euros!!! (CD o DVD sets). In other shops, for example, in
> > > "GetLinux" the CD set is 15 euros, dvd-iso.de is 7 euros (the set).
> > > [..]
> > > I hope Debian gets a contribution, else nuteca is getting to much money
> > > with Debian.
> > 
> > I'm not sure I understand. Doesn't http://www.comprarlinux.com sell the
> > 3 DVD set for 15 euros, the same as one of the other prices you quoted?
> 
> No,
> 
> the price in http://www.comprarlinux.com is:
> 
> 21 CD's  = 63 euros
> 3 DVD's = 63 euros

http://comprarlinux.com/index.php?main_page=product_info&products_id=1
says 15.


-- 
Simon Paillard


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



Re: Debian CD in spain

2007-11-02 Thread Rodolfo García
On vie, 02 nov 2007, Simon Paillard escribió:

> On Thu, Nov 01, 2007 at 11:23:52PM +0100, Rodolfo García wrote:
> > On jue, 01 nov 2007, Paul Cager escribió:
> > > Rodolfo García wrote:
> > > > I am looking for a complete Debian CD Set. The shop in Spain is
> > > > http://www.comprarlinux.com/ (to buy linux (in spanish)) and the Debian 
> > > > CD
> > > > Set is 63.00 euros!!! (CD o DVD sets). In other shops, for example, in
> > > > "GetLinux" the CD set is 15 euros, dvd-iso.de is 7 euros (the set).
> > > > [..]
> > > > I hope Debian gets a contribution, else nuteca is getting to much money
> > > > with Debian.
> > > 
> > > I'm not sure I understand. Doesn't http://www.comprarlinux.com sell the
> > > 3 DVD set for 15 euros, the same as one of the other prices you quoted?
> > 
> > No,
> > 
> > the price in http://www.comprarlinux.com is:
> > 
> > 21 CD's  = 63 euros
> > 3 DVD's = 63 euros
> 
> http://comprarlinux.com/index.php?main_page=product_info&products_id=1
> says 15.
 
Os,

sorry, the web page in the debian-vendors-CD is
http://www.compralinux.com/ not http://www.comprarlinux.com/ and is 63
euros:

http://www.compralinux.com/distribuciones/producto.php?id=376



> 
> -- 
> Simon Paillard

-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


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



Bug#78526: Fw:

2007-11-02 Thread coleman claud

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#102625: Fw:

2007-11-02 Thread jimmie sydney

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#140725: Fw:

2007-11-02 Thread colby bernhard

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#134606: Fw:

2007-11-02 Thread errol shigenar

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#133896: Fw:

2007-11-02 Thread emerson ira

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Re: Who's using Debian?

2007-11-02 Thread Kaare Olsen
On Fri, 02 Nov 2007 14:08:22 +0100
Michael Ziegler <[EMAIL PROTECTED]> wrote:

> we using debian ;)
[...]

Great. :-)

The site will be added to the "Who's using Debian" page shortly.  I took the 
liberty to reword your submission slightly, feel free to submit any changes.

Thanks for your support!

-- 
Regards, Kaare


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



Bug#176407: Fw:

2007-11-02 Thread budd manohar

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#118592: Fw:

2007-11-02 Thread jose patti

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#142908: Fw:

2007-11-02 Thread lisle ssu

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#148554: Fw:

2007-11-02 Thread corny lyle

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#182659: Fw:

2007-11-02 Thread gardner nick

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#147164: Fw:

2007-11-02 Thread demetrius kuo-juey

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#152609: Fw:

2007-11-02 Thread dawson bamber

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#78526:

2007-11-02 Thread Cris Hill
realnewsoft . com



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



Bug#192748: Fw:

2007-11-02 Thread ilario hashim

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#177200: Fw:

2007-11-02 Thread etan sacha

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#192748: Fw:

2007-11-02 Thread bevan some

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#156443: Fw:

2007-11-02 Thread alfonse truman

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#155283: Fw:

2007-11-02 Thread avrom red

"This product has completely re-built my self confidence.
I would not believe it unless I had seen it for my self.
I am very impressed with ManSter."
Richard, USA

See: www.guiset.com





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



Bug#182659: It is very easy to accuse a government of imperfection, for all mortal things are full of it.

2007-11-02 Thread Efrain Kern
Pleased to meet you!
You can choose to be lazy or you can choose to be ambitious. Stop to think 
about it again. Don't you do your own choosing?
Never trouble trouble till trouble troubles you.
In literature, as in love, we are astonished at the choice made by other people.





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