Make aggregated items be internal pages if --aggregateinternal is used.
authorSimon McVittie <http://smcv.pseudorandom.co.uk/>
Sat, 12 Jul 2008 17:15:11 +0000 (18:15 +0100)
committerSimon McVittie <http://smcv.pseudorandom.co.uk/>
Sat, 12 Jul 2008 17:15:11 +0000 (18:15 +0100)
commit5c0896e674eb69f45acb2837cd6fb231cef32a45
treef6ab36f2a0f19ef988ce27168fe659498780183e
parentee4e6058e3ac8007f2afe042f7db60e94ccd6f7b
Make aggregated items be internal pages if --aggregateinternal is used.

This addresses <http://ikiwiki.info/todo/aggregate_to_internal_pages/>
in a simple way. With this approach, a flag day is required, on which all
users of aggregated pages start to inline them using the internal() pagespec;
after that, the aggregateinternal option can safely be switched on in the
setup file (and the old aggregated pages can be deleted by hand).
IkiWiki/Plugin/aggregate.pm