standardise contrib extension meta-info headers

git-svn-id: file:///home/shish/svn/shimmie2/trunk@621 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-12-04 18:20:46 +00:00
parent 8398a1076b
commit 24e149428a
7 changed files with 20 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* Name: Browser Search
* Author: ATravelingGeek (atg@atravelinggeek.com
* Author: ATravelingGeek <atg@atravelinggeek.com>
* Some code (and lots of help) by Artanis (Erik Youngren <artanis.00@gmail.com>) 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());
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
Danbooru Client API for Shimmie2
Name: Danbooru Client API for Shimmie2
Description: Provides simple interfaces for third party software to interact with Shimmie via
simple HTTP GET/POST requests.
@ -424,4 +424,4 @@ class DanbooruApi extends Extension
}
add_event_listener(new DanbooruApi());
?>
?>

View File

@ -1,7 +1,7 @@
<?php
/**
* Name: Image Hash Ban
* Author: ATravelingGeek (atg@atravelinggeek.com
* Author: ATravelingGeek <atg@atravelinggeek.com>
* 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
?>
?>

View File

@ -1,4 +1,9 @@
<?php
/**
* Name: Link to Image
* Author: Artanis <artanis.00@gmail.com>
* Description: Show various forms of link to each image, for copy & paste
*/
class LinkImage extends Extension {
var $theme;

View File

@ -2,7 +2,7 @@
/*
* Name: Report Images
* Author: ATravelingGeek (atg@atravelinggeek.com
* Author: ATravelingGeek <atg@atravelinggeek.com>
* Link: http://atravelinggeek.com/
* License: GPLv2
* Description: Report images as dupes/illegal/etc

View File

@ -1,4 +1,9 @@
<?php
/**
* Name: Tag History
* Author: Bzchan <bzchan@animemahou.com>
* Description: Keep a record of tag changes
*/
class Tag_History extends Extension {
var $theme;

View File

@ -1,7 +1,8 @@
<?php
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Tagger - Advanced Tagging v2 *
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
* Name: Tagger *
* Description: Advanced Tagging v2 *
* Author: Artanis (Erik Youngren) <artanis.00@gmail.com> *
* Do not remove this notice. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */