aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-02 09:59:27 -0500
committerJoey Hess <joey@kitenet.net>2008-01-02 09:59:27 -0500
commita33fe8512c9233eab24d2275a1590f4d3c861703 (patch)
tree6f6e6e94192db635399b2b3591d2c67c99e45bee /doc
parentd2cda64c97183634844d237fde36d2c92be1212a (diff)
downloadikiwiki-a33fe8512c9233eab24d2275a1590f4d3c861703.tar
ikiwiki-a33fe8512c9233eab24d2275a1590f4d3c861703.tar.gz
web commit by http://weakish.myopenid.com/: creole is a wanna to be standard markup for all wikis.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/support_creole_markup.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/todo/support_creole_markup.mdwn b/doc/todo/support_creole_markup.mdwn
new file mode 100644
index 000000000..501dd8941
--- /dev/null
+++ b/doc/todo/support_creole_markup.mdwn
@@ -0,0 +1,13 @@
+creole is a wanna to be standard markup for all wikis.
+
+It's an agreement archived by many wiki engine developers.
+
+Currently MoinMoin and Oddmuse supports it. And a lot of wikis (dokuwiki, tiddlywiki, pmwiki. podwiki, etc) have partial support. More info on support: <http://www.wikicreole.org/wiki/Engines>
+
+
+Some useful infomation:
+
+And there is a perl module: Text::WikiCreole
+
+
+Syntax file for vim: http://www.peter-hoffmann.com/code/vim/ (Since a typical ikiwiki user usually use external editors. :))