http://bugs.debian.org/148583 "Internationalization is incomplete - only translation provided"

2002-05-30 Thread Noel Koethe

Hello,

I got this request from a Debian user:
(http://bugs.debian.org/148583)

"The internationalization of wget seem incomplete. It is translated, but not
properly localized, which can easily be seen here:

  Längd: 34,885,632 [audio/mpeg]
  100%[>] 34,885,632

Both these lines improperly use commas to separate thousands, even though
the machine is configured to use Swedish locale (the Swedish translation is
used)."

The swedish (and german and lot other languages) are using
dots to separate thousands like this:

34.885.632

Is there any chance to get i18n into wget or will this
needs to much changes?

thx.

-- 
Noèl Köthe



Automated Reply

2002-05-30 Thread followup

o
o-*o*-  o 
o  Opera Software A/S Tips and Tricks Request   o 
o-*o*-  o 
o


'Welcome' to Opera Software!

This is an autoresponder document. It has been set up to
provide you with tips and tricks regarding the use of Opera,
and to get you off to a successful start. More ideas can 
be found on our website and particularly on our news server 
at news://news.opera.no

Please note: your email to this address
([EMAIL PROTECTED]) WILL NOT be answered by us as it
does not go to a human but is merely meant to inform you of issues, technical topics 
and 
contact addresses. Please use the other email addresses or 
forms if you would like to communicate or if you have 
other problems. This document doesn't address all issues 
pertaining Opera.

If you have any problems or queries, we would really
appreciate your feedback. But before you send in a bug
report, be sure to have consulted both the support section
on our website (updated frequently!), 
http://www.opera.com/support.htm
as well as the Opera help section. This will free us from answering 
standard questions.

Commercial multi-licence deals
--
If you are thinking of using Opera for commercial (CD-ROM,
Info kiosk, Intranet, ISP) purposes, we have an enquiry form
for you at http://www.opera.com/enquiry.html .
Please use that form to detail your ideas about the use of
Opera in your specific environment. We will then be able to
provide you with a tailor-made package that will suit your
and your company's individual needs.

Button and Banner
-
If you would like to support us by adding a button or banner
to your home page, please refer to
http://www.opera.com/banner.html

Newsgroup
-
For even better interaction with us and fellow Opera users, we
recommend you visiting our newsserver at: news://news.opera.no
Many Opera users from near and far exchange ideas, tips and 
tricks, and we would like to welcome you there, too.

In order to post messages to the forums, you will have to change
your news server to 'news.opera.no' as it is not a public USENET
newsgroup.

Download/News
-
For the latest news and version updates/upgrades please refer to:
http://www.opera.com/news.html and
http://www.opera.com/download.html

Keyboard Navigation
---
If you have keyboard or navigation problems, please refer to:
http://www.opera.com/keyboard.html for shortcuts and 
ways of using Opera more efficiently -- or read the program help.

Press
-
If you are from the press and would like to write about Opera, we
have a press kit available at: http://www.opera.com/press.html 
Further down we have direct email and telephone addresses you may use.

General
---
On our website at http://www.opera.com you will also find 
the following pages which might help you:

forum.html  - to access the various newsgroups on our
  server 
commercial.html - for ISPs, CD-ROM publishers, kiosk developers
bugreport.html  - for 'Phantoms of the Opera' ;-)
press.html  - for press information
alt_os.html - for 'Opera Winfree' (OS/2, Mac, Linux...)
questionnaire.html  - for customer feedback
register.html   - for online registrations and prices
reseller.html   - for info on local resellers
download.html   - for downloading the latest version 
support.htm - for technical (product) support
banner.html - for placing an Opera button/banner on 
  your site 
mailinglist.html- for un/subscribing to our one-way mailing 
  list
plug_in.html- for info and links to programs that work with
  Opera

Below, please find more information that might help you. Please
keep this document handy for future references.

Thank you for your understanding and cooperation.

