diff options
author | http://ptecza.myopenid.com/ <http://ptecza.myopenid.com/@web> | 2008-09-02 15:00:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-02 15:00:37 -0400 |
commit | 677b6ca94e5f6b95b78bb00c00c862152722b11d (patch) | |
tree | f7fcbafc268fe9b49aa0c7cdf324da3525fc3216 /doc/todo | |
parent | 657bf7846d129b2ff0ab0d2264610c689d4ecd02 (diff) |
* Response
Diffstat (limited to 'doc/todo')
-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]] |