]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/comments/discussion.mdwn
Disabling certain formats for comments
[ikiwiki.git] / doc / plugins / comments / discussion.mdwn
index 7cc8a4b2a04b255d3b007a727c1ef84df47284b8..ceb02406dfa3cfc7fee980c83959330b17036b36 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?
 ## Moderating comments from the CLI
 
 How do you do this, without using the UI in the Preferences?
@@ -194,3 +203,27 @@ wake of this:
    correction follow-ups are common.
 
 -- [[Jon]]
    correction follow-ups are common.
 
 -- [[Jon]]
+
+
+---
+
+## Comment threads
+
+Any thoughts about implementing some simple threading in the comments?
+
+Or at least a reply functionality that quotes the subject/contents?
+
+-- [[iustin]]
+
+---
+
+## Disabling certain formats for comments
+
+It seems that comments plugin allows using all enabled formats and
+there is not way to disable some of them. For my blog, I want to use
+additional formats for writing posts but I do not want commenters to
+use those formats because it would be a security problem.
+
+Any suggestions or hints how to implement this?
+
+-- [[wentasah]]