From: joey Date: Mon, 3 Jul 2006 22:35:30 +0000 (+0000) Subject: misc updated X-Git-Tag: 1.8~22 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/08890fdd7fbc9bf45c3bbc3fcf20b4e1f8977824 misc updated --- diff --git a/doc/plugins/mdwn.mdwn b/doc/plugins/mdwn.mdwn index d1b1254bf..0e09812b2 100644 --- a/doc/plugins/mdwn.mdwn +++ b/doc/plugins/mdwn.mdwn @@ -1,3 +1,3 @@ This plugin, which is enabled by default, lets ikwiki convert files with -names ending in ".mwdn" to html. It uses the [[markdown]] minimal markup +names ending in ".mdwn" to html. It uses the [[markdown]] minimal markup language. diff --git a/doc/todo/1.0_release_blockers.mdwn b/doc/todo/1.0_release_blockers.mdwn deleted file mode 100644 index 0312155cf..000000000 --- a/doc/todo/1.0_release_blockers.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -The following need to be resolved before ikiwiki 1.0 can be released: - -* HTML XSS [[security]] issues. Do I need to find or write a html sanitiser and bolt it onto the wiki, or can this stupid issue be ignored? It's really the browser's fault, and sanitising out html that is exploitable in all the buggy browsers out there is a neverending treadmill. - -That's all! - -[[todo/done]] diff --git a/doc/todo/onlinepageediting.mdwn b/doc/todo/onlinepageediting.mdwn index f0b22c22d..a5422c624 100644 --- a/doc/todo/onlinepageediting.mdwn +++ b/doc/todo/onlinepageediting.mdwn @@ -1,3 +1,7 @@ * Eventually, might want page deletion. * Eventually, might want file upload. -* Page move? Link corrections? \ No newline at end of file +* Page move? Link corrections? +* Way to specify type of page (especailly when creating a new page). + Will be more important once there are multiple page types implemented, + to choose between markdown, restructured text, etc. Note that the default + type for new pages is already configurable globally. diff --git a/doc/todo/pluggablerenderers.mdwn b/doc/todo/pluggablerenderers.mdwn index 3b7e9ffc7..d54259765 100644 --- a/doc/todo/pluggablerenderers.mdwn +++ b/doc/todo/pluggablerenderers.mdwn @@ -1 +1,3 @@ Should be able to plug in support for rst or other markup formats. + +[[todo/done]] diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 6e19c7942..a344d8370 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -1,5 +1,7 @@ Suggestions of ideas for plugins: +* Support for restructured text (should be semi-easy to add basic support + now) * list of registered users - tricky because it sorta calls for a way to rebuild the page when a new user is registered. Might be better as a cgi? * a [[link_map]] * [[sigs]] ?