# HG changeset patch # User Oleksandr Gavenko # Date 1247861337 -10800 # Node ID 18c11b2cb394e36ae90d5285f1d2a01b7fe54b18 # Parent 72c4460f5b133c7959c1bb9c1d1bf838b64dfca1 About Livejornal feed. diff -r 72c4460f5b13 -r 18c11b2cb394 blog.rst --- a/blog.rst Tue Jun 30 21:06:38 2009 +0300 +++ b/blog.rst Fri Jul 17 23:08:57 2009 +0300 @@ -5,3 +5,28 @@ See http://code.google.com/p/e-blog/ + +* Livejornal. + +** Feed. + +See + + http://www.livejournal.com/support/faqbrowse.bml?faqid=149 + +*** Journal Feed URLs. + + * Atom: http://NAME.livejournal.com/data/atom + * RSS: http://NAME.livejournal.com/data/rss + +*** Community Feed URLs. + + * Atom: http://community.livejournal.com/NAME/data/atom + * RSS: http://community.livejournal.com/NAME/data/rss + +*** Tagged Entries. + +View entries with a specific tag by adding ?tag=tagname to the end of the feed +URL, replacing tagname with the actual tag name. If you want to view two or +more tags at once, separate the tags with commas: ?tag=tag1,tag2. +