]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/comments/discussion.mdwn
New contrib plugin: fast-pandoc
[git.ikiwiki.info.git] / doc / plugins / comments / discussion.mdwn
index 0e5c5e669a7e1059df8f123af512ec87893e8872..e7457cbac95c8b9b1899a3e9cf1cf29610f3a5ba 100644 (file)
@@ -251,3 +251,14 @@ My branch has a fix that doesn't break `t/comments.t`, doesn't
 appear to break anonymous or signed-in comments via the CGI in any
 way I've tried, and lets me render my (incredibly valuable ;-)
 imported blog comments with full fidelity. OK to commit?
+
+> Ship it. --[[smcv]]
+
+>> Thanks, have done. --[[schmonz]]
+
+
+## Keeping comments separate from content to avoid triggering rebuilds
+
+Is there a way of preventing comments from triggering long chains of rebuilds? Currently comments trigger the same chain of events as if the page itself had been modified (at least this seems to be the case). A way of keeping comments lightweight and out of ikiwiki would be great. This has obvious consequences but currently comments are to slow for my users. My site is complex with tags and trails (albums) so commenting the wrong page leads to several minutes of rebuild (being conservative here...). For my use case comments don't need wikilinks or any wiki features. 
+
+To my thinking it could be useful to have comments as a very lightweight type of data that enables interactivity but not the full force of ikiwiki. Any thoughts?