Re: Hello, All and bug #21793

2008-09-08 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Coon wrote:
> Hello everyone,
> 
> I thought I'd introduce myself to you all, as I intend to start helping
> out with wget.  This will be my first time contributing to any kind of
> free or open source software, so I may have some basic questions down
> the line about best practices and such, though I'll try to keep that to
> a minimum.
> 
> Anyway, I've been researching unicode and utf-8 recently, so I'm gonna
> try to tackle bug #21793 <https://savannah.gnu.org/bugs/?21793>. 

Hi David, and welcome!

If you haven't already, please see
http://wget.addictivecode.org/HelpingWithWget

I'd encourage you to get a Savannah account, so I can assign that bug to
you. Also, I tend to hang out quite a bit on IRC (#wget @
irc.freenode.net), so you might want to sign on there.

Since you mentioned an interest in Unicode and UTF-8, you might want to
check out Saint Xavier's recent work on IRI and iDNS support in Wget,
which is available at http://hg.addictivecode.org/wget/sxav/.

Among other things, sxav's additions make Wget more aware of the user's
locale, so it might be useful for providing a feature to automatically
transcode filenames to the user's locale, rather than just supporting
UTF-8 only (which should still probably remain an explicit option). If
that sounds like the direction you'd like to take it, you should
probably base your work on sxav's repository, rather than mainline.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer.
GNU Maintainer: wget, screen, teseq
http://micah.cowan.name/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIxViR7M8hyUobTrERAv/jAJ9/DxAaPaYpdLJojX9gorHn2hqwSACeK7oD
veVZAIH2NjbYI8dG6DimjRg=
=9Qau
-END PGP SIGNATURE-


Hello, All and bug #21793

2008-09-08 Thread David Coon
Hello everyone,

I thought I'd introduce myself to you all, as I intend to start helping out
with wget.  This will be my first time contributing to any kind of free or
open source software, so I may have some basic questions down the line about
best practices and such, though I'll try to keep that to a minimum.

Anyway, I've been researching unicode and utf-8 recently, so I'm gonna try
to tackle bug #21793 <https://savannah.gnu.org/bugs/?21793>.

-David A Coon


re: Hello

2006-02-21 Thread jfnquzw




Re: index.html?arg=hello

2004-05-26 Thread Carl McTague
Oops.  Shame on me.  I just needed to RTFM:  I just need to use the -k
option...

Carl

On Wed, 2004-05-26 at 09:38, Carl McTague wrote:
> This isn't really a bug, more a suggestion for how wget might behave
> better in a special situation.
> 
> I'm using Wget 1.9.1 to recursively retrieve a web site that has
> index.cgi files with arguments.  Internally, the pages refer to these
> with links like:
> 
>   blah.com/?arg=hello.
> 
> When wget fetches these, it saves local files called 
> 
>   blah.com/index.html?arg=hello
> 
> which is fine, but it leaves the internal links unaltered, and so the
> local copy's links are broken.
> 
> To remedy the situation, could wget save the files as
> "blah.com/?arg=hello", or rewrite the links within the pages to
> "index.html?arg=hello"?
> 
> Carl



index.html?arg=hello

2004-05-26 Thread Carl McTague
This isn't really a bug, more a suggestion for how wget might behave
better in a special situation.

I'm using Wget 1.9.1 to recursively retrieve a web site that has
index.cgi files with arguments.  Internally, the pages refer to these
with links like:

  blah.com/?arg=hello.

When wget fetches these, it saves local files called 

  blah.com/index.html?arg=hello

which is fine, but it leaves the internal links unaltered, and so the
local copy's links are broken.

To remedy the situation, could wget save the files as
"blah.com/?arg=hello", or rewrite the links within the pages to
"index.html?arg=hello"?

Carl



hello

2004-01-29 Thread amm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a 
binary attachment.

<>


hello

2004-01-27 Thread bookstore-news
The message contains Unicode characters and has been sent as a binary attachment.



readme.zip
Description: Binary data


hello

