From c55199fa728d40c950c83c0566e2d572ac3595fe Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 5 Apr 2024 15:47:59 +0200 Subject: chore: Rewrite readme as markdown I'll be uploading the project to GitHub soon. GitHub renders Markdown nicely. --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..03e5c56 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +My Simple wiki system +===================== + +This project is an attempt to make the simplest wiki possible. It uses a proper +version control system to avoid [the inner platform effect][inner-platform] and it does +simple, stateless rendering of a basic markup language, [Wiki creole][creole]. + +The hope is that this simplicity leads to composability and extensibility. In a +way, these files represent my effort to understand and fully appreaciate [The +Unix Philosophy™][unix-philosophy]. + +[inner-platform]: https://thedailywtf.com/articles/The_Enterprise_Rules_Engine +[unix-philosophy]: http://www.catb.org/~esr/writings/taoup/html/ch01s06.html +[creole]: http://www.wikicreole.org/ -- cgit v1.2.3