]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/index.md
Merge branch 'upstream'
[webber.git] / in / plugins / index.md
index bbf30a345db9375f45e55af9cfbcd993a3a7f087..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,13 +14,13 @@ 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 from webber itself. If your
-web project needs local plugins, you can specifiy additional plugins with
+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