Burger sources
I thought a little about evolving Burger last night. I want to list the five most recent posts to the Books and Links weblogs in the sidebar. For this to work, Burger will have to load entries from ./books/blog and ./links/blog as well as from ./blog. So I’m thinking of adding the capability of defining “sources for entries” in burger.conf.
If you haven’t added any entry sources, the default source will be used. But with multiple sources, the Criterion objects will have to evaluate based on both the entry and its source. So for a page, you must be able to say, “Collect 10 entries from the main source, and 5 from each of the “books” and “links” sources.”
Then I have to make the change to the templates I thought about earlier (see here) so that multiple entries from different places can be listed on a page.