diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/CGI_method_to_pullrefresh.mdwn | 5 | ||||
-rw-r--r-- | doc/todo/Configurable_minimum_length_of_log_message_for_web_edits.mdwn | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/CGI_method_to_pullrefresh.mdwn b/doc/todo/CGI_method_to_pullrefresh.mdwn new file mode 100644 index 000000000..89b7491c0 --- /dev/null +++ b/doc/todo/CGI_method_to_pullrefresh.mdwn @@ -0,0 +1,5 @@ +[[!meta title="CGI method to pull/refresh"]] + +In some situations, it makes sense to have the repository in use by ikiwiki reside on a different machine. In that case, one could juggle SSH keys for the `post-update` hook. A better way may be to provide a different `do` parameter handler for the CGI, which would pull new commits to the working clone and refresh the wiki. Then, the remote `post-update` hook could just `wget` that URL. To prevent simple DoS attacks, one might assign a simple password. + +[[tag wishlist]] diff --git a/doc/todo/Configurable_minimum_length_of_log_message_for_web_edits.mdwn b/doc/todo/Configurable_minimum_length_of_log_message_for_web_edits.mdwn new file mode 100644 index 000000000..0210c38c3 --- /dev/null +++ b/doc/todo/Configurable_minimum_length_of_log_message_for_web_edits.mdwn @@ -0,0 +1,3 @@ +It would be nice to specify a minimum length for the change log for web edits, and if it's only required vs. non-required. I realise this is not going to solve the problem of crap log messages, but it helps guard against accidental submissions which one would have logged. Mediawiki/wikipedia has that option, and I find it a useful reminder. --[[madduck]] + +[[tag wishlist]] |