HTTrack

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

  • 所有者: xroche/httrack
  • 平台: BSD, Linux, Unix-like, Windows
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

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

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

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

主要指标

概览
名称与所有者xroche/httrack
主编程语言C
编程语言Shell (语言数: 8)
平台BSD, Linux, Unix-like, Windows
许可证Other
所有者活动
创建于2015-03-14 08:20:27
推送于2025-03-11 18:49:49
最后一次提交2025-03-11 19:41:37
发布数18
最新版本名称3.49.5 (发布于 )
第一版名称3.48.3 (发布于 )
用户参与
星数4k
关注者数150
派生数699
提交数1k
已启用问题?
问题数254
打开的问题数133
拉请求数19
打开的拉请求数9
关闭的拉请求数6
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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