vote up 0 vote down star
1

I need some help with some research I'm doing, where I need to refer to many online pages. Now instead of opening each in a tab, I'm looking for a software that can download many HTML pages at once (I'll give it a list of URLs), and it should give me an interface to quickly switch between the offline pages.

Any ideas?

flag

4 Answers

vote up 1 vote down check

I use Scrapbook, an extension for Firefox that downloads and organizes sites or individual pages, then allows annotation, checking for updates on original sites and has other features. It differs from other downloaders because it stores downloaded pages in its own storage (which might be a feature or drawback for you).

Its interface is very similar to standard bookmarks, so it is very easy to use.

link|flag
+1 Excellent one. After opening the sidebar, under the Tools menu you have a "Capture Multiple URLs" feature, which solved my problem. – Jeremy Rudd Nov 24 at 19:34
vote up 3 vote down

I'm not sure about the interface showing the pages, maybe you could make an HTML document for that which links to each one. As for downloading the list, check out HTTrack (available for Windows/Linux/UNIX/BSD):

alt text

There is also Wget which has ports available for most platforms. Using the -i switch you can provide it with a list of files to download (each on a separate line in the file):

wget -i files.txt
link|flag
vote up 2 vote down

Have you ever tried the Opera browser? It has a "sessions" feature that lets you save your current session with all tabs & browsing history for each tab. The session can then be easily reopened as it was when last saved.

Unfortunately, there isn't a direct way to export your sessions, but if you dig around in your user profile, you can find them. They're saved as xml files, so you can back them up if desired.

link|flag
Firefox can do this too. Using a Firefox addon like Session Manager you can manage the set of sessions. – alfplayer Dec 8 at 2:50
Thanks for the tip. I was unaware of that add-on. From the Mozilla page, it looks like the Firefox add-in is more flexible than Opera's sessions. Opera offers you very little in the way of session management. – Joe Internet Dec 8 at 3:40
vote up 1 vote down

Try HTTrack. It can download multiple pages and you can customize what type of files it should downloads, and how deep it should look.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.