diff options
author | http://jeremie.koenig.myopenid.com/ <http://jeremie.koenig.myopenid.com/@web> | 2008-08-03 19:25:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-03 19:25:21 -0400 |
commit | 06829be296aec1f2bc1775d3051eb56458f3c9b3 (patch) | |
tree | b06cfb39036e0763809d4cb251d43a093a281a89 | |
parent | 219afc3f9c646f323c9a51744b6fba43f04786db (diff) | |
download | ikiwiki-06829be296aec1f2bc1775d3051eb56458f3c9b3.tar ikiwiki-06829be296aec1f2bc1775d3051eb56458f3c9b3.tar.gz |
solution with an inline directive
-rw-r--r-- | doc/todo/adding_new_pages_by_using_the_web_interface.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/adding_new_pages_by_using_the_web_interface.mdwn b/doc/todo/adding_new_pages_by_using_the_web_interface.mdwn index 8ff7f122a..57ee99eb0 100644 --- a/doc/todo/adding_new_pages_by_using_the_web_interface.mdwn +++ b/doc/todo/adding_new_pages_by_using_the_web_interface.mdwn @@ -25,6 +25,12 @@ rarer thing to want than unconnected top level pages. --[[Joey]] > <http://jameswestby.net/scratch/create.diff> > -- JamesWestby +> For what it's worth, the following works: +> `\[[!inline pages=!* rss=no atom=no postform=yes postformtext="Add a new page titled:"]]` +> Add `rootpage=/` if you do this in `index.mdwn` to avoid creating subpages. +> --[[JeremieKoenig]] + + Maybe a very simple PHP frontend for serving the statically generated pages, that would display a page editing form or something like that for non-existent pages, wouldn't be too bad a thing |