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:
parent
8398a1076b
commit
24e149428a
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Name: Browser Search
|
* 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
|
* 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/
|
* Link: http://atravelinggeek.com/
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?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
|
Description: Provides simple interfaces for third party software to interact with Shimmie via
|
||||||
simple HTTP GET/POST requests.
|
simple HTTP GET/POST requests.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Name: Image Hash Ban
|
* Name: Image Hash Ban
|
||||||
* Author: ATravelingGeek (atg@atravelinggeek.com
|
* Author: ATravelingGeek <atg@atravelinggeek.com>
|
||||||
* Link: http://atravelinggeek.com/
|
* Link: http://atravelinggeek.com/
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
* Description: Ban images based on their hash
|
* Description: Ban images based on their hash
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
<?php
|
<?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 {
|
class LinkImage extends Extension {
|
||||||
var $theme;
|
var $theme;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Name: Report Images
|
* Name: Report Images
|
||||||
* Author: ATravelingGeek (atg@atravelinggeek.com
|
* Author: ATravelingGeek <atg@atravelinggeek.com>
|
||||||
* Link: http://atravelinggeek.com/
|
* Link: http://atravelinggeek.com/
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
* Description: Report images as dupes/illegal/etc
|
* Description: Report images as dupes/illegal/etc
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Name: Tag History
|
||||||
|
* Author: Bzchan <bzchan@animemahou.com>
|
||||||
|
* Description: Keep a record of tag changes
|
||||||
|
*/
|
||||||
|
|
||||||
class Tag_History extends Extension {
|
class Tag_History extends Extension {
|
||||||
var $theme;
|
var $theme;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
* Tagger - Advanced Tagging v2 *
|
* Name: Tagger *
|
||||||
* Author: Artanis (Erik Youngren <artanis.00@gmail.com>) *
|
* Description: Advanced Tagging v2 *
|
||||||
|
* Author: Artanis (Erik Youngren) <artanis.00@gmail.com> *
|
||||||
* Do not remove this notice. *
|
* Do not remove this notice. *
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user