]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/index.md
Merge branch 'upstream'
[webber.git] / in / plugins / index.md
index 176cde1faea168f000ccaf0556f6d677a74d287c..5b94af0777e72c410b449857040eee3e7e8fd63c 100644 (file)
@@ -1,6 +1,8 @@
 title: Plugins
 parent: Webber
+lang: en
 ctime: 2009-06-26
+mtime: 2010-04-16
 
 Webber doesn't do much on it's own. Almost all the real work is delegated
 to plugins. Those plugins do:
@@ -12,15 +14,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 generation]])
+* Create additional output files ([[google_sitemap.py|google_sitemap]])
 
 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 specify 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]].