From af050600b8cf51789a7cf5e2b309de5517c6125a Mon Sep 17 00:00:00 2001 From: opFez Date: Sat, 31 Jul 2021 16:48:48 +0200 Subject: [PATCH] add footer --- TODO | 3 +++ resources/footer.html | 2 ++ site-src/codex.wtn | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index bfc2b6f..1905788 100644 --- a/TODO +++ b/TODO @@ -1 +1,4 @@ Add support for quoting. + +Pages to write: + - category theory (more general, math) diff --git a/resources/footer.html b/resources/footer.html index 308b1d0..72edd25 100644 --- a/resources/footer.html +++ b/resources/footer.html @@ -1,2 +1,4 @@ +
+

index diff --git a/site-src/codex.wtn b/site-src/codex.wtn index 40c13f5..46a037c 100644 --- a/site-src/codex.wtn +++ b/site-src/codex.wtn @@ -1,10 +1,11 @@ * Codex -Codex is a wiki engine written in C99 and POSIX shell script. +Codex is a personal wiki. It's inspired by {https://wiki.xxiivv.com/site/ XXIIVV}, {https://pbat.ch/wiki pbat.ch} and similar personal wikis. -It uses a simple {writan formatting language} to generate its pages. +It uses a simple {writan formatting language} to generate its pages. The +formatter is written in C99 and POSIX shell to remain portable across systems. {https://tildegit.org/opfez/codex Source}