web commit by http://madduck.net/
authorJoey Hess <joey@kitenet.net>
Mon, 17 Mar 2008 16:31:02 +0000 (12:31 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 17 Mar 2008 16:31:02 +0000 (12:31 -0400)
doc/todo/limit_the_markup_formats_available_for_editing.mdwn [new file with mode: 0644]

diff --git a/doc/todo/limit_the_markup_formats_available_for_editing.mdwn b/doc/todo/limit_the_markup_formats_available_for_editing.mdwn
new file mode 100644 (file)
index 0000000..ac35e71
--- /dev/null
@@ -0,0 +1,6 @@
+For `aggregate` to work, I have to have the `html` plugin enabled, and this allows users to create `html` pages via the standard edit form. It would be good if I could tell IkiWiki that I don't want certain page types to be editable (but still enabled to let e.g. aggregate/inline work. So by telling IkiWiki that e.g. `html` pages are uneditable (in the setup file), people would no longer
+
+- choose the `html` (or `htm`) page type in the edit form
+- bring up the edit form for `html` or `htm`) pages in the first place.
+
+--[[madduck]]