extension documentation updates

This commit is contained in:
Shish
2009-08-20 23:37:17 +01:00
parent 8ea67db1fa
commit f87b34400e
33 changed files with 63 additions and 47 deletions

View File

@@ -1,14 +1,16 @@
<?php
/**
/*
* Name: Browser Search
* Author: ATravelingGeek <atg@atravelinggeek.com>
* Some code (and lots of help) by Artanis (Erik Youngren <artanis.00@gmail.com>) from the 'tagger' extention - Used with permission
* Link: http://atravelinggeek.com/
* License: GPLv2
* Description: Allows the user to add a browser 'plugin' to search the site with real-time suggestions
* Version 0.1c
* October 26, 2007
*
* Version: 0.1c, October 26, 2007
* Documentation:
* Once installed, users with an opensearch compatible browser should see
* their search box light up with whatever "click here to add a search
* engine" notification they have
*/
class BrowserSearch implements Extension {