Plugin development

From StatusNet
Jump to: navigation, search

See the plugins included with StatusNet as a starting point. Further documentation to follow...

Contents

[edit] Reference

[edit] Development plans

[edit] Plugin developer helper

Produces output for getting started with writing plugins. Get from http://kylehasegawa.com/laconica-plugin-developer-helper-plugin-pdhelper.


[edit] Plugin file locations

Example: If loading a plugin named "Mollom", Statusnet will look for the code in the following locations

  1. local/plugins/MollomPlugin.php
  2. local/plugins/Mollom/MollomPlugin.php
  3. local/MollomPlugin.php
  4. local/Mollom/MollomPlugin.php
  5. plugins/MollomPlugin.php
  6. plugins/Mollom/MollomPlugin.php
Personal tools
Namespaces
Variants
Actions
Navigation
Status.net
Toolbox