-
Notifications
You must be signed in to change notification settings - Fork 0
Home
William Jacoby edited this page Sep 8, 2026
·
2 revisions
A static HTML archive generator for phpBB 3.x forums — converts a phpBB MySQL dump into a self-contained set of static pages, no server or database required at runtime.
This wiki covers every command-line flag, diagnostic mode, and internal function in depth. For a quick start, see the README.
- CLI Reference — every command-line flag, grouped by what it's for
-
Diagnostic Modes —
-l,-m,-i,-c, run before or after a real build - How It Works — the internal pipeline: MySQL → SQLite, BBCode parsing, template rendering, pagination
-
Function Reference — every function in
generator/generate.py,generator/db.py, andgenerator/bbcode.py, for anyone reading or contributing to the source
This is an advanced fork of matildepark/phpbb-archive. See docs/CHANGES.md in the repo for the full history of what's been fixed and added, and docs/TODO.md for what's still open.