siteforge 0.1.3

Archive websites into AI-readable local knowledge archives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
  <title>Normal Article</title>
  <link rel="canonical" href="https://example.test/articles/normal">
</head>
<body>
  <header>Global navigation</header>
  <article>
    <h1>Normal Article</h1>
    <p>This article explains mesh deformation with clear prose.</p>
    <h2>Details</h2>
    <p>Important content should survive readability conversion.</p>
  </article>
  <footer>Footer boilerplate</footer>
</body>
</html>