summaryrefslogtreecommitdiff
path: root/plugins/GNUsocialTemplatePlugin.php
diff options
context:
space:
mode:
authorMatt Lee <mattl@cnuk.org>2010-07-26 22:24:12 -0400
committerMatt Lee <mattl@cnuk.org>2010-07-26 22:24:12 -0400
commit163d7d60f87bc3ce9ef4ae8ebe5c23f809a02299 (patch)
treeb66965be329aab04e184b26c5e3012fdd062408b /plugins/GNUsocialTemplatePlugin.php
parente82f9bc58821d7646158c429c4e7238164aace73 (diff)
updated copyright notice
Diffstat (limited to 'plugins/GNUsocialTemplatePlugin.php')
-rwxr-xr-xplugins/GNUsocialTemplatePlugin.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/GNUsocialTemplatePlugin.php b/plugins/GNUsocialTemplatePlugin.php
index 6d5c60636..8d93ca5b3 100755
--- a/plugins/GNUsocialTemplatePlugin.php
+++ b/plugins/GNUsocialTemplatePlugin.php
@@ -1,8 +1,8 @@
<?php
/**
- * Plugin to render old skool templates
+ * Plugin to render GNU social
*
- * Captures rendered parts from the output buffer, passes them through a template file: tpl/index.html
+ * Captures rendered parts from the output buffer, passes them through a template file: tpl/social.php
* Adds an API method at index.php/template/update which lets you overwrite the template file
* Requires username/password and a single POST parameter called "template"
* The method is disabled unless the user is #1, the first user of the system
@@ -10,7 +10,9 @@
* @category Plugin
* @package StatusNet
* @author Brian Hendrickson <brian@megapump.com>
+ * @author Matt Lee <mattl@cnuk.org>
* @copyright 2009 Megapump, Inc.
+ * @copyright 2010 Free Software Foundation, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://megapump.com/
*/