From 5c3b8c59de7985aa6b2e7f8156c4e60764abb73e Mon Sep 17 00:00:00 2001 From: Google Code Exporter Date: Sat, 14 Mar 2015 04:50:28 -0400 Subject: [PATCH] Migrating wiki contents from Google Code --- ProjectHome.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ProjectHome.md diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..2d5acb1 --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,26 @@ +# HTTrack Website Copier - Development Repository # + +## About ## +_Copy websites to your computer (Offline browser)_ + +![http://www.httrack.com/images/screenshot_01.jpg](http://www.httrack.com/images/screenshot_01.jpg) + + +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.
+
+

Website

+ +Main Website: +http://www.httrack.com/ + +

Compile trunk release

+
svn checkout https://httrack.googlecode.com/svn/trunk/ httrack

+cd httrack
+./configure --prefix=$HOME/usr && make -j8 && make install
+
\ No newline at end of file