]> oss.titaniummirror.com Git - webber.git/blobdiff - in/configuration.md
Documentation: added marker that all pages are in the english language
[webber.git] / in / configuration.md
index ed3955739b9a8bb15dbd2af4de868a5c10f5e12e..f5e28090c2e91f7d221b5699bb0c6973ce1ddef0 100644 (file)
@@ -1,6 +1,8 @@
 title: Configuration
 parent: Webber
-ctime: 2009-06-26
+lang: en
+ctime: 2009-06-24
+mtime: 2009-06-24
 
 Configuration happens either the [[commandline]] or
 via the configuration file (described below). All Configurations are
@@ -27,6 +29,9 @@ Webber expects a `webber.conf` file in it's root directory. It should look like
                "read_markdown",
                "template_mako",
                ]
+       plugin_dirs: [
+               "my_plugins"
+               ]
        exclude_dir: [
                "webber.conf",
                "*.tmpl",
@@ -65,7 +70,12 @@ Encoding ('utf-8', 'iso-8859-1' etc) used when writing the final HTML pages.
 
 == plugins ==
 
-List of [[plugins]] to load.
+List of  to load.
+
+== plugin_dirs ==
+
+List of directories that should be search for [[plugins|Plugins]]. Can be empty or
+completely omitted.
 
 == exclude_dirs ==