Home » Projekte » Webber » Plugins

Plugins

Webber doesn't do much on it's own. Almost all the real work is delegated to plugins. Those plugins do:

There's another plugin there (skeleton.py), which is is just a demo for plugin-programmers.

Plugins simply reside in the "plugins/" directory from webber itself. If your web project needs local plugins, you can specify additional plugins with "plugin_dirs" in webber.conf.

Note that webber doesn't load all of them automatically. Instead you specify in the configuration file webber.conf which plugins you want. Use the variable "plugins" for that.

Once plugins are loaded, webber orchestrates the work of itself and all plugins via Hooks.

Recently changed in this area: