diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-05 13:57:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-05 13:57:25 -0400 |
commit | 0f67e7d96953535e98d9ec26c30a25b8aaad782c (patch) | |
tree | 5e0ccbd4caaad602b4890fbe2f0a988a71c226a6 /doc | |
parent | 7d3047b6d8ead54d13a3d0165c897ded38a93160 (diff) |
editpage: New core plugin factoring out page editing to allow disabling it if desired.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/editpage.mdwn | 5 | ||||
-rw-r--r-- | doc/todo/page_edit_disable.mdwn | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/editpage.mdwn b/doc/plugins/editpage.mdwn new file mode 100644 index 000000000..b830e51aa --- /dev/null +++ b/doc/plugins/editpage.mdwn @@ -0,0 +1,5 @@ +[[!template id=plugin name=editpage core=1 author="[[Joey]]"]] + +This plugin allows editing wiki pages in the web interface. It's enabled by +default if [[cgi]] is enabled; disable it if you want cgi for other things +while not allowing page edits. diff --git a/doc/todo/page_edit_disable.mdwn b/doc/todo/page_edit_disable.mdwn index 40f7e14e3..3cc6b5f38 100644 --- a/doc/todo/page_edit_disable.mdwn +++ b/doc/todo/page_edit_disable.mdwn @@ -42,3 +42,5 @@ by Cron. I haven't decided how to do it yet. --[[Paweł|ptecza]] > allow page editing. --[[Joey]] >> I'm glad you agree that it may make sense :) --[[Paweł|ptecza]] + +editpage plugin implemented, [[done]] --[[Joey]] |