X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Fplugins%2Findex.md;h=933189487144e4ad293aea4280eb79880b1b7231;hb=62778c4dbb5f3f23e7cbfdbf7628975dd0b66ea6;hp=176cde1faea168f000ccaf0556f6d677a74d287c;hpb=6c2d3df3ff956481cacfee43276fd23a5fb872aa;p=webber.git diff --git a/in/plugins/index.md b/in/plugins/index.md index 176cde1..9331894 100644 --- a/in/plugins/index.md +++ b/in/plugins/index.md @@ -12,15 +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 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 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]].