We are looking forward to serving you in the future.

The Opera Software Support Team


=== CONTACT  INFORMATION ===

Postal address:
Opera Software
Waldemar Thranesgt. 86b
0175 Oslo
Norway

Telephone: +47 23 23 48 68
Fax: +47 23 23 48 70

Opera USA
--
Phone :  (+1) 216 229 4382
Fax:  (+1) 216 795 0197  (Call first)

Opera South Africa
--
Telephone :   +27 21 794 3414


== GENERAL (INSTALLATION / USE ) QUESTIONS ==

About testing Opera...

Opera is not for free. You may evaluate it for 30 user days, 
as opposed to calendar days, but after this, you will need to 
register Opera for US$35 (normal single licence price). The 
registration code you then receive will remove the time lock 
from Opera. For the test period, don't fill in any fields, but 
click on 'Evaluate' right away.

After Opera expired, you can no longer acc

Re: Wget 1.8.2 is released

2002-05-30 Thread Ian Abbott

On Thu, 30 May 2002 03:43:06 +0200, Hrvoje Niksic
<[EMAIL PROTECTED]> wrote:

>Ian Abbott <[EMAIL PROTECTED]> writes:
>> This is a bit late,
>
>Sorry it didn't make it in.  I guess we could publish it on the web
>site, so that people who wish to compile 1.8.2 with Borland C++ can do
>so.  Heiko's "Wget on Windows" page is another good place to link to
>this patch.

I'll clean it up a bit.

>> +# ifdef NO_ANONYMOUS_STRUCT
>> +  wt->wintime.u.HighPart = ft.dwHighDateTime;
>> +  wt->wintime.u.LowPart  = ft.dwLowDateTime;
>> +# else
>>wt->wintime.HighPart = ft.dwHighDateTime;
>>wt->wintime.LowPart  = ft.dwLowDateTime;
>> +# endif
>
>Isn't anonymous struct a C++ feature?  (I'm only guessing here.)

Yes, but some C compilers support it as an extension.

>Would wt->wintime.u.HighPart work under both compilers?  I'm just
>asking as someone who would like to see the number of #ifdefs decrease
>rather than increase.

Microsoft only document the anonymous form in their Win32 SDK, which is
why I'm hesitant to take it out altogether.  However, the undocumented,
non-anonymous "u." form does seem to work uniformly, at least with the
Microsoft, Borland and Watcom compilers I've tried.



RE: Wget 1.8.2 Windows Binaries

2002-05-30 Thread Herold Heiko

Seams reasonable. I'll do it when possible.
Heiko 

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907472
-- ITALY

> -Original Message-
> From: Jochen Roderburg [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 30, 2002 11:10 AM
> To: Herold Heiko
> Cc: [EMAIL PROTECTED]
> Subject: Re: Wget 1.8.2 Windows Binaries
> 
> 
> Hello Heiko,
> 
> Could you perhaps also offer a current wget version without 
> SSL support on your
> website?
> For those that don't want SSL and/or don't want to fight with 
> additional
> (sometimes incompatible) DLLs ;-)
> 
> Regards,
> 
> Jochen Roderburg
> ZAIK/RRZK
> University of Cologne
> Robert-Koch-Str. 10Tel.:   +49-221/478-7024
> D-50931 Koeln  E-Mail: 
> [EMAIL PROTECTED]
> Germany
> 
> 
> -
> This mail sent through IMP: http://horde.org/imp/
> 



Re: Wget 1.8.2 Windows Binaries

2002-05-30 Thread Jochen Roderburg

Hello Heiko,

Could you perhaps also offer a current wget version without SSL support on your
website?
For those that don't want SSL and/or don't want to fight with additional
(sometimes incompatible) DLLs ;-)

Regards,

Jochen Roderburg
ZAIK/RRZK
University of Cologne
Robert-Koch-Str. 10Tel.:   +49-221/478-7024
D-50931 Koeln  E-Mail: [EMAIL PROTECTED]
Germany


