summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-18 12:58:41 -0400
committerJoey Hess <joey@kitenet.net>2010-09-18 12:58:41 -0400
commit4843ec6dd09f4d88fa05ce178abe9cc1fb52b3e7 (patch)
treee1ce67c690d8ae2e7fcdfe160906d9f716bab216 /doc/forum
parent96a8ea0ebbd93a8cc56222234d4a5815b30a3934 (diff)
parent65c5e24d364f491ace462beb06e2e3adb721b1e0 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/field_and_forms.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/field_and_forms.mdwn b/doc/forum/field_and_forms.mdwn
new file mode 100644
index 000000000..97fda1856
--- /dev/null
+++ b/doc/forum/field_and_forms.mdwn
@@ -0,0 +1,13 @@
+Dear ikiwiki users, and specially [[users/KathrynAndersen]] ([[users/rubykat]]):
+have you considered some way of extending ikiwiki to allow some kind of
+on-the-fly generation of web forms to create new pages? these web forms should
+offer as many fields as one has defined in some [[page
+template|plugins/contrib/ftemplate]], and, once POSTed, should create a page
+using that template, with those fields already filled with the values the user
+provided.
+
+I see this a a generalization of the `postform` option of the
+[[ikiwiki/directive/inline]] directive. That option tells ikiwiki to create a
+form with one field already filled (title).
+
+What are your ideas about this?