diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-03 23:41:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-03 23:41:11 -0400 |
commit | 73fe8e604878b84de739444ee8fbebb758fb5b14 (patch) | |
tree | 7f0645ff1fa1e0ced39ec61fef63fbd64395825e /doc/todo/page_edit_disable.mdwn | |
parent | 3c022e2cd755508391cc866c11b146f0edf43762 (diff) | |
parent | 81211d2e75f43025d677f0d74cacb02989a4903d (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/page_edit_disable.mdwn')
-rw-r--r-- | doc/todo/page_edit_disable.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/page_edit_disable.mdwn b/doc/todo/page_edit_disable.mdwn index 578c394a2..40f7e14e3 100644 --- a/doc/todo/page_edit_disable.mdwn +++ b/doc/todo/page_edit_disable.mdwn @@ -26,10 +26,19 @@ front-ends immediately via `post-commit` hook file or periodically by Cron. I haven't decided how to do it yet. --[[Paweł|ptecza]] > You disable display of recentchanges by disabling that plugin. + +>> Thanks for the hint! I didn't think about it :) + > You disable edit and preferences by not enabling a cgiurl at all. -> + +>> Yes, I've just discovered it. Unfortunately I need cgiurl, +>> because I would like to use searching feature also for read-only +>> pages. + > Maybe page editing will become a plugin some day, or be made > configurable -- there are a few things like searching and websetup > (and possibly the poll plugin, aggregate webtrigger, and pingee) > that it may make sense to enable a cgi for even if you don't want to > allow page editing. --[[Joey]] + +>> I'm glad you agree that it may make sense :) --[[Paweł|ptecza]] |