From dafaa1933c8706ab5fe9f02babf1e0714eea6eae Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 8 Jul 2007 20:21:21 +0000 Subject: [PATCH] contrib docs git-svn-id: file:///home/shish/svn/shimmie2/trunk@245 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/autocomplete/main.php | 7 +++++++ contrib/emoticons/main.php | 7 +++++++ contrib/notes/main.php | 7 +++++++ contrib/rating/main.php | 7 +++++++ contrib/rss_comments/main.php | 7 +++++++ contrib/word_filter/main.php | 7 +++++++ 6 files changed, 42 insertions(+) diff --git a/contrib/autocomplete/main.php b/contrib/autocomplete/main.php index 2d7bdc04..9f41cc1e 100644 --- a/contrib/autocomplete/main.php +++ b/contrib/autocomplete/main.php @@ -1,4 +1,11 @@ + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Auto-complete for search and upload tags + */ class AutoComplete extends Extension { public function receive_event($event) { diff --git a/contrib/emoticons/main.php b/contrib/emoticons/main.php index 033b8b30..9ef5c378 100644 --- a/contrib/emoticons/main.php +++ b/contrib/emoticons/main.php @@ -1,4 +1,11 @@ + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Turn :smile: into a link to smile.gif + */ class Emoticons extends Extension { public function receive_event($event) { diff --git a/contrib/notes/main.php b/contrib/notes/main.php index 9e17259a..f2372f2d 100644 --- a/contrib/notes/main.php +++ b/contrib/notes/main.php @@ -1,4 +1,11 @@ + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Adds notes overlaid on the images + */ class Notes extends Extension { var $theme; diff --git a/contrib/rating/main.php b/contrib/rating/main.php index 00a4b608..a031f75e 100644 --- a/contrib/rating/main.php +++ b/contrib/rating/main.php @@ -1,4 +1,11 @@ + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Allow users to rate images + */ class Ratings extends Extension { // event handler {{{ diff --git a/contrib/rss_comments/main.php b/contrib/rss_comments/main.php index 598af736..f18de32c 100644 --- a/contrib/rss_comments/main.php +++ b/contrib/rss_comments/main.php @@ -1,4 +1,11 @@ + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Self explanitory + */ class RSS_Comments extends Extension { // event handling {{{ diff --git a/contrib/word_filter/main.php b/contrib/word_filter/main.php index f8918cda..4a459dd1 100644 --- a/contrib/word_filter/main.php +++ b/contrib/word_filter/main.php @@ -1,4 +1,11 @@ + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Simple search and replace + */ class WordFilter extends Extension { public function receive_event($event) {