job offer

2004-09-20 Thread ejobs2579
EJOBS4ALL.COM
(Only for Residents Of India)

Hello Friend, 

Thanks for showing interest in Home Based JOB on Internet and Earn EXTRA INCOME 
of Rs.10, 000-15,000 per month. 

visit our site http://www.ejobs4all.com for understanding the complete details 
of the job.
Please fill in the joining form provided at the site itself

No Need of any experience, just Basic knowledge of Internet & Computer. 

You or any of your family members can work from Home or Cyber-Café or from 
office at any time and earn good money. The required work will be Typing Jobs 
and posting the same on the Net. Though actual earnings will vary as per the 
time put in, working part time for 2-3 hours daily can easily fetch you 
Rs.10,000-15,000 per month. Dedicated workers make even more as the earning 
potential is unlimited. So what are you waiting for?  

If you are not interested forward this mail 
to your FRIENDS/RELATIVES who are in need of job/extra money.

To contact: 

Send reply with Subject as: NEED FOR INFORMATION. 

Please send your enquiry to [EMAIL PROTECTED]


Wish you a very happy day.

Regards
Ejobs4all.com 





Re: Finnish Debian front page: fresh news has a grammar "typo"

2004-09-20 Thread Tommi Vainikainen
On 2004-09-19T19:09:48+0300, [EMAIL PROTECTED] wrote:
> Hi,
>
> This concerns http://www.debian.org/ in Finnish: In "Tuoreimmat
> uutiset" (latest news), the 4.9.2004 news title "DEPLOY:
> Debian-projekti ei voi ottaa käyttää Sender ID:tä" is grammatically
> incorrect.

This is now fixed. It was noticed and fixed already yesterday in CVS.

But anyway, thanks for reporting.

> Also, "Debian at LinuxTag 2004" is not translated, but that's not
> really a problem since the news page is in English too.

Everything is not translated, we are concentrating on the most
important pages first as our time constraints permit.

-- 
Tommi Vainikainen



Re: Little bug in webpages

2004-09-20 Thread Matt Kraai
On Sun, Sep 19, 2004 at 12:17:14PM +0200, Francesco Poli wrote:
> I am a Debian user and enthusiast from Florence, Italy.
> 
> I noted a little typo in
> 
>   http://www.debian.org/intro/organization
> 
> In section _Support and Infrastructure_, item _User support_, nearly all
> the e-mail addresses seem to have a double  "@domain.tld"  part!
> 
> I think this should be fixed, in both href attributes and link texts...

Thanks for reporting this.  I've fixed it, and the web site should
be updated within a few hours.

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


Debian Dictionary

2004-09-20 Thread Jutta Wrage

Hi!

On the Debian Webpages I found this:

http://www.debian.org/doc/manuals/dictionary/index.html

It seems to be seven years old but still empty.


For the D-W women I have made a little Perls-Script, that is creating 
three sorts of Debian related dictionaries:


- DWARD - arcronym dict
- bilingual dictionaries with Terms from dward and others
- monolingual debian-glossaries with explanations
(everything als dictd file and Webpage)

You may try a start at 
http://www.witch.westfalen.de/debian-women/dward.var
You may also try 
http://www.witch.westfalen.de/debian-women/dward.de.html for the German 
version, as it is filled a bit more with links (more content in source 
files). You also may look around in that directory as there is no 
index.html.


Is this something for debian-www? It would not be a problem to create 
html fitting into the Debian website, if someone loads everything up 
and tells me how the pages (or parts) have to look like.


BTW: I am not a DD.

cu

Jutta
--
http://www.witch.westfalen.de
http://witch.muensterland.org



Re: Little bug in webpages

2004-09-20 Thread Francesco Poli
On Mon, 20 Sep 2004 03:48:16 -0700 Matt Kraai wrote:

> Thanks for reporting this.  I've fixed it, and the web site should
> be updated within a few hours.

You're welcome!
After all, I must do my daily mooing, right?   ;-)


-- 
 |  GnuPG Key ID = DD6DFCF4 |  $ fortune
  Francesco  |Key fingerprint = |  Q: What is purple
 Poli| C979 F34B 27CE 5CD8 DC12 | and commutes?
 | 31B5 78F4 279B DD6D FCF4 |  A: A boolean grape.


pgpGyVJnI7dNC.pgp
Description: PGP signature


Bug#264589: www.debian.org: Online manpages, preferably linked by package?

