How to download indexed web pages? (Solved)

Using applications, configuring, problems
Post Reply
Message
Author
Roy
Posts: 451
Joined: Wed 31 Dec 2008, 18:31

How to download indexed web pages? (Solved)

#1 Post by Roy »

Is there a program that will run in Lucid Puppy that will download this index page AND all of the content of the indexed links?

http://captaindaves.com/med-faq/

I would like to put all of this information on a thumb drive for my own use while off-line.

Thank you in advance...

-Roy
Last edited by Roy on Mon 13 Jul 2015, 23:28, edited 1 time in total.

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#2 Post by dancytron »

Offline Explorer is a shareware program for Windows.

This site has a list of linux alternatives that might work for you.

http://alternativeto.net/software/offli ... form=linux

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#3 Post by Keef »

If you open a terminal wherever you want to save the stuff, paste this (middle click on a 3 button mouse will work). I think it will get what you want.

Code: Select all

wget --recursive --page-requisites --html-extension --no-parent --convert-links --domains captaindaves.com http://captaindaves.com/med-faq/

Roy
Posts: 451
Joined: Wed 31 Dec 2008, 18:31

#4 Post by Roy »

dancytron, thank you for your quick response! Keef's method did not require additional software, so I tried his suggestion first... and it worked!

My heartfelt thanks to the both of you!

-Roy

Post Reply