diff options
author | Jon Dowland <jmtd@debian.org> | 2012-03-26 16:03:35 +0100 |
---|---|---|
committer | Jon Dowland <jmtd@debian.org> | 2012-03-26 16:03:35 +0100 |
commit | e6122e4206d30bf3a5de13c603595ba18c737f42 (patch) | |
tree | f4eba3444b12f468624910311039e7123ab0fb16 | |
parent | f2e963c0861754970dc03134fbadf1987afc6841 (diff) | |
download | ikiwiki-e6122e4206d30bf3a5de13c603595ba18c737f42.tar ikiwiki-e6122e4206d30bf3a5de13c603595ba18c737f42.tar.gz |
add plugin tag type/comments and tag some pages.
I did this because I was looking for a summary/overview of the
various comment plugins that exist and couldn't already find
one. I've tried to tag plugins that are mostly for use with
comments, which is a bit of a wide net and people may draw the
line in different places to myself.
-rw-r--r-- | doc/plugins/anonok.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/blogspam.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/comments.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/lockedit.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/moderatedcomments.mdwn | 2 | ||||
-rw-r--r-- | doc/plugins/type/comments.mdwn | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/doc/plugins/anonok.mdwn b/doc/plugins/anonok.mdwn index 506657a1c..407012b54 100644 --- a/doc/plugins/anonok.mdwn +++ b/doc/plugins/anonok.mdwn @@ -1,5 +1,5 @@ [[!template id=plugin name=anonok author="[[Joey]]"]] -[[!tag type/auth]] +[[!tag type/auth type/comments]] By default, anonymous users cannot edit the wiki. This plugin allows anonymous web users, who have not signed in, to edit any page in the wiki diff --git a/doc/plugins/blogspam.mdwn b/doc/plugins/blogspam.mdwn index c158316d4..3dd017f61 100644 --- a/doc/plugins/blogspam.mdwn +++ b/doc/plugins/blogspam.mdwn @@ -1,5 +1,5 @@ [[!template id=plugin name=blogspam author="[[Joey]]"]] -[[!tag type/auth]] +[[!tag type/auth type/comments]] This plugin adds antispam support to ikiwiki, using the [blogspam.net](http://blogspam.net/) API. Both page edits and diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn index 48b6c6ae7..50a99415f 100644 --- a/doc/plugins/comments.mdwn +++ b/doc/plugins/comments.mdwn @@ -1,5 +1,5 @@ [[!template id=plugin name=comments author="[[Simon_McVittie|smcv]]"]] -[[!tag type/web]] +[[!tag type/web type/comments]] This plugin adds "blog-style" comments. Unlike the wiki-style freeform Discussion pages, these comments are posted by a simple form, cannot later diff --git a/doc/plugins/lockedit.mdwn b/doc/plugins/lockedit.mdwn index 681163203..8569238b1 100644 --- a/doc/plugins/lockedit.mdwn +++ b/doc/plugins/lockedit.mdwn @@ -1,5 +1,5 @@ [[!template id=plugin name=lockedit core=1 author="[[Joey]]"]] -[[!tag type/auth]] +[[!tag type/auth type/comments]] This plugin allows the administrator of a wiki to lock some pages, limiting who can edit them using the online interface. This doesn't prevent anyone diff --git a/doc/plugins/moderatedcomments.mdwn b/doc/plugins/moderatedcomments.mdwn index f9466e833..85bcf652b 100644 --- a/doc/plugins/moderatedcomments.mdwn +++ b/doc/plugins/moderatedcomments.mdwn @@ -1,5 +1,5 @@ [[!template id=plugin name=moderatedcomments author="[[Joey]]"]] -[[!tag type/auth]] +[[!tag type/auth type/comments]] This plugin causes [[comments]] to be held for manual moderation. Admins can access the comment moderation queue via their preferences page. diff --git a/doc/plugins/type/comments.mdwn b/doc/plugins/type/comments.mdwn new file mode 100644 index 000000000..6eaa2c25a --- /dev/null +++ b/doc/plugins/type/comments.mdwn @@ -0,0 +1 @@ +These plugins relate to [[plugins/comments]]. |