documentation updates

This commit is contained in:
Shish
2010-01-04 12:41:04 +00:00
parent 5dc5701ea5
commit c7b4cf8ead
4 changed files with 91 additions and 10 deletions

View File

@ -1,4 +1,15 @@
<?php
/**
* Name: Image Comments
* Author: Shish <webmaster@shishnet.org>
* Link: http://trac.shishnet.org/shimmie2/
* License: GPLv2
* Description: Allow users to make comments on images
* Documentation:
* Formatting is done with BBCode, as interpreted by the
* BBCode extension
*/
require_once "lib/akismet.class.php";
class CommentPostingEvent extends Event {
@ -13,7 +24,7 @@ class CommentPostingEvent extends Event {
/**
* A comment is being deleted. Maybe used by spam
* detectors to get a feel for what should be delted
* detectors to get a feel for what should be deleted
* and what should be kept?
*/
class CommentDeletionEvent extends Event {