This page uses CSS and javascript. If you can see this message, CSS (or javascript) is not enabled in your browser options.
The page will not appear as intended.
You can visit the other version of the site.

A website copy with HTTrack

httrack

Tested with version WinHTTrack Website Copier 3.31-BETA-1 (+swf)

Martin Luther King February 2004

project name: MLK
Web(URL) addresses:
seattletimes.nwsource.com/mlk/
for the photo gallery:
seattletimes.nwsource.com/mlk/photogallery/1956-62/01.html
seattletimes.nwsource.com/mlk/photogallery/1963-65/01.html
seattletimes.nwsource.com/mlk/photogallery/1966-68/01.html
for the quotes:
seattletimes.nwsource.com/art/mlk/quote1.gif
seattletimes.nwsource.com/art/mlk/quote2.gif
seattletimes.nwsource.com/art/mlk/quote3.gif
seattletimes.nwsource.com/art/mlk/quote4.gif
seattletimes.nwsource.com/art/mlk/quote5.gif
seattletimes.nwsource.com/art/mlk/quote6.gif
seattletimes.nwsource.com/art/mlk/quote7.gif
tick: Attempt to detect all links
amount of time: 1 hour (56k modem)
in the scan rules, add:
+*.png +*.gif +*.jpg +*.css +*.js
+*.mp3 +*.pdf
+http://seattletimes.nwsource.com/art/
+http://seattletimes.nwsource.com/news/lifestyles/links/2004blackhistoryquiz/
+http://ads.nwsource.com/RealMedia/ads/
+http://www.stanford.edu/group/King/publications/speeches/*.pdf

problems:

Absolute links in javascript and missing files

Other examples with similar difficulties: Adventure Planet | Alton Towers | Herberton | Extreme World | Martin Luther King 2002 | Recycling | Herberton | Canobie

solutions:

The options above allow you to mirror the missing files.
You can find what to add in the scan rules or addresses by viewing the source or checking the links offline.
By checking the links you will find that mp3 files (and Real player +*.rm to mirror them) and pdf files of the website (Student essays) and external pdf files (His words) are missing.

The home page quotes are missing too.

Viewing the source of the page seattletimes.nwsource.com/mlk/index.html allows you to find its list:

Moreover, we can notice that these links are absolute.
To make them relative, replace SRC='/art/ by SRC='../art/ with a text editor or a find and replace utility.

The page seattletimes.nwsource.com/mlk/king/photogallery.html allows you to display the photo gallery.

Here too, you can find the addresses to add by viewing the source:

A javascript function calls the popup displaying the photos:

This script depending on the browser computes the file name.

No website mirror utility can interpret them and download the files.

Then you have to find their names: path = "" + "/mlk/photogallery/1956-62/01" + ".html";
makes /mlk/photogallery/1956-62/01.html added in the Web addresses to mirror.
We do the same for 1963-65 and 1966-68.
As we are lucky, it is enough to mirror all the photo gallery.
Now we have to make it work as, here too, the links are absolute.
Two files are using the javascript function:
seattletimes.nwsource.com/mlk/king/photogallery.html and
seattletimes.nwsource.com/mlk/king/biography.html.
As they are in the same folder, we only have to replace '/mlk/photogallery/ by '../photogallery/ (with inforapid search and replace, for instance).

The capture should be all right now.

Quiz

The Quiz can be captured but not checked offline.
By visiting the site you can load the HTML page with the answers.
Save this page and link it if necessary.
The same can be done for the other Quiz http://seattletimes.nwsource.com/news/lifestyles/links/2004blackhistoryquiz/ added in the scan rules.
topTop of the page
Valid CSS! Valid XHTML 1.0!