I updated, well entirely refactored, vocabulary_list.module to use the new 4.5 url scheme. The goal is to enter domain.tld/taxonomy/vocabulary/1, and get all nodes that are under that vocabulary. Just like taxonomy term urls, operators can be used, a depth can be added, and a syndication is available with 'feed'.
I took all inspiration, and most code, from taxonomy.module, and I've got it working pretty well.
But I've got two questions for the master coders here at Drupal.org... if you could take a look at the code, I'd appreciate it: new vocabulary_list.module
1. The only main problem I'm seeing is when I try to load up a vocabulary's feed. Actually, when I try to load a term's feed, and I have this new module enabled, the problem shows up as well. I have NO idea why that would be.
Anyway, if I try to access a feed like domain.tld/taxonomy/vocabulary/1/all/feed/, the rss pops out malformed, with a few extra characters at the beginning. I'm thinking it may have something to do with the breadcrumbs, but that's a wild guess. (you can see it in action here.
1a. I was never able to get the breadcrumbs to work here. Which is fine, as I don't think there is a need for a breadcrumb trail when browsing a vocabulary, but I'm not sure if commenting out that code is causing problems. I think it might be...