diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-02 09:59:27 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-02 09:59:27 -0500 |
commit | a33fe8512c9233eab24d2275a1590f4d3c861703 (patch) | |
tree | 6f6e6e94192db635399b2b3591d2c67c99e45bee /doc | |
parent | d2cda64c97183634844d237fde36d2c92be1212a (diff) |
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.mdwn | 13 |
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. :)) |