HTTrack

HTTrack网站复印机,将网站复制到您的计算机(官方存储库)。(HTTrack Website Copier, copy websites to your computer (Official repository))

  • Owner: xroche/httrack
  • Platform: BSD, Linux, Unix-like, Windows
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

HTTrack是一个离线浏览器实用程序,允许您从Internet下载World Wide网站到本地目录,递归建立所有目录,从服务器获取html、图像和其他文件到您的计算机。

HTTrack安排原始网站的相对链接结构。 只需在浏览器中打开“镜像”网站的页面,即可从链接浏览网站,就像在线查看一样。

HTTrack还可以更新现有的镜像站点,并恢复中断的下载。 HTTrack完全可配置,并具有集成的帮助系统。

WinHTTrack是HTTrack的Windows 2000/XP/Vista/Seven版本,WebHTTrack是Linux/Unix/BSD版本。

Overview

Name With Ownerxroche/httrack
Primary LanguageC
Program languageShell (Language Count: 8)
PlatformBSD, Linux, Unix-like, Windows
License:Other
Release Count18
Last Release Name3.49.5 (Posted on )
First Release Name3.48.3 (Posted on )
Created At2015-03-14 08:20:27
Pushed At2024-02-13 19:05:53
Last Commit At2024-02-13 20:05:47
Stargazers Count3k
Watchers Count140
Fork Count600
Commits Count1k
Has Issues Enabled
Issues Count247
Issue Open Count130
Pull Requests Count18
Pull Requests Open Count8
Pull Requests Close Count3
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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
To the top