diff options
author | Linnnus <[email protected]> | 2024-04-05 15:47:59 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-05 15:51:51 +0200 |
commit | c55199fa728d40c950c83c0566e2d572ac3595fe (patch) | |
tree | d0ed849179d6d47f8fb30bae7464485ae6aafa4d | |
parent | 886ba03a4b7c4fd2d2ef500d0a065185d4a8cfb9 (diff) |
I'll be uploading the project to GitHub soon. GitHub renders Markdown
nicely.
-rw-r--r-- | readme.md | 14 | ||||
-rw-r--r-- | readme.txt | 16 |
2 files changed, 14 insertions, 16 deletions
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/ diff --git a/readme.txt b/readme.txt deleted file mode 100644 index c4e1e00..0000000 --- a/readme.txt +++ /dev/null @@ -1,16 +0,0 @@ -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 [1] and it does -simple, stateless rendering of a basic markup language [3]. - -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™ [2]. - -[1]: https://thedailywtf.com/articles/The_Enterprise_Rules_Engine -[2]: http://www.catb.org/~esr/writings/taoup/html/ch01s06.html -[3]: http://www.wikicreole.org/ - - vi: ft=plaintext tw=80 |