2004-09-20 Thread Frank Lichtenheld
On Mon, Sep 20, 2004 at 09:00:03AM +0200, Javier Fernández-Sanguino Peña wrote:
> There seems to be quite a number of MAN cgi implementations [1] so maybe
> it's best to base a new interface and adapting it taking into account our
> needs (show indexes of manpages based on package) and our issues (some
> packages have manpage conflicts). I have not made a deep revision but this
> one seems to be the one most people fork from:
> http://www.softlab.ntua.gr/~christia/man-cgi.html (quite simple, just a
> little bit of sed/awk)
> 
> The only problem with the above script it that it assumes you are running 
> it in a system which has all the manpages, it might need to be adapted 
> (like NetBSD did) so that it can handle multiple different manpages 
> collections (NetBSD's provides a mechanism to search by architecture and 

Thanks for the links, will investigate the existing solutions.
>From what I can tell, there may be quickly the point where it
simpler to make an own solution as to adapt programs like apropos
to fit our needs. (Interesting enough that the tarball with all man
pages for *BSD is about 5 MB in size, I assume they only take their base
systems? I have 230 MB here for Debian i386+all [though this number will
not grow much since I save all identical man pages only once, so the other
arches will not add much)

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



Bug#264589: www.debian.org: Online manpages, preferably linked by package?

2004-09-20 Thread Javier Fernández-Sanguino Peña
On Sun, Sep 19, 2004 at 05:55:58PM +0200, Frank Lichtenheld wrote:
> 
> I have played around a bit with the idea. Some preliminary results I put
> up at http://manpages.debian.net/ . Just very basic stuff so far. You
> can search for the exact name of a man page or package and read them
> in HTML, plain text and roff source. And there is a index available,
> sorted by man page names.

Have you tried the Man CGI interfaces that are available at 
http://www.freebsd.org/cgi/man.cgi,  
http://www.openbsd.org/cgi-bin/man.cgi or
http://netbsd.gw.com/cgi-bin/man-cgi?++NetBSD-current
?

There seems to be quite a number of MAN cgi implementations [1] so maybe
it's best to base a new interface and adapting it taking into account our
needs (show indexes of manpages based on package) and our issues (some
packages have manpage conflicts). I have not made a deep revision but this
one seems to be the one most people fork from:
http://www.softlab.ntua.gr/~christia/man-cgi.html (quite simple, just a
little bit of sed/awk)

The only problem with the above script it that it assumes you are running 
it in a system which has all the manpages, it might need to be adapted 
(like NetBSD did) so that it can handle multiple different manpages 
collections (NetBSD's provides a mechanism to search by architecture and 
collection).

Just my 2c

Regrds

Javier

[1] http://www.w3.org/Tools/Man_faq_filters.html


signature.asc
Description: Digital signature


Presentacion oficial de los nuevos trabajos de Rammstein y Marilyn Manson

2004-09-20 Thread Comunidad Oscura
Title: Documento sin título






  NIGHT SOUNDS 
  http://www.nightsounds.tk
  PRESENTACION OFICIAL DE LOS NUEVOS DISCOS DE 
  RAMMSTEIN Y MARILYN MANSON 
  SABADO 25 DE SEPTIEMBRE
   
  Nosferatu Productions y Universal Music Spain te invitan a la fiesta oficial del lanzamiento de los nuevos discos de Rammstein “Reise, Reise” y Marylin Manson “Lets We Forget” el próximo día 25 de Septiembre en la sala My-Konos (Zona D´Oci, 4 – Silla – Valencia) dentro de las sesiones “Night Sounds”. 
  

  
  
  

  
    
  Contaremos con la actuación del grupo BLOOD así como sortearemos material promocional de Rammstein y Marilyn Manson (Camisetas, Cds, Calendarios, Posters, Vinilos, etc.)
  La apertura de puertas se realizara a las 00:00 de la noche dando comienzo la actuación de BLOOD a las 00:30 para después repasar los nuevos lanzamientos y las discografías de Rammstein y Marilyn Manson. 
  Ven y escucha el adelanto en exclusiva de sus nuevos trabajos. 
   
  Night Sounds
  Discoteca My-Konos (Zona D´Oci, 4 – Silla Valencia) 
  Entrada 6 Euros con consumación durante toda la noche 
  http://www.nightsounds.tk 
  http://www.comunidadoscura.com 
  http://www.nosferatuproductions.com 
  http://www.universalmusic.es