Fredrik Fornwall e751159a38 Fix Android build
The NDK headers nowaday has timezone in time.h, so trying to redefine it
causes the build to fail with:

proxy/store.c:34:18: error: static declaration of 'timezone' follows non-static declaration
static long int  timezone = 0;
                 ^
include/time.h:42:17: note: previous declaration is here
extern long int timezone;
2019-12-12 02:05:03 +01:00
2017-05-20 10:43:15 +02:00
2017-04-01 21:39:27 +02:00
2016-04-26 19:15:14 +02:00
2016-04-26 19:15:14 +02:00
2017-05-20 10:43:15 +02:00
2019-12-12 02:05:03 +01:00
2016-04-26 19:15:14 +02:00
2016-04-26 19:15:14 +02:00
2013-09-13 16:08:40 +00:00
2012-05-01 16:47:44 +00:00
2016-04-26 19:15:14 +02:00
2016-04-26 19:15:14 +02:00
2016-04-26 19:15:14 +02:00
2016-04-26 19:15:14 +02:00
2017-05-20 10:43:15 +02:00
2017-05-20 10:43:15 +02:00
2012-03-24 12:03:55 +00:00
2016-04-26 19:15:14 +02:00
2012-05-08 16:14:10 +00:00
2013-06-09 14:45:30 +00:00
2017-05-20 10:44:39 +02:00
2012-03-19 12:51:31 +00:00
2016-08-24 10:30:22 +02:00
2017-04-01 22:13:12 +02:00
2015-07-27 09:18:45 +02:00
2015-08-06 20:53:44 +02:00
2017-04-01 21:39:27 +02:00
2016-04-26 19:15:14 +02:00
2015-03-14 14:53:02 +01:00
2016-04-26 19:15:14 +02:00
2012-05-01 16:47:44 +00:00
2017-04-01 21:39:27 +02:00
2015-03-16 17:51:17 +01:00

HTTrack Website Copier - Development Repository

About

Copy websites to your computer (Offline browser)

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 --recurse
cd httrack
./configure --prefix=$HOME/usr && make -j8 && make install
Description
No description provided
Readme 34 MiB
Languages
C 75.6%
HTML 18.8%
Shell 3.6%
M4 0.6%
Makefile 0.5%
Other 0.9%