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