diff options
author | http://www.civilfritz.net/~janderson/ <http://www.civilfritz.net/~janderson/@web> | 2011-04-07 14:36:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-07 14:36:55 -0400 |
commit | 40e1a7cf89df90447198df970b8c56573194e72d (patch) | |
tree | 5da632e08ea54238cc768b4120766438e2b8c3ba /doc/plugins/comments | |
parent | bfe4397c07099cc0bcabf3fd4938a82976237e22 (diff) |
Diffstat (limited to 'doc/plugins/comments')
-rw-r--r-- | doc/plugins/comments/discussion.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/comments/discussion.mdwn b/doc/plugins/comments/discussion.mdwn index 7cc8a4b2a..3411ed327 100644 --- a/doc/plugins/comments/discussion.mdwn +++ b/doc/plugins/comments/discussion.mdwn @@ -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? |