blog.rst
changeset 163 dd8211e8a012
parent 148 18c11b2cb394
child 168 8a80c98c044c
--- a/blog.rst	Mon Jul 27 14:38:17 2009 +0300
+++ b/blog.rst	Mon Jul 27 15:13:11 2009 +0300
@@ -6,9 +6,35 @@
 
   http://code.google.com/p/e-blog/
 
-* Livejornal.
+* Feed.
+
+** Blogspot.
+
+See
+
+  http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=97933
+
+*** Article feed.
+
+ * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/posts/default
+ * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/posts/default?alt=rss
+
+*** Comments-only feed.
 
-** Feed.
+ * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/comments/default
+ * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/comments/default?alt=rss
+
+*** Label-specific site feed.
+
+ * Atom 1.0: http://BLOGNAME.blogspot.com/posts/comments/default/-/labelname
+ * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/posts/default?alt=rss/-/labelname
+
+*** Individual post comment feed.
+
+ * Atom 1.0: http://BLOGNAME.blogspot.com/feeds/postId/comments/default
+ * RSS 2.0: http://BLOGNAME.blogspot.com/feeds/postId/comments/default?alt=rss
+
+** Livejornal.
 
 See
 
@@ -30,3 +56,34 @@
 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.
 
+** Wordpress.
+
+See
+
+  http://support.wordpress.com/email-subscriptions/
+  http://codex.wordpress.org/WordPress_Feeds
+
+*** Articles feed.
+
+  http://BLOGNAME.wordpress.com/feed
+  http://BLOGNAME.wordpress.com/feed/
+  http://BLOGNAME.wordpress.com/feed/rss/
+  http://BLOGNAME.wordpress.com/feed/rss2/
+  http://BLOGNAME.wordpress.com/feed/rdf/
+  http://BLOGNAME.wordpress.com/feed/atom/
+  http://BLOGNAME.wordpress.com/?feed=rss
+  http://BLOGNAME.wordpress.com/?feed=rss2
+  http://BLOGNAME.wordpress.com/?feed=rdf
+  http://BLOGNAME.wordpress.com/?feed=atom
+
+*** Comments feed.
+
+  http://BLOGNAME.wordpress.com/comments/feed/
+  http://BLOGNAME.wordpress.com/?feed=comments-rss2
+
+*** Tagged Entries.
+
+  http://BLOGNAME.wordpress.com/category/TAG/feed/
+  http://BLOGNAME.wordpress.com/tag/TAG/feed/
+  http://BLOGNAME.wordpress.com/?cat=CATNUMBER&feed=rss2
+  http://BLOGNAME.wordpress.com/?tag=TAG&feed=rss2