]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/comments/discussion.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / plugins / comments / discussion.mdwn
index 3411ed327e0475f6fd9d698b80f6bd3b189b5f8b..2b8add93820297e76abdae78d9cfeea2130ef0de 100644 (file)
@@ -1,6 +1,6 @@
 ## Syndication autodiscovery for comment feeds
 
-A standard `[[!inline]]` directive adds links to the autogenerated syndication feeds using link tags in the header:
+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" />
@@ -203,3 +203,30 @@ wake of this:
    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]]
+
+> I've implemented this. See [[todo/Restrict_formats_allowed_for_comments]].
+> --[[wentasah]]