FacebookTwitter
Hatrack River Forum   
my profile login | search | faq | forum home

  next oldest topic   next newest topic
» Hatrack River Forum » Active Forums » Books, Films, Food and Culture » Free ebooks until August 11th

   
Author Topic: Free ebooks until August 11th
quidscribis
Member
Member # 5124

 - posted      Profile for quidscribis   Email quidscribis         Edit/Delete Post 
It's all in celebration of 35 years of Project Gutenberg. Get free ebooks at www.worldebookfair.com
Posts: 8355 | Registered: Apr 2003  |  IP: Logged | Report this post to a Moderator
Eduardo_Sauron
Member
Member # 5827

 - posted      Profile for Eduardo_Sauron   Email Eduardo_Sauron         Edit/Delete Post 
Thanks, quidscribis. Went there and grabbed a bunch :-)
Posts: 1785 | Registered: Oct 2003  |  IP: Logged | Report this post to a Moderator
James Tiberius Kirk
Member
Member # 2832

 - posted      Profile for James Tiberius Kirk           Edit/Delete Post 
Gah. Free ebooks and I have no idea what to search for.

--j_k

Posts: 3617 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
quidscribis
Member
Member # 5124

 - posted      Profile for quidscribis   Email quidscribis         Edit/Delete Post 
I started with Baen and then branched out.

Could be that crazy mutant scifi gene of mine, though. [Razz]

Posts: 8355 | Registered: Apr 2003  |  IP: Logged | Report this post to a Moderator
Dagonee
Member
Member # 5818

 - posted      Profile for Dagonee           Edit/Delete Post 
Firefox + DownThemAll + the Collections pages = ebook bliss!
Posts: 26071 | Registered: Oct 2003  |  IP: Logged | Report this post to a Moderator
quidscribis
Member
Member # 5124

 - posted      Profile for quidscribis   Email quidscribis         Edit/Delete Post 
Geek!
Posts: 8355 | Registered: Apr 2003  |  IP: Logged | Report this post to a Moderator
Morbo
Member
Member # 5309

 - posted      Profile for Morbo   Email Morbo         Edit/Delete Post 
Hey, they have Bruce Sterling's Hacker Crackdown! Sweet, I've always wanted to read that. Thanks for the link, quid! [Big Grin]
Posts: 6316 | Registered: Jun 2003  |  IP: Logged | Report this post to a Moderator
Dasa
Member
Member # 8968

 - posted      Profile for Dasa   Email Dasa         Edit/Delete Post 
quote:
Originally posted by Dagonee:
Firefox + DownThemAll + the Collections pages = ebook bliss!

I don't plan to do this at worldebook but how do you "deep" download? I am able to download only those files that are directly linked if I use FlashGot. Thanks in advance!
Posts: 107 | Registered: Dec 2005  |  IP: Logged | Report this post to a Moderator
Dagonee
Member
Member # 5818

 - posted      Profile for Dagonee           Edit/Delete Post 
That's why the collection pages are useful, because I can't deep download.

Unless I modify my crawler app. I don't think I have time to do that, though.

Posts: 26071 | Registered: Oct 2003  |  IP: Logged | Report this post to a Moderator
ricree101
Member
Member # 7749

 - posted      Profile for ricree101   Email ricree101         Edit/Delete Post 
Does anyone have any recommendations from the site? I've found a handfull of interesting books, but a lot of it seems to be obscure government documents. I'm kind of having trouble sifting through it all.
Posts: 2437 | Registered: Apr 2005  |  IP: Logged | Report this post to a Moderator
fugu13
Member
Member # 2859

 - posted      Profile for fugu13   Email fugu13         Edit/Delete Post 
wget is your friend; easy (if you're comfortable with the command line) deep downloading.
Posts: 15770 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
Chris Bridges
Member
Member # 1138

 - posted      Profile for Chris Bridges   Email Chris Bridges         Edit/Delete Post 
Baen has an excellent selection of science fiction (all also available at their site www.baen.com).
Posts: 7790 | Registered: Aug 2000  |  IP: Logged | Report this post to a Moderator
ketchupqueen
Member
Member # 6877

 - posted      Profile for ketchupqueen   Email ketchupqueen         Edit/Delete Post 
Ooooh! Kids' books!
Posts: 21182 | Registered: Sep 2004  |  IP: Logged | Report this post to a Moderator
fugu13
Member
Member # 2859

 - posted      Profile for fugu13   Email fugu13         Edit/Delete Post 
There is a robots.txt file up, so if you wish to respect it, do not use these methods. However, there is no policy posted on the website, so it is impossible to know if they intended it to mean no downloading of files in a user-initiated process (a grey area, since its only sort of a bot-like action).

These are wget command lines.

If you want to download the html pages, pdfs, and text files for the whole site, so you can browse your local collection like the website:
code:
wget -rkA pdf,htm,html,txt -e robots=off --limit-rate=50k http://worldebookfair.com/Collections.htm

Everything will be in a directory called worldebookfair.com .

If you just want the PDFs:
code:
wget -rA pdf -nd -e robots=off --limit-rate=50k -P mydirectorytosavethemin http://worldebookfair.com/Collections.htm

They'll all go in the directory called mydirectorytosavethemin

The limit-rate option is there to keep your connection usable and prevent swamping the site. Remove or alter at your own risk.

There are also ebooks as mp3s, .lit files, and movies; if you want any help in modifying my commands to download those, just ask. I don't include those because they would significantly increase the size of the downloads.

edit: modified to include information about other formats, add txt file downloading.

Posts: 15770 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
fugu13
Member
Member # 2859

 - posted      Profile for fugu13   Email fugu13         Edit/Delete Post 
Oh yeah, be warned, this is many gigs of ebooks. I can also help set it up to just download the books in a particular collection, if so desired.
Posts: 15770 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
Dasa
Member
Member # 8968

 - posted      Profile for Dasa   Email Dasa         Edit/Delete Post 
Thanks fugu! Is wget only a Linux package or is it available for Windows as well?
Posts: 107 | Registered: Dec 2005  |  IP: Logged | Report this post to a Moderator
fugu13
Member
Member # 2859

 - posted      Profile for fugu13   Email fugu13         Edit/Delete Post 
This page seems to be the page to go to in that regard: http://www.interlog.com/~tcharron/wgetwin.html

I do not know which, if any, options would be different in that case. Use at your own risk, of course.

Posts: 15770 | Registered: Dec 2001  |  IP: Logged | Report this post to a Moderator
Dragon
Member
Member # 3670

 - posted      Profile for Dragon   Email Dragon         Edit/Delete Post 
sweeet!

thanks!

Posts: 3420 | Registered: Jun 2002  |  IP: Logged | Report this post to a Moderator
   

   Close Topic   Feature Topic   Move Topic   Delete Topic next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:


Contact Us | Hatrack River Home Page

Copyright © 2008 Hatrack River Enterprises Inc. All rights reserved.
Reproduction in whole or in part without permission is prohibited.


Powered by Infopop Corporation
UBB.classic™ 6.7.2