diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-21 09:40:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-21 09:40:05 +0000 |
commit | dbd966f28c6e83c898f802c576cebcb203d86b8c (patch) | |
tree | 84de3418cc5abed9760ca71c39b4a60d80f73e30 /doc/todo/plugin.mdwn | |
parent | f3357b9eb27ca2d2a61f5452581ba580c91f72c6 (diff) | |
download | ikiwiki-dbd966f28c6e83c898f802c576cebcb203d86b8c.tar ikiwiki-dbd966f28c6e83c898f802c576cebcb203d86b8c.tar.gz |
misc updates and reorg
Diffstat (limited to 'doc/todo/plugin.mdwn')
-rw-r--r-- | doc/todo/plugin.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 17a72b176..3f8958f64 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -41,8 +41,13 @@ Suggestions of ideas for plugins: * rcs plugin ([[JeremyReed]] has one he has been using for over a month with over 850 web commits with 13 users with over ten commits each.) +* asciidoc or txt2tags format plugins + + Should be quite easy to write, the otl plugin is a good example of a + similar formatter. + * manpage plugin: convert **"ls(1)"** style content into Markdown like **\[ls(1)\]\(http://example.org/man.cgi?name=ls§=1\)** or into HTML directly. > With a full installation of groff available, man offers HTML output. Might > take some fiddling to make it fit into the ikiwiki templates, and you might > or might not want to convert pages in the SEE ALSO as -> well. --[[JoshTriplett]]
\ No newline at end of file +> well. --[[JoshTriplett]] |