1 [[plugins/aggregate]] takes a name parameter that specifies a global name
2 for a feed. This causes some problems:
4 * If a site has multiple pages that aggregate, and they use the same
5 name, one will win and get the global name, the other will claim it's
6 working, but it's really showing what the other aggregated.
7 * If an aggregate directive is moved from page A to page B, and the wiki
8 refreshed, aggregate does not realize the feed moved, and so it will
9 keep aggregated pages under `A/feed_name/*`. To work around this bug,
10 you have to delete A, refresh (maybe with --aggregate?), and then add B.
12 Need to find a way to not make the name be global. Perhaps it needs to
13 include the name of the page that contains the directive?