
I’ve implemented a plugin engine, loosely based on WordPress‘ plugin model, which should allow for simple “plug’n'play” addition of new Gregarius features!
Plugins are simple php files that can be dropped in the /plugins/ folder of your Gregarius installation, then activated in the configuration section.
Currently, Gregarius is shipped with the following plugins:
New window plugin: when activated, this plugin will make off-site links open in a new window
Url filter plugin: will turn URLs in your items into actual links
I’ll provide documentation on plugin-authoring as soon as possible, and will eventually set up a repository for third-party plugins.