mirror of
https://github.com/xroche/httrack.git
synced 2026-08-04 06:45:56 +03:00
* One guide for WinHTTrack, WebHTTrack and Android, instead of 18 thin pages The GUI documentation was 18 files whose bodies were mostly a copy-pasted style block, illustrated with 1998-era screenshots of WinHTTrack, with the Android app documented separately and WebHTTrack not shown at all. html/guide.html replaces them with a single page: one walkthrough and one option reference, and a switcher that swaps the screenshots and the platform-specific notes between the three versions. Each option now also names its command-line equivalent. The screenshots are the three capture sets from httrack-works, prepared by tools/doc-images.py. Deep links carry the platform, so guide.html#win/opt-limits opens the Limits section already showing the Windows dialog; the WebHTTrack option pages use that form. The old filenames stay as redirect stubs for the forum links that still point at them. Scripting is an enhancement throughout: without it the page shows every platform's text and screenshots rather than hiding any of it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.com> * Document the options the old pages never had A coverage probe against the WebHTTrack form controls found the reference inherited the old doc's blind spots: WARC, the CDXJ index and WACZ, --changes, sitemap seeding, cookies-file, the urlhack opt-outs, strip-query, the proxy type selector and the random inter-file pause were all exposed in the UI and absent here. Labels and descriptions taken from lang.def, CLI flags from htsalias.c. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.com> --------- Signed-off-by: Xavier Roche <roche@httrack.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>