]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/index.md
webber.py: add plugin_dirs[] configuration
[webber.git] / in / plugins / index.md
index 176cde1faea168f000ccaf0556f6d677a74d287c..bbf30a345db9375f45e55af9cfbcd993a3a7f087 100644 (file)
@@ -17,10 +17,13 @@ to plugins. Those plugins do:
 There's another plugin there ([[skeleton.py|skeleton]]), which is
 is just a demo for plugin-programmers.
 
-Plugins simply reside in the "`plugins/`" directory. However, webber
-doesn't load all of them automatically. Instead you specify in the
-configuration file [[webber.conf|configuration]] which
-plugins you want.
+Plugins simply reside in the "`plugins/`" directory from webber itself. If your
+web project needs local plugins, you can specifiy additional plugins with
+"`plugin_dirs`" in [[webber.conf|configuration]].
+
+Note that webber doesn't load all of them automatically. Instead you specify
+in the configuration file [[webber.conf|configuration]] 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]].