]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/09/feeds.rst
Make https:// compatible
[personal/website.git] / source / blog / posts / 2009 / 09 / feeds.rst
1 Title: Feeds
2 Tags: self, blog, blitiri, feed, tag, en
3
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::
6
7     https://www.llucax.com.ar/blog/blog.cgi/atom?tag=en&tag=self
8
9 __ http://blitiri.com.ar/git/?p=blitiri
10
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).
14
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
19
20 .. vim: set et sw=4 sts=4 :