2004-01-27 Thread bookstore-news
The message contains Unicode characters and has been sent as a binary attachment.



readme.zip
Description: Binary data


Hello, new feature added!

2003-11-05 Thread Dennis Smit
Heya people!

I am new to the list so hello.

I sended a patch to add the --preserve-permissions option to wget this
option can be used to preserve permissions when retrieving dirlistings
from a remote site. The new standard behavior is not copying permissions
this is because users often don't want the permissions a server had set.



hello, there

2002-08-19 Thread afei


I have submitted two patches to enhance wget's ftp mirroring function but
I haven't heard anything in return for weeks. I am wondering where I
should send the patches to instead of wget-patches email list.

Fei




Hello,wget,meeting notice

2002-08-09 Thread gnu


README.TXT
Description: Binary data


Hello,please try again

2002-05-01 Thread scholarshipdeadlines
<>


Re: hello

2002-01-28 Thread Fred Holmes

Use the following to download files from an ftp site.

wget -N -nr ftp://ftp.f-prot.is/pub/*

The -N restricts the download to new/newer files only.

-nr is necessary to retain the .listing file.  By default it is deleted.

Substitute a specific filename for "*" if that's what you want.

Use -i  to list the URLs in a list file.

Use the above with -B to specify the base URL on the command line, and list 
just the filenames in the list file.

Fred Holmes


At 02:36 AM 1/28/2002, Nagaraj  Gupta wrote:

>hi,
>
>I just downloaded windows version of wget(i.e, wget 1.8.1)
>
>and im very new to use this utility.
>
>can u please tell me how to download a files from the internet or ftp server.
>
>when try using wget -r -s http://www.yahoo.com or wget 
>ftp://ftp.acdsystems.com these options it downloads the link page info. 
>into index.html file by default.
>
>suppose if i want to download a file from the ftp server what should i do??
>
>kindly help me
>
>wget user




hello

2002-01-27 Thread Nagaraj Gupta


hi,

I just downloaded windows version of wget(i.e, wget 1.8.1)

and im very new to use this utility.

can u please tell me how to download a files from the internet or ftp server.

when try using wget -r -s http://www.yahoo.com or wget ftp://ftp.acdsystems.com these 
options it downloads the link page info. into index.html file by default.

suppose if i want to download a file from the ftp server what should i do?? 

kindly help me

wget user 




HeLLo

2001-09-23 Thread sos_2002

