add footer

This commit is contained in:
opFez 2021-07-31 16:48:48 +02:00
parent a8dd8088e7
commit af050600b8
3 changed files with 8 additions and 2 deletions

3
TODO
View File

@ -1 +1,4 @@
Add support for quoting.
Pages to write:
- category theory (more general, math)

View File

@ -1,2 +1,4 @@
<hr>
<p><a href="index.html">index</a>
</body>
</html>

View File

@ -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}