summaryrefslogtreecommitdiff
path: root/doc/todo/limit_the_markup_formats_available_for_editing.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-17 12:31:02 -0400
committerJoey Hess <joey@kitenet.net>2008-03-17 12:31:02 -0400
commit98ec84660afff529c269704d69683f879aa9233c (patch)
tree0813786acfd40640e985a8ef51f9c7ab89e12536 /doc/todo/limit_the_markup_formats_available_for_editing.mdwn
parent62130bd7a308a637a791c5b05ce221b4ac09e981 (diff)
web commit by http://madduck.net/
Diffstat (limited to 'doc/todo/limit_the_markup_formats_available_for_editing.mdwn')
-rw-r--r--doc/todo/limit_the_markup_formats_available_for_editing.mdwn6
1 files changed, 6 insertions, 0 deletions
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
index 000000000..ac35e7187
--- /dev/null
+++ b/doc/todo/limit_the_markup_formats_available_for_editing.mdwn
@@ -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]]