diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-29 15:39:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-29 15:39:01 -0400 |
commit | a02c3f46ea79313a4e0f6df924efac067b0fd177 (patch) | |
tree | 34ad15c535da5a673e78aa8f7e8176ddbbecc876 /doc/plugins/autoindex.mdwn | |
parent | 37245a9988d22938a8f13fb89cecc5c23bbed419 (diff) | |
download | ikiwiki-a02c3f46ea79313a4e0f6df924efac067b0fd177.tar ikiwiki-a02c3f46ea79313a4e0f6df924efac067b0fd177.tar.gz |
initial draft
Diffstat (limited to 'doc/plugins/autoindex.mdwn')
-rw-r--r-- | doc/plugins/autoindex.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/autoindex.mdwn b/doc/plugins/autoindex.mdwn new file mode 100644 index 000000000..66e0163c2 --- /dev/null +++ b/doc/plugins/autoindex.mdwn @@ -0,0 +1,7 @@ +[[!template id=plugin name=autoindex core=0 author="[[Joey]]"]] +[[!tag type/useful]] + +This plugin searches for [[SubPages|ikiwiki/subpage]] with a missing parent +page, and generates a parent page for them. The generated page content is +controlled by the autoindex [[template|wikitemplates]], which by default, +uses a [[map]] to list the SubPages. |