From: Holger Schurig Date: Thu, 24 Jun 2010 08:30:09 +0000 (+0200) Subject: fix some links X-Git-Url: https://oss.titaniummirror.com/gitweb?p=webber.git;a=commitdiff_plain;h=7c58e943c76e7510183f3d4da9e34ba9813914b0 fix some links --- diff --git a/in/configuration.md b/in/configuration.md index 4e785c9..5711e55 100644 --- a/in/configuration.md +++ b/in/configuration.md @@ -1,6 +1,7 @@ title: Configuration parent: Webber ctime: 2009-06-24 +mtime: 2009-06-24 Configuration happens either the [[commandline]] or via the configuration file (described below). All Configurations are @@ -72,7 +73,7 @@ List of to load. == plugin_dirs == -List of directories that should be search for [[plugins]]. Can be empty or +List of directories that should be search for [[plugins|Plugins]]. Can be empty or completely omitted. == exclude_dirs == diff --git a/in/index.md b/in/index.md index 6bc179a..2f9800c 100644 --- a/in/index.md +++ b/in/index.md @@ -1,12 +1,13 @@ title: Webber ctime: 2009-06-24 +mtime: 2009-06-24 * [[overview]] * [[pageformat]] * [[configuration]] * [[commandline]] * [[inheritance]] -* [[plugins]] +* [[Plugins]] * [[read_rst]] * [[read_markdown]] * [[read_html]] @@ -18,4 +19,3 @@ ctime: 2009-06-24 * [[hooks]] * [[functions]] * [[macros]] -* [[templates]] diff --git a/in/pageformat.md b/in/pageformat.md index 8ddbe00..dd477c1 100644 --- a/in/pageformat.md +++ b/in/pageformat.md @@ -119,7 +119,7 @@ name. For convenience, you can ommit "`.tmpl`". == description == Anything you specify here will be accessible in the template as ${description}. -You can use this for HTML meta information, see [[template_make]]. +You can use this for HTML meta information, see [[template_mako]]. If you don't specify a description, then ${description} will be the empty string. @@ -127,7 +127,7 @@ If you don't specify a description, then ${description} will be the empty string == keywords == Anything you specify here will be accessible in the template as ${keywords}. -You can use this for HTML meta information, see [[template_make]]. +You can use this for HTML meta information, see [[template_mako]]. If you don't specify a description, then ${keywords} will be the empty string.