first cut at a testdrive addon

This commit is contained in:
friendica 2012-04-11 05:24:45 -07:00
parent 9295f179b1
commit d679a38e9e
5 changed files with 114 additions and 4 deletions

View file

@ -8,10 +8,8 @@
*
*
*
* Addons are registered with the system in the
* .htconfig.php file.
*
* $a->config['system']['addon'] = 'plugin1,plugin2,etc.';
* Addons are registered with the system through the admin
* panel.
*
* When registration is detected, the system calls the plugin
* name_install() function, located in 'addon/name/name.php',