misc updated

master
joey 2006-07-03 22:35:30 +00:00
parent 8d4c474f3b
commit 08890fdd7f
5 changed files with 10 additions and 9 deletions

View File

@ -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.

View File

@ -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]]

View File

@ -1,3 +1,7 @@
* Eventually, might want page deletion.
* Eventually, might want file upload.
* Page move? Link corrections?
* 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.

View File

@ -1 +1,3 @@
Should be able to plug in support for rst or other markup formats.
[[todo/done]]

View File

@ -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]] ?