-
This mail sent through IMP: http://horde.org/imp/




Re: 1.8.2 for windows: LIBEAY32.dll

2002-05-30 Thread Rene Stach

Herold Heiko wrote:
> IF you got your copy from http://space.tin.it/computer/hherold or directly
> from ftp://ftp.sunsite.dk/projects/wget/windows ,
> you need to get the ssl libraries from the same place, as stated on there
> site:

Thanks, it works now. (I have not seen this remark as I have never 
needed these libraries before.)


René
PS: wget -r -np http://www5.open.ac.uk/b822/alphabetical.cfm still 
does not work.
-- 
Bremen Institute of Industrial Technology and
Applied Work Science (BIBA)

Phone:  +49 (0)421 218 5568




/favicon.ico

2002-05-30 Thread Momme Maraun

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

i missing the download /favicion.ico ;-)

- -- 

Mit freundlichen Grüßen

Momme L. Maraun
Mobilcom GmbH
Hollerstrasse 126
24753 Büdelsdorf
Tel.: 04331/69-2784

Our OS who art in CPU, UNIX be thy name.
Thy programs run, thy syscalls done,
In kernel as it is in user!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE89db7w+ERw0r1udARAiLhAJ90ayZcfTaTyzIDkncgmxfYNaUnkQCeK+TA
vcccRfvnw8EA+9rD7bCBL/E=
=3o0h
-END PGP SIGNATURE-




RE: 1.8.2 for windows: LIBEAY32.dll

2002-05-30 Thread Herold Heiko

IF you got your copy from http://space.tin.it/computer/hherold or directly
from ftp://ftp.sunsite.dk/projects/wget/windows ,
you need to get the ssl libraries from the same place, as stated on there
site:

1.8.2 2002/05/29 Source (http), source (ftp), binary (http), binary (ftp)
for wget 1.8.2, ssl enabled (get the ssl libraries above).  

and

SSL Libraries 2002/05/20 ssllibs (http), ssllibs (ftp). Source at
www.openssl.org, openssl-0.9.6d.tar.gz. ANY wget binary compiled with ssl
need these. You'll need to drop the libraries somewhere in your PATH or
c:\Winnt or c:\Windows or whatever suits your installation in order to make
https connections work

If you got the ssl library from somewhere else it's likely it won't work.

The binary for 1.8.1 from those places doesn't have ssl enabled, no library
is required, on the other hand https connections won't work either.

If you indeed got everything from those places there could be a
compatibility problem with w2k, please report exactly what you did.

Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907472
-- ITALY

> -Original Message-
> From: Rene Stach [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 30, 2002 9:48 AM
> To: [EMAIL PROTECTED]
> Subject: 1.8.2 for windows: LIBEAY32.dll
> 
> 
> Hi,
> 
> I have just checked wget 1.8.2 for windows on my system (w2k, 
> SP2). When I start wget my system says "LIBEAY32.dll not found". 
> So I have downloaded this file from some ftp server and now I get 
> an error message like (badly translated) "the number 2343 wasn't 
> found in LIBEAY32.dll". :-(
> 
> 1.8.1 is working fine though.
> 
> René
> -- 
> Bremen Institute of Industrial Technology and
> Applied Work Science (BIBA)
> 
> Phone:  +49 (0)421 218 5568
> 



1.8.2 for windows: LIBEAY32.dll

2002-05-30 Thread Rene Stach

Hi,

I have just checked wget 1.8.2 for windows on my system (w2k, 
SP2). When I start wget my system says "LIBEAY32.dll not found". 
So I have downloaded this file from some ftp server and now I get 
an error message like (badly translated) "the number 2343 wasn't 
found in LIBEAY32.dll". :-(

1.8.1 is working fine though.

René
-- 
Bremen Institute of Industrial Technology and
Applied Work Science (BIBA)

Phone:  +49 (0)421 218 5568