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:

This will allow the wiki to remain synchronized with the codebase as development progresses.