If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
Clean feed URLs
This modification exists as a single file. It should be downloaded and renamed to ‘atom’ or ‘rss’, and reside in your desired directory with all of your other extensionless files. No modifications are needed to the file.
There are only a two small weaknesses that I can think of with this current version. First, it makes 1-2 additional database queries than the rss.php and atom.php if you’re requesting a section and a category. Second, it’ll become confused if you’re using categories and sections of the same name (something you really should avoid anyways).
So here are several example URLs:
- http://domain.foo/rss/
- http://domain.foo/rss/999/ (limit of 999 articles)
- http://domain.foo/atom/link/5/ (limit of 5 links)
- http://domain.foo/atom/photo/50/ (section ‘photo’ limit of 50)
Read the rest at the Information URL below.