]> oss.titaniummirror.com Git - webber.git/commitdiff
fix some links
authorHolger Schurig <holgerschurig@gmail.com>
Thu, 24 Jun 2010 08:30:09 +0000 (10:30 +0200)
committerHolger Schurig <holgerschurig@gmail.com>
Thu, 24 Jun 2010 08:30:09 +0000 (10:30 +0200)
in/configuration.md
in/index.md
in/pageformat.md

index 4e785c9039ae08cce9a00b6f3f09284b5379ab83..5711e55767345a4aa85ebc1049040661871680f7 100644 (file)
@@ -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 ==
index 6bc179a62c5fa0c95cd66572cc120a7546556bec..2f9800cd8aee5869e1f87a019b04774c09b82fb9 100644 (file)
@@ -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]]
index 8ddbe00a516d3e73b89d206b705a65a06247bc53..dd477c1b1bc3adf085377b3984342dcfe95292f1 100644 (file)
@@ -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.