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) {