aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-14 17:36:09 -0400
committerJoey Hess <joey@kitenet.net>2008-03-14 17:36:09 -0400
commita7886d699e766fb0efb6f5d5db3f6ba390183b40 (patch)
tree8d421f1e578d71929cc8fcb1c97483a6bbeab098 /doc/todo
parent90151b6be2800d03dd25fcc89dcbe454a9053c49 (diff)
downloadikiwiki-a7886d699e766fb0efb6f5d5db3f6ba390183b40.tar
ikiwiki-a7886d699e766fb0efb6f5d5db3f6ba390183b40.tar.gz
web commit by http://madduck.net/
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/CGI_method_to_pullrefresh.mdwn5
1 files changed, 5 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]]