From c73f270f826d8c1295e6fd7a3c2274da4355b8aa Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 6 May 2007 19:01:26 +0000 Subject: [PATCH] make the example for contributed extension neater git-svn-id: file:///home/shish/svn/shimmie2/trunk@64 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/site_description.ext.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/site_description.ext.php b/contrib/site_description.ext.php index 65da4f80..6183a851 100644 --- a/contrib/site_description.ext.php +++ b/contrib/site_description.ext.php @@ -2,8 +2,12 @@ /** * Name: Site Description * Author: Shish + * Link: http://trac.shishnet.org/shimmie2/ + * License: GPLv2 * Description: Sets the "description" meta-info in the page header, for * eg search engines to read + * + * This is currently the only example of a user-contributed extension~ */ class SiteDescription extends Extension { public function receive_event($event) {