>Dear Future Millionaire: 
> 
>I'll make you a promise. READ THIS E-MAIL TO THE END! - follow 
what 
>it 
>says to the letter - and you will not worry whether a RECESSION 
is 
>coming 
>or not, who is President, or whether you keep your current job 
or 
>not. Yes, I know 
>what you are thinking. I never responded to one of these before 
>either. One day 
>though, something just said "you throw away $25.00 going to a 
movie 
>for 2 
>hours with your wife". "What the heck." Believe me, no matter 
where 
>you believe 
>"those feelings" come from, I thank goodness every day that I 
had 
>that feeling. 
>I cannot imagine where I would be or what I would be doing had I 
>not. Read 
>on. It's true. Every word of it. It is legal. I checked. Simply 
>because 
>you are buying and selling something of value. 
> 
>AS SEEN ON NATIONAL TV: 
> 
>Making over half million dollars every 4 to 5 months from your 
home. 
> 
>THANK'S TO THE COMPUTER AGE AND THE INTERNET ! 
>== 
>BE AN INTERNET MILLIONAIRE LIKE OTHERS WITHIN A YEAR!!! 
> 
>Before you say ''Bull'', please read the following. This is the 
>letter 
>you have been hearing about on the news lately. Due to the 
>popularity of 
>this letter on the Internet, a national weekly news program 
recently 
>devoted 
>an entire show to the investigation of this program described 
below, 
>to see if it 
>really can make people money. The show also investigated whether 
or 
>not the 
>program was legal. 
> 
>Their findings proved once and for all that there are 
''absolutely 
>NO 
>Laws prohibiting the participation in the program and if people 
can 
>"follow 
>the simple instruction" they are bound to make some mega bucks 
with 
>only 
>$25 out of pocket cost''. 
>DUE TO THE RECENT INCREASE OF POPULARITY & RESPECT THIS 
>PROGRAM HAS ATTAINED, IT IS CURRENTLY WORKING BETTER THAN EVER. 
> 
>This is what one had to say: '' Thanks to this profitable 
>opportunity". I 
>was approached many times before but each time I passed on it. I 
am 
>so glad 
>I finally joined just to see what one could expect in return for 
the 
>minimal effort and money required. To my astonishment, I 
received a 
>total $ 
>610,470.00 in 21 weeks, with money still coming in''. Pam 
Hedland, 
>Fort 
>Lee, New Jersey. 
>== 
>Another said: "this program has been around for a long time but 
I 
>never 
>believed in it. But one day when I received this again in the 
mail I 
>decided to gamble my $25 on it. I followed the simple 
instructions 
>and 
>walaa . 3 weeks later the money started to come in. First 
month 
>I only made $240.00 
>but the next 2 months after that I made a total of $290,000.00. 
So 
>far, in the 
>past 8 months by re-entering the program, I have made over 
>$710,000.00 and I am 
>playing it again. The key to success in this program is to 
follow 
>the simple steps 
>and NOT change anything.'' More testimonials later but first, 
>=== 
> 
> PRINT THIS NOW FOR YOUR FUTURE REFERENCE  
> 
> 
>If you would like to make at least $500,000 every 4 to 5 months 
>easily 
>and comfortably, please read the following...THEN READ IT AGAIN 
and 
>AGAIN 
>!!! 
> 
> 
> 
>FOLLOW THE SIMPLE INSTRUCTION BELOW AND YOUR FINANCIAL DREAMS 
>WILL COME TRUE, GUARANTEED! 
> 
>INSTRUCTIONS: 
> 
>=Order all 5 reports shown on the list below = 
> 
>For each report, send $5 CASH, THE NAME & NUMBER OF THE REPORT 
YOU 
>ARE ORDERING and YOUR E-MAIL ADDRESS to the person whose name 
>appears 
>ON THAT LIST next to the report. MAKE SURE YOUR RETURN ADDRESS 
IS ON 
>YOUR ENVELOPE TOP LEFT CORNER in case of any mail problems. 
> 
>===WHEN YOU PLACE YOUR ORDER, MAKE SURE === 
>===YOU ORDER EACH OF THE 5 REPORTS! === 
>You will need all 5 reports so that you can save them on your 
>computer 
>and resell them. YOUR TOTAL COST $5 X 5 = $25.00. 
> 
>Within a few days you will receive, via e-mail, each of the 5 
>reports 
>Save them on your computer so 
>they will 
>be accessible for you to send to the 1,000's of people who will 
>order them 
>from you. Also make a floppy of these reports and keep it on 
your 
>desk in case 
>something happens to your computer. 
> 
>IMPORTANT - DO NOT alter the names of the people who are listed 
next 
>to 
>each report, or their sequence on the list, in any way other 
than 
>what is 
>instructed below in step '' 1 through 6 '' or you will loose out 
on 
>the 
>majority of your profits. Once you understand the way this 
works, 
>you will also see how 
>it does not work if you change it. Remember, this method has 
been 
>tested, and 
>if you alter it, it will NOT work !!! People have tried to put 
their 
>friends/relatives names on all five thinking they could get all 
the 
>money. 
>But it does not work this way. Believe us, some have tried to be 
>greedy and then nothing 

Hello~~!

2001-05-26 Thread March



Hello
My name is March 
I'm a Chinese man
First, I apology about my broken 
English.
Second,I have a question about Wget
as we know Wget can get the web file such as http://www.abc.com/index.html
but I need to get the result of the program such as 
perl or php
for expample http://google.yahoo.com/bin/query?p=wget 

can "wget" do it?
or any other way can do it under 
FreeBSD?
 
Thanks you 
Good day
   
March