Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 567 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 567 Bytes

weekend-wiki

Weekend project, don't use for real things.

Wiki documentation is in the wiki's meta/ namespace.

Prerequisites

  • clang

Done

  1. CRU for pages
  2. Ranked search for pages
  3. Search index updates on edit/create
  4. Writing and rendering markdown.
  5. View page history.
  6. namespaces
  7. authentication and authorization

TODO

  1. token signing key not hardcoded

Stack

  • axum: web framework
  • rocksdb: persistence
  • tantivy: search/indexing
  • askama: templates
  • comrak: markdown