]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/index.md
plugins doc: fix link
[webber.git] / in / plugins / index.md
index 588e65392a48c906c0e442193c6a6a622573e44e..933189487144e4ad293aea4280eb79880b1b7231 100644 (file)
@@ -12,14 +12,18 @@ to plugins. Those plugins do:
 * Update internal state or modify HTML snippets
   ([[hierarchy.py|hierarchy]], [[link.py|link]])
 * Create HTML pages ([[template_mako.py|template_mako]])
+* Create additional output files ([[google_sitemap.py|google_sitemap]])
 
-There's another plugin there ([[skeleton.py|skeleton]], which is
+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]].