(no commit message)
authorhttp://www.civilfritz.net/~janderson/ <http://www.civilfritz.net/~janderson/@web>
Thu, 7 Apr 2011 18:36:55 +0000 (14:36 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 7 Apr 2011 18:36:55 +0000 (14:36 -0400)
doc/plugins/comments/discussion.mdwn

index 7cc8a4b2a04b255d3b007a727c1ef84df47284b8..3411ed327e0475f6fd9d698b80f6bd3b189b5f8b 100644 (file)
@@ -1,3 +1,12 @@
+## Syndication autodiscovery for comment feeds
+
+A standard `[[!inline]]` directive adds links to the autogenerated syndication feeds using link tags in the header:
+
+    <link rel="alternate" type="application/rss+xml" title="$title" href="$page.atom" />
+    <link rel="alternate" type="application/atom+xml" title="$title" href="$page.atom" />
+
+These links aren't added to my pages that include comments even though comments generate syndication feeds.  How can I configure the comments plugin to add these links to the header?  (These links are required for user-agent autodiscovery of syndication feeds.) --[[anderbubble]]
+
 ## Moderating comments from the CLI
 
 How do you do this, without using the UI in the Preferences?