diff --git a/contrib/browser_search/main.php b/contrib/browser_search/main.php index 32ae7480..e345ae4d 100755 --- a/contrib/browser_search/main.php +++ b/contrib/browser_search/main.php @@ -1,7 +1,7 @@ * Some code (and lots of help) by Artanis (Erik Youngren ) from the 'tagger' extention - Used with permission * Link: http://atravelinggeek.com/ * License: GPLv2 @@ -111,4 +111,4 @@ class BrowserSearch extends Extension { } add_event_listener(new BrowserSearch()); -?> \ No newline at end of file +?> diff --git a/contrib/danbooru_api/main.php b/contrib/danbooru_api/main.php index 2d685409..8f0b6c4a 100644 --- a/contrib/danbooru_api/main.php +++ b/contrib/danbooru_api/main.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/contrib/image_hash_ban/main.php b/contrib/image_hash_ban/main.php index ec59cfcf..ee6a775d 100644 --- a/contrib/image_hash_ban/main.php +++ b/contrib/image_hash_ban/main.php @@ -1,7 +1,7 @@ * Link: http://atravelinggeek.com/ * License: GPLv2 * Description: Ban images based on their hash @@ -154,4 +154,4 @@ class Image_Hash_Ban extends Extension { } add_event_listener(new Image_Hash_Ban(), 30); // in before resolution limit plugin -?> \ No newline at end of file +?> diff --git a/contrib/link_image/main.php b/contrib/link_image/main.php index 27d410e6..229c3dc1 100644 --- a/contrib/link_image/main.php +++ b/contrib/link_image/main.php @@ -1,4 +1,9 @@ + * Description: Show various forms of link to each image, for copy & paste + */ class LinkImage extends Extension { var $theme; diff --git a/contrib/report_image/main.php b/contrib/report_image/main.php index 215ccc0c..34f61618 100755 --- a/contrib/report_image/main.php +++ b/contrib/report_image/main.php @@ -2,7 +2,7 @@ /* * Name: Report Images - * Author: ATravelingGeek (atg@atravelinggeek.com + * Author: ATravelingGeek * Link: http://atravelinggeek.com/ * License: GPLv2 * Description: Report images as dupes/illegal/etc diff --git a/contrib/tag_history/main.php b/contrib/tag_history/main.php index f7b38aaf..4a099203 100644 --- a/contrib/tag_history/main.php +++ b/contrib/tag_history/main.php @@ -1,4 +1,9 @@ + * Description: Keep a record of tag changes + */ class Tag_History extends Extension { var $theme; diff --git a/contrib/tagger/main.php b/contrib/tagger/main.php index c20ae29b..1dd6331a 100644 --- a/contrib/tagger/main.php +++ b/contrib/tagger/main.php @@ -1,7 +1,8 @@ ) * + * Name: Tagger * + * Description: Advanced Tagging v2 * + * Author: Artanis (Erik Youngren) * * Do not remove this notice. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */