diff --git a/ext/admin/main.php b/ext/admin/main.php index 83779d98..7a035a39 100644 --- a/ext/admin/main.php +++ b/ext/admin/main.php @@ -1,4 +1,30 @@ + * Link: http://code.shishnet.org/shimmie2/ + * License: GPLv2 + * Description: Various things to make admins' lives easier + * Documentation: + *
Lowercase all tags:
+ *
Set all tags to lowercase for consistency
+ *
Recount tag use:
+ *
If the counts of images per tag get messed up somehow, this will reset them
+ *
Purge unused tags:
+ *
Get rid of all the tags that don't have any images associated with
+ * them (normally they were created as typos or spam); this is mostly for
+ * neatness, the performance gain is tiny...
+ *
Convert to InnoDB:
+ *
Convert your database tables to InnoDB, thus allowing shimmie to
+ * take advantage of useful InnoDB-only features (this should be done
+ * automatically, this button only exists as a backup). This only applies
+ * to MySQL -- all other databases come with useful features enabled
+ * as standard.
+ *
Database dump:
+ *
Download the contents of the database in plain text format, useful
+ * for backups.
+ */
+
/**
* Sent when the admin page is ready to be added to
*/
diff --git a/ext/alias_editor/main.php b/ext/alias_editor/main.php
index cbc6e6b5..fb9135c4 100644
--- a/ext/alias_editor/main.php
+++ b/ext/alias_editor/main.php
@@ -1,4 +1,14 @@
+ * Link: http://code.shishnet.org/shimmie2/
+ * License: GPLv2
+ * Description: Edit the alias list
+ * Documentation:
+ * The list is visible at $site/alias/list; only site admins can edit it,
+ * other people can view and download it
+ */
class AddAliasEvent extends Event {
var $oldtag;
diff --git a/ext/bbcode/main.php b/ext/bbcode/main.php
index c00c7332..bddda8c5 100644
--- a/ext/bbcode/main.php
+++ b/ext/bbcode/main.php
@@ -1,4 +1,27 @@
+ * Link: http://code.shishnet.org/shimmie2/
+ * License: GPLv2
+ * Description: Turns BBCode into HTML
+ * Documentation:
+ * Supported tags:
+ *