easywiki/PLANNING.md

338 B

easywiki? mdWiki?

components

  • database
    • stores users, etc
    • managed by db.rs
  • git repository
    • contains md files
    • managed by repo.rs
  • webbed site
    • the user-facing wiki
    • app.rs
  • markdown editor on web
    • editor's home
    • changes are stored in db, then when a whole change is ready committed to the git repository