diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2009-12-25 19:56:19 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2009-12-25 19:56:19 +0000 |
commit | cc63cee0d491c92b9a518b33d4fd7edcaef0bfc4 (patch) | |
tree | 2f6a0986344eccf6337d5e5500fdd410d403a81c /doc | |
parent | 51bb7d38482cdb109f163594181e8209369b658c (diff) | |
download | ikiwiki-cc63cee0d491c92b9a518b33d4fd7edcaef0bfc4.tar ikiwiki-cc63cee0d491c92b9a518b33d4fd7edcaef0bfc4.tar.gz |
and someone already thought of tag-page auto-creation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/pagestats/discussion.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ikiwiki/directive/pagestats/discussion.mdwn b/doc/ikiwiki/directive/pagestats/discussion.mdwn index 001217cf1..d72b4058d 100644 --- a/doc/ikiwiki/directive/pagestats/discussion.mdwn +++ b/doc/ikiwiki/directive/pagestats/discussion.mdwn @@ -11,6 +11,5 @@ Thanks > I think it would require a different approach to what "tags" are, and/or what "pagestats" are. The pagestats plugin gives statistical information about *pages*, so it requires the pages in question to exist before it can get information about them. The tags plugin creates links to tag *pages*, with the expectation that a human being will create said pages and put whatever content they want on them (such as describing what the tag is about, and a map linking back to the tagged pages). -> The approach that [PmWiki](http://www.pmwiki.org) takes is that it enables the optional auto-creation of (empty) pages which match a particular "group" (set of sub-pages); thus one could set all the "tags/*" pages to be auto-created, creating a new tags/foo page the first time the \[[!tag foo]] directive is used. I'm not sure how this could be done in ikiwiki. - +> The approach that [PmWiki](http://www.pmwiki.org) takes is that it enables the optional auto-creation of (empty) pages which match a particular "group" (set of sub-pages); thus one could set all the "tags/*" pages to be auto-created, creating a new tags/foo page the first time the \[[!tag foo]] directive is used. See [[todo/auto-create_tag_pages_according_to_a_template]] for more discussion on this idea. > -- [[KathrynAndersen]] |