]> oss.titaniummirror.com Git - webber.git/commitdiff
doc: give a little overview about webber's function
authorHolger Schurig <hs4233@mail.mn-solutions.de>
Mon, 5 Jul 2010 18:19:59 +0000 (20:19 +0200)
committerHolger Schurig <hs4233@mail.mn-solutions.de>
Mon, 5 Jul 2010 18:19:59 +0000 (20:19 +0200)
in/index.md

index 06f3bfff8e5658bc6bbeabcc9c5f97b8696dec04..bb87de3f10be5c9ca05d5ce7622811aa68b1bb43 100644 (file)
@@ -3,6 +3,24 @@ lang: en
 ctime: 2009-06-24
 mtime: 2009-06-24
 
+*Webber* is a <b>static</b> web-site generation tool, loosely based on ideas
+from IkiWiki and my own likings.
+
+It works by ...
+
+ * reading one [[configuration file|configuration]]
+ * reading one or more [[page files|pageformat]]
+ * considering any number of [[plugins|Plugins]]
+ * execution of [[macros|macros]]
+ * execution of [[hooks|hooks]]
+ * rendering throught a [[template|template_mako]], using [[functions|functions]]
+
+Finally webber creates static HTML files that you can upload to your
+web-site. I recommend [[sitecopy|http://www.manyfish.co.uk/sitecopy/]]
+for this.
+
+= More Info 
+
 * [[pageformat]]
 * [[configuration]]
  * [[commandline]]