summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2015-03-14 11:06:54 +0100
committerXavier Roche <roche@httrack.com>2015-03-14 11:06:54 +0100
commita004ccb6283d53dfb77e726c0d9c75e7ee8c688b (patch)
tree247c225f08706e6af97eac7c79cc9135f436c1e4
parent9928bff7ea23424eae278dc2705ad398bb20838a (diff)
Added README.md
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2e2093e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+= HTTrack Website Copier - Development Repository =
+
+== About ==
+_Copy websites to your computer (Offline browser)_
+
+http://www.httrack.com/images/screenshot_01.jpg
+<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.
+
+== Website ==
+
+*Main Website:*
+http://www.httrack.com/
+
+== Compile trunk release ==
+{{{
+git clone https://github.com/xroche/httrack.git
+cd httrack
+./configure --prefix=$HOME/usr && make -j8 && make install
+}}}