summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs.mdwn2
-rw-r--r--doc/security.mdwn2
-rw-r--r--doc/todo.mdwn17
3 files changed, 8 insertions, 13 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index e052763f1..53c82a00c 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -6,3 +6,5 @@
back to Foo/Baz.
* Foo/Bar/Baz shows up as Bar/Baz in the linkbacks on page Foo/Bar. Should
show as just Baz there.
+* If I try to do a web commit, to a svn+ssh repo, it fails with
+ "Host key verification failed."
diff --git a/doc/security.mdwn b/doc/security.mdwn
index 7b056fd6c..1521a5f46 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -1,4 +1,4 @@
-Let's do an ikiwiki security analysis..
+Let's do an ikiwiki security analysis.. ok
If you are using ikiwiki to render pages that only you can edit, do not
generate any wrappers, and do not use the cgi, then there are no more
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]]