Initial commit: PDF→static HTML/CSS site generator

main.py converts every PDF in examples/ into a browseable, mobile-responsive
HTML archive under output/ using poppler-utils. Includes the two NETgazet
sample PDFs, project metadata, OpenWolf scaffolding, and README covering
usage, a watch-folder script, and WordPress iframe embedding.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 16:00:07 +02:00
co-authored by Claude Opus 4.7
commit 93174e1e09
33 changed files with 3652 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Memory
> Chronological action log. Hooks and AI append to this file automatically.
> Old sessions are consolidated by the daemon weekly.
## Session: 2026-06-03 15:15
| Time | Action | File(s) | Outcome | ~Tokens |
|------|--------|---------|---------|--------|
## Session: 2026-06-03 15:16
| Time | Action | File(s) | Outcome | ~Tokens |
|------|--------|---------|---------|--------|
| 15:16 | Created CLAUDE.md | — | ~587 |
| 15:16 | Session end: 1 writes across 1 files (CLAUDE.md) | 0 reads | ~628 tok |
| 15:17 | Session end: 1 writes across 1 files (CLAUDE.md) | 1 reads | ~1178 tok |
| 15:25 | Created ../../.claude/plans/in-the-example-folder-immutable-rossum.md | — | ~2254 |
| 15:29 | Created main.py | — | ~2847 |
| 15:30 | Implemented PDF→HTML converter (poppler-utils, stdlib only) | main.py | 32 pages rendered, output/ ≈ 20MB | ~3000 |
| 15:30 | Generated output/ site | output/index.html, output/styles.css, output/NETgazet-07_okt2024/*, output/NETgazet-08_apr2025/* | 2 issues × 16 pages | ~500 |
| 15:30 | Session end: 3 writes across 3 files (CLAUDE.md, in-the-example-folder-immutable-rossum.md, main.py) | 4 reads | ~6439 tok |
| 15:34 | Session end: 3 writes across 3 files (CLAUDE.md, in-the-example-folder-immutable-rossum.md, main.py) | 4 reads | ~6439 tok |
| 15:35 | Session end: 3 writes across 3 files (CLAUDE.md, in-the-example-folder-immutable-rossum.md, main.py) | 4 reads | ~6439 tok |
## Session: 2026-06-03 15:52
| Time | Action | File(s) | Outcome | ~Tokens |
|------|--------|---------|---------|--------|
## Session: 2026-06-03 15:55
| Time | Action | File(s) | Outcome | ~Tokens |
|------|--------|---------|---------|--------|
| 15:57 | Created README.md | — | ~970 |
| 15:57 | Created .gitignore | — | ~55 |