Files
httrack/README.md

27 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2015-03-14 14:18:42 +01:00
# HTTrack Website Copier - Development Repository
2015-03-14 11:06:54 +01:00
2015-03-14 11:09:58 +01:00
## About
2015-03-14 11:06:54 +01:00
_Copy websites to your computer (Offline browser)_
<img src="http://www.httrack.com/htsw/screenshot_w1.jpg" width="34%">
*HTTrack* is an _offline browser_ utility, allowing you to download a World Wide website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer.
*HTTrack* arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online.
HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.
*WinHTTrack* is the Windows 2000/XP/Vista/Seven release of HTTrack, and *WebHTTrack* the Linux/Unix/BSD release.
2015-03-14 11:09:58 +01:00
## Website
2015-03-14 11:06:54 +01:00
*Main Website:*
http://www.httrack.com/
2015-03-14 11:09:58 +01:00
## Compile trunk release
```sh
2015-03-16 17:51:17 +01:00
git clone https://github.com/xroche/httrack.git --recurse
2015-03-14 11:06:54 +01:00
cd httrack
./configure --prefix=$HOME/usr && make -j8 && make install
2015-03-14 11:09:58 +01:00
```