refactoring

This commit is contained in:
2026-09-02 08:38:03 +02:00
parent 649ff0d7c5
commit 38f255c1a4
48 changed files with 6998 additions and 5577 deletions
+5
View File
@@ -4,6 +4,11 @@ Version 0.2.31 adds page namespaces as database metadata and extends wiki refere
Current development version: **0.2.100**.
The current development version removes the automatic navigation graph and the
page-local context graph. Both derived large diagrams obscured the ordinary
page and CMap navigation without adding enough practical value. Stored CMaps
and their editor remain unchanged.
A small self-hosted wiki with a Racket backend and an HTML5/CSS/JavaScript frontend.
Version 0.2.9 uses PostgreSQL as the wiki's complete content store. Users, sessions, pages, immutable page versions, attachment metadata and attachment bytes live in PostgreSQL. PostgreSQL full-text search is built into the page table and exposed by the wiki search UI.