blob: 03e5c563d9faffc3af02d8ebdb13fdf27003c89e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/
|