This repository publishes the organization GitHub Pages site for eMule
broadband edition, code name emulebb.
The public site is expected to publish at:
Generated HTML is committed for GitHub Pages, but source edits should go through the Jinja2 renderer:
python -m pip install -r requirements.txt
python tools\render_pages.py --lastmod 2026-05-16
python tools\render_pages.py --lastmod 2026-05-16 --checkRun the validation helper before publishing:
python ..\emulebb-tooling\helpers\pages-site-tools.py --pages-root . validateLong-form product docs are maintained as Markdown in emulebb-tooling and
published as rendered HTML at:
https://emulebb.github.io/emulebb-tooling/
Before changing homepage claims, update and validate the source docs:
cd ..\emulebb-tooling
python scripts\docs-publish-check.pyThen return here, update the structured homepage source, regenerate the static HTML, and run the Pages validation commands above.