blog.rst
changeset 163 dd8211e8a012
parent 148 18c11b2cb394
child 168 8a80c98c044c
equal deleted inserted replaced
162:d7fc47858ef6 163:dd8211e8a012
     4 
     4 
     5 See
     5 See
     6 
     6 
     7   http://code.google.com/p/e-blog/
     7   http://code.google.com/p/e-blog/
     8 
     8 
     9 * Livejornal.
     9 * Feed.
    10 
    10 
    11 ** Feed.
    11 ** Blogspot.
       
    12 
       
    13 See
       
    14 
       
    15   http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=97933
       
    16 
       
    17 *** Article feed.
       
    18 
       
    19  * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/posts/default
       
    20  * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/posts/default?alt=rss
       
    21 
       
    22 *** Comments-only feed.
       
    23 
       
    24  * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/comments/default
       
    25  * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/comments/default?alt=rss
       
    26 
       
    27 *** Label-specific site feed.
       
    28 
       
    29  * Atom 1.0: http://BLOGNAME.blogspot.com/posts/comments/default/-/labelname
       
    30  * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/posts/default?alt=rss/-/labelname
       
    31 
       
    32 *** Individual post comment feed.
       
    33 
       
    34  * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/postId/comments/default
       
    35  * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/postId/comments/default?alt=rss
       
    36 
       
    37 ** Livejornal.
    12 
    38 
    13 See
    39 See
    14 
    40 
    15   http://www.livejournal.com/support/faqbrowse.bml?faqid=149
    41   http://www.livejournal.com/support/faqbrowse.bml?faqid=149
    16 
    42 
    28 
    54 
    29 View entries with a specific tag by adding ?tag=tagname to the end of the feed
    55 View entries with a specific tag by adding ?tag=tagname to the end of the feed
    30 URL, replacing tagname with the actual tag name. If you want to view two or
    56 URL, replacing tagname with the actual tag name. If you want to view two or
    31 more tags at once, separate the tags with commas: ?tag=tag1,tag2.
    57 more tags at once, separate the tags with commas: ?tag=tag1,tag2.
    32 
    58 
       
    59 ** Wordpress.
       
    60 
       
    61 See
       
    62 
       
    63   http://support.wordpress.com/email-subscriptions/
       
    64   http://codex.wordpress.org/WordPress_Feeds
       
    65 
       
    66 *** Articles feed.
       
    67 
       
    68   http://BLOGNAME.wordpress.com/feed
       
    69   http://BLOGNAME.wordpress.com/feed/
       
    70   http://BLOGNAME.wordpress.com/feed/rss/
       
    71   http://BLOGNAME.wordpress.com/feed/rss2/
       
    72   http://BLOGNAME.wordpress.com/feed/rdf/
       
    73   http://BLOGNAME.wordpress.com/feed/atom/
       
    74   http://BLOGNAME.wordpress.com/?feed=rss
       
    75   http://BLOGNAME.wordpress.com/?feed=rss2
       
    76   http://BLOGNAME.wordpress.com/?feed=rdf
       
    77   http://BLOGNAME.wordpress.com/?feed=atom
       
    78 
       
    79 *** Comments feed.
       
    80 
       
    81   http://BLOGNAME.wordpress.com/comments/feed/
       
    82   http://BLOGNAME.wordpress.com/?feed=comments-rss2
       
    83 
       
    84 *** Tagged Entries.
       
    85 
       
    86   http://BLOGNAME.wordpress.com/category/TAG/feed/
       
    87   http://BLOGNAME.wordpress.com/tag/TAG/feed/
       
    88   http://BLOGNAME.wordpress.com/?cat=CATNUMBER&feed=rss2
       
    89   http://BLOGNAME.wordpress.com/?tag=TAG&feed=rss2