Skip to content

wgetsnaps/tdcj-state-tx-us--death_row

Repository files navigation

Snapshot of Texas Death Penalty site

You can view the mirrored version by visiting this URL:

http://wgetsnaps.github.io/tdcj-state-tx-us--death_row/death_row/index.html

This repository is a mirror of the following site:

Key Value
Site title Death Row Information
Original publisher Texas Dept. of Criminal Justice
URL http://www.tdcj.state.tx.us/death_row/
Mirrored at 2016-01-11 07:16:39

How to wget

This is the wget command(s) I used:

# get CSS files
wget --page-requisites \
     --timestamping \
     --convert-links \
     --no-host-directories \
     --adjust-extension \
     --output-file /dev/stdout \
     http://www.tdcj.state.tx.us/death_row/ \
     | tee ./wget.log


# get main site without parents
wget --mirror \
     --timestamping \
     --convert-links \
     --no-host-directories \
     --adjust-extension \
     --no-parent \
     --output-file /dev/stdout \
     http://www.tdcj.state.tx.us/death_row/ \
     | tee ./wget.log

About

wget mirror of: Death Row Information - Texas Dept. of Criminal Justice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages