diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 23:43:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 23:43:44 +0000 |
commit | deb4e4b0c231c190f91f08b6185a618280e27c04 (patch) | |
tree | 0f2a3427aa55cd247f5d094bede90895dec78cc6 /doc/todo.mdwn | |
parent | 942d5896cdf8467de52a4db8f4c959e6bb4a602b (diff) | |
download | ikiwiki-deb4e4b0c231c190f91f08b6185a618280e27c04.tar ikiwiki-deb4e4b0c231c190f91f08b6185a618280e27c04.tar.gz |
update
Diffstat (limited to 'doc/todo.mdwn')
-rw-r--r-- | doc/todo.mdwn | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/doc/todo.mdwn b/doc/todo.mdwn index b7b23ef56..ef3600d43 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -1,17 +1,10 @@ ## online page editing -To support editing pages in a web browser, a CGI script is needed that -pulls the page out of [[Subversion]], presents it to the user for editing, -and then commits the changed page back to [[Subversion]]. - -Due to [[WikiSpam]], this will probably also need to incorporate a user -registration system. So there will need to be a script that handles logins -and registrations, sets a cookie, and the page editor can refuse to edit -pages for users who arn't logged in, and include a not of who made the -change in the svn log. - -If possible I'd prefer to use someone else's generic web user registration -and login system, if one exists. +* Missing support for preview, cancel. +* Missing conflict detection. +* Missing commit message box. +* No support for web user tracking/login yet. +* Doesn't svn commit yet. ## [[RecentChanges]] |