mirror of
https://github.com/xroche/httrack.git
synced 2026-07-31 21:11:48 +03:00
The documentation index is the page WinHTTrack opens for generic Help and the one httrack.com links as "Documentation", and it presented twenty destinations as a flat bullet list with nothing to say which one a newcomer wants. It is now a task-grouped hub in the interface guide's idiom, with overview.html folded in as the lede and refreshed for 3.50, and Fred Cohen's guide under an Archive heading labelled as written for 3.10, keeping its URL. The chrome the hub needs is split out of guide.css into doc.css; guide.css keeps the platform switcher, tab strip and option entries. guide.html renders pixel-identically before and after the split at 1100px and 390px, in light and dark. overview.html, start.html and cmddoc.html become meta-refresh stubs, like the retired step pages. start.html was a window.open popup launcher and cmddoc.html has 404ed since #661 deleted it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Xavier Roche <roche@httrack.com>
11 lines
323 B
HTML
11 lines
323 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Moved to the documentation index</title>
|
|
<link rel="canonical" href="index.html">
|
|
<meta http-equiv="refresh" content="0; url=index.html">
|
|
</head>
|
|
<body><p>HTTrack's overview is now on <a href="index.html">the documentation index</a>.</p></body>
|
|
</html>
|