Extension meta-info tidyups
git-svn-id: file:///home/shish/svn/shimmie2/trunk@809 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
9a54cf6d0d
commit
2b723fe525
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Autocomplete
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Auto-complete for search and upload tags
|
||||
*/
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Comment Word Ban
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: For stopping spam and other comment abuse
|
||||
*/
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: Bulk Add
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Bulk add server-side images
|
||||
*/
|
||||
|
||||
class BulkAdd extends Extension {
|
||||
var $theme;
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: Downtime
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Show a "down for maintenance" page
|
||||
*/
|
||||
|
||||
class Downtime extends Extension {
|
||||
var $theme;
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Emoticon Filter
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Turn :smile: into a link to smile.gif
|
||||
*/
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: System Info
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Show various bits of system information, for debugging
|
||||
*/
|
||||
|
||||
class ET extends Extension {
|
||||
var $theme;
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: EventLog
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: A log of things that happen, for abuse tracking
|
||||
*/
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Home Extension
|
||||
* Author: Bzchan <bzchan@animemahou.com>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Extension adds a page "home" containing user specified
|
||||
* links and a counter showing total number of posts. The
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: IP Ban
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Ban IP addresses
|
||||
*/
|
||||
|
||||
// RemoveIPBanEvent {{{
|
||||
class RemoveIPBanEvent extends Event {
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: News
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Show a short amonut of text in a block on the post list
|
||||
*/
|
||||
|
||||
class News extends Extension {
|
||||
var $theme;
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Image Notes
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Adds notes overlaid on the images
|
||||
*/
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Image Scores (Numeric)
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Allow users to score images
|
||||
*/
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Image Ratings
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Allow users to rate images
|
||||
*/
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: Regen Thumb
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Regenerate a thumbnail image
|
||||
*/
|
||||
|
||||
class RegenThumb extends Extension {
|
||||
var $theme;
|
||||
|
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Name: Report Images
|
||||
* Author: ATravelingGeek <atg@atravelinggeek.com>
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Resolution Limiter
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Allows the admin to set min / max image dimentions
|
||||
*/
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: RSS for Comments
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Self explanitory
|
||||
*/
|
||||
|
@ -1,4 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: RSS for Images
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Self explanitory
|
||||
*/
|
||||
|
||||
|
||||
class RSS_Images extends Extension {
|
||||
// event handling {{{
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Site Description
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Sets the "description" meta-info in the page header, for
|
||||
* eg search engines to read
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* Name: Subversion Updater
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: Provides a button to check for updates
|
||||
*/
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* Name: Tagger *
|
||||
* Description: Advanced Tagging v2 *
|
||||
* Author: Artanis (Erik Youngren) <artanis.00@gmail.com> *
|
||||
* Do not remove this notice. *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/**
|
||||
* Name: Tagger
|
||||
* Description: Advanced Tagging v2
|
||||
* Author: Artanis (Erik Youngren) <artanis.00@gmail.com>
|
||||
* Do not remove this notice.
|
||||
*/
|
||||
|
||||
class Tagger extends Extension {
|
||||
var $theme;
|
||||
|
@ -4,8 +4,7 @@
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* Link: http://trac.shishnet.org/shimmie2/
|
||||
* License: GPLv2
|
||||
* Description: A simple wiki, for those who don't want the
|
||||
* hugeness of mediawiki
|
||||
* Description: A simple wiki, for those who don't want the hugeness of mediawiki
|
||||
*/
|
||||
|
||||
// WikiUpdateEvent {{{
|
||||
|
@ -1,4 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: Image Zoom
|
||||
* Author: Shish <webmaster@shishnet.org>
|
||||
* License: GPLv2
|
||||
* Description: Scales down too-large images using browser based scaling
|
||||
*/
|
||||
|
||||
class Zoom extends Extension {
|
||||
var $theme;
|
||||
|
Loading…
x
Reference in New Issue
Block a user