Changes to my feeds
To whom it may concern: a few changes to my feed URLs, and added preliminary Pie (Echo) support.
You won’t need to change anything in your subscriptions.
We now (again) support excerpts-only feeds, in the new “slashed” URL format. Essentially, you
can just append “_excerpts” to any feed URL, for example for the Thistle category:
- Full posts:
index.php/dev/thistle/rss2 - Excerpts only:
index.php/dev/thistle/rss2_excerpts
This works for all feeds, including our brand spanking new Pie/Echo/Atom feeds (created just for
the hell of it).
So, here are all the types of feeds you can currently subscribe to, for example for my entire blog:
- RSS 0.91, full posts:
index.php/rss - RSS 0.91, excerpts:
index.php/rss_excerpts
- RSS 1.0/RDF, full posts:
index.php/rss1 - RSS 1.0/RDF, excerpts:
index.php/rss1_excerpts
- RSS 2.0, full posts:
index.php/rss2 - RSS 2.0, excerpts:
index.php/rss2_excerpts
- Pie/Echo, full posts:
index.php/pie - Pie/Echo, excerpts:
index.php/pie_excerpts
They should all validate using the relevant validators (you can use Feed Validator for all of them,
or the W3C RDF Validation Service for the RSS 1.0 feeds).
Lastly, each category’s index page now includes an RSS autodiscovery URL for that category’s own feed. Previously, the RSS autodiscovery URL always
gave the root feed for the blog (i.e. the feed which includes every category). Similarly, permalink pages have an autodiscovery URL for their post’s
category. This should provide more useful default behaviour for new subscribers.
No Comments Yet