projects:anetbbs:code_base
Table of Contents
ANet BBS β Codebase Reference
This page documents the current source layout and future automation goals.
Directory Structure
anet/ βββ server/ β βββ telnet.py β βββ session.py β βββ terminal.py β βββ database.py βββ sysop/ β βββ main.py βββ data/ β βββ bbstext.txt β βββ anet.db βββ config.py βββ run_server.py
Future Documentation Automation
Planned tooling:
- Auto-generate command reference from source
- Extract configuration documentation from config.py
- Generate wiki skeleton pages from module docstrings
- Build compatibility reports automatically
This will allow the wiki to remain synchronized with the codebase as development progresses.
projects/anetbbs/code_base.txt Β· Last modified: by freedomotter
