From: Joey Hess Date: Tue, 15 Jul 2008 02:42:22 +0000 (-0400) Subject: Merge commit 'smcv/aggregateinternal' into aggregateinternal X-Git-Tag: 2.54~87 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3256522bdaf2ca7c678041a19a4b97bd7dc57c90;p=ikiwiki.git Merge commit 'smcv/aggregateinternal' into aggregateinternal Conflicts: doc/plugins/aggregate.mdwn --- 3256522bdaf2ca7c678041a19a4b97bd7dc57c90 diff --cc doc/plugins/aggregate.mdwn index d87e33ab9,8c2e7b076..ecca0232e --- a/doc/plugins/aggregate.mdwn +++ b/doc/plugins/aggregate.mdwn @@@ -100,9 -100,8 +100,8 @@@ you should follow this process in those PageSpecs. For example, if the PageSpec was `foo/*`, it should be changed to `internal(foo/*)`. This has to be done because internal pages are not matched by regular globs. -2. Use [[ikiwiki-transition]] to rename all existing aggregated `.html` - files in the input directory, and delete the corresponding files from - the output directory. The command to run is - `ikiwiki-transition aggregateinternal $setupfile` -3. Turn on `aggregateinternal` in the setup file and rebuild the wiki. +2. Turn on `aggregateinternal` in the setup file. - 3. Use [[ikiwiki-transition]] to move all existing aggregated `.html` - files. The command to run is `ikiwiki-transition aggregateinternal $srcdir`, - or if you have changed the `htmlext` option to something other than "html", - `ikiwiki-transition aggregateinternal $srcdir $htmlext` ++3. Use [[ikiwiki-transition]] to rename all existing aggregated `.html` ++ files in the srcdir. The command to run is ++ `ikiwiki-transition aggregateinternal $setupfile`, +4. Refresh the wiki. (`ikiwiki -setup your.setup -refresh`) diff --cc doc/todo/aggregate_to_internal_pages.mdwn index 7eddc5891,ee3aee17a..38427133f --- a/doc/todo/aggregate_to_internal_pages.mdwn +++ b/doc/todo/aggregate_to_internal_pages.mdwn @@@ -53,7 -53,7 +53,7 @@@ change their pagespecs to use `internal > I've patched ikiwiki-transition to have an aggregateinternal mode. > See my aggregateinternal branch, again. - > "ikiwiki-transition aggregateinternal $srcdir $htmlext" moves the pages around, + > "ikiwiki-transition aggregateinternal $setupfile" moves the pages around, > although it doesn't update the pagespecs (I wouldn't know how...) --[[smcv]] -[[patch]] +[[tag patch done]]