2 Tags: self, blog, blitiri, feed, tag, en
4 I found out that my blog software (blitiri__) already support tag-specific
5 feeds, you just have to some extra GET variable(s) to the URL, for example::
7 https://www.llucax.com.ar/blog/blog.cgi/atom?tag=en&tag=self
9 __ http://blitiri.com.ar/git/?p=blitiri
11 This URL will get you the posts with **both** tags: *en* and *self*. I've set
12 up some common feeds at feedburner__ (en__, es__ and D__ for now). Please, use
13 those if you can (i.e. if you don't need a feed for other tags).
15 __ http://feedburner.google.com/
16 __ http://feeds.feedburner.com/llucax-en
17 __ http://feeds.feedburner.com/llucax-es
18 __ http://feeds.feedburner.com/llucax-d
20 .. vim: set et sw=4 sts=4 :