The project "Citadel server, clients, utilities":
The branch, master has been updated
via 09f2db86621e26af7add3a0e83dc70161547e498 (commit)
from 160e5f68afb979ba8ab08d98c6fe4861725353e8 (commit)
- Log -----------------------------------------------------------------
commit 09f2db86621e26af7add3a0e83dc70161547e498
Author: Art Cancro <[email protected]>
Date: Mon Sep 8 20:01:35 2025 -0700
webcit-ng: wiki view is functionally complete.
I may add a couple of bells and whistles, like changing the nav links
while in a special mode like edit or history. But the revert button works
now (and displays in a pretty way). The history view that looks exactly
like the mailbox view is working, and is awesome. I like this.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/README.md | 1 +
webcit-ng/docs/api.txt | 1 +
webcit-ng/server/room_functions.c | 4 ++++
webcit-ng/server/webcit.h | 1 +
webcit-ng/server/wiki_view.c | 32 ++++++++++++++++++++++++++++++--
webcit-ng/static/js/view_wiki.js | 39 ++++++++++++++++++++++++++++++++++++++-
6 files changed, 75 insertions(+), 3 deletions(-)
--
Citadel server, clients, utilities