aboutsummaryrefslogtreecommitdiff
path: root/wiki/ikiwiki_comments.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
commitdc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch)
tree9235d796229d49211c27a07b9d18585d503baa94 /wiki/ikiwiki_comments.md
parent088c87bcb58be576308da503d4f11a68843c5013 (diff)
Conversion to barf for testing purposes
Diffstat (limited to 'wiki/ikiwiki_comments.md')
-rw-r--r--wiki/ikiwiki_comments.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/wiki/ikiwiki_comments.md b/wiki/ikiwiki_comments.md
deleted file mode 100644
index 2cec3f7..0000000
--- a/wiki/ikiwiki_comments.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-layout: page
-title: ikiwiki Comments
-permalink: /wiki/ikiwiki/comments
----
-
-Content on this page is based off the discussions found here: [ikiwiki.info/tips/comments_feed/](http://ikiwiki.info/tips/comments_feed/)
-
-You've enabled the comments plugin, so a set of pages on your blog can have comments added to them. Pages with comments even have special feeds that can be used to subscribe to those comments. But you'd like to add a feed that contains all the comments posted to any page. Here's how:
-
- \[[!inline pages="comment(*)" template=comment]]
-
-The special PageSpec matches all comments. The template causes the comments to be displayed formatted nicely.
-
----
-
-It's also possible to make a feed of comments that are held pending moderation.
-
- \[[!inline pages="comment_pending(*)" template=comment]]