From 02dc66719998ae8faa7f8f6adef090b6de585543 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Thu, 1 Jul 2010 11:39:43 +0200 Subject: [PATCH] Documentation: added marker that all pages are in the english language (or what I as a german assume to be english ...) --- in/commandline.md | 2 ++ in/configuration.md | 1 + in/functions.md | 2 ++ in/hooks.md | 2 ++ in/index.md | 1 + in/inheritance.md | 2 ++ in/macros.md | 2 ++ in/pageformat.md | 1 + in/plugins/google_sitemap.md | 1 + in/plugins/hierarchy.md | 1 + in/plugins/index.md | 2 ++ in/plugins/link.md | 2 ++ in/plugins/read_copyonly.md | 2 ++ in/plugins/read_html.md | 2 ++ in/plugins/read_markdown.md | 2 ++ in/plugins/read_rst.md | 2 ++ in/plugins/rss_feed.md | 2 ++ in/plugins/skeleton.md | 1 + in/plugins/template_mako.md | 2 ++ in/plugins/toc.md | 2 ++ in/sitemap.md | 4 ++++ 21 files changed, 38 insertions(+) diff --git a/in/commandline.md b/in/commandline.md index 0aca797..a2c49d4 100644 --- a/in/commandline.md +++ b/in/commandline.md @@ -1,7 +1,9 @@ title: Command line options linktitle: Cmdline parent: Configuration +lang: en ctime: 2009-06-24 +mtime: 2009-06-26 = Help = diff --git a/in/configuration.md b/in/configuration.md index 5711e55..f5e2809 100644 --- a/in/configuration.md +++ b/in/configuration.md @@ -1,5 +1,6 @@ title: Configuration parent: Webber +lang: en ctime: 2009-06-24 mtime: 2009-06-24 diff --git a/in/functions.md b/in/functions.md index 0f79960..c91418c 100644 --- a/in/functions.md +++ b/in/functions.md @@ -1,6 +1,8 @@ title: Functions parent: Webber +lang: en ctime: 2009-06-24 +mtime: 2010-06-24 change: described get_toc() = Calling functions = diff --git a/in/hooks.md b/in/hooks.md index 220c789..6a3284a 100644 --- a/in/hooks.md +++ b/in/hooks.md @@ -1,6 +1,8 @@ title: Hooks parent: Webber +lang: en ctime: 2009-06-24 +mtime: 2010-06-24 change: changed behavior of linkify hook = At Startup = diff --git a/in/index.md b/in/index.md index 7952eb3..06f3bff 100644 --- a/in/index.md +++ b/in/index.md @@ -1,4 +1,5 @@ title: Webber +lang: en ctime: 2009-06-24 mtime: 2009-06-24 diff --git a/in/inheritance.md b/in/inheritance.md index 6167c5f..a165173 100644 --- a/in/inheritance.md +++ b/in/inheritance.md @@ -1,7 +1,9 @@ title: Configuration inheritance linktitle: Inheritance parent: Webber +lang: en ctime: 2009-06-24 +mtime: 2009-06-26 = Overview = diff --git a/in/macros.md b/in/macros.md index 211de19..abf9634 100644 --- a/in/macros.md +++ b/in/macros.md @@ -1,6 +1,8 @@ title: Macros parent: Webber +lang: en ctime: 2009-06-24 +mtime: 2009-06-26 = Calling macros = diff --git a/in/pageformat.md b/in/pageformat.md index 0fc91b5..12a1d48 100644 --- a/in/pageformat.md +++ b/in/pageformat.md @@ -1,5 +1,6 @@ title: Page format parent: Webber +lang: en ctime: 2009-06-26 mtime: 2009-06-26 diff --git a/in/plugins/google_sitemap.md b/in/plugins/google_sitemap.md index 7a26122..2eb9202 100644 --- a/in/plugins/google_sitemap.md +++ b/in/plugins/google_sitemap.md @@ -2,6 +2,7 @@ title: Google Sitemap generation linktitle: google_sitemap.py parent: Plugins keywords: Google, XML, Sitemap generator +lang: en ctime: 2009-06-26 mtime: 2009-06-26 diff --git a/in/plugins/hierarchy.md b/in/plugins/hierarchy.md index a7b6bf1..33658ed 100644 --- a/in/plugins/hierarchy.md +++ b/in/plugins/hierarchy.md @@ -1,6 +1,7 @@ title: Generate hierarchy linktitle: hierarchy.py parent: Plugins +lang: en ctime: 2009-06-26 mtime: 2009-06-26 diff --git a/in/plugins/index.md b/in/plugins/index.md index 9331894..5f992c3 100644 --- a/in/plugins/index.md +++ b/in/plugins/index.md @@ -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: diff --git a/in/plugins/link.md b/in/plugins/link.md index 8a0af05..4e183fe 100644 --- a/in/plugins/link.md +++ b/in/plugins/link.md @@ -1,7 +1,9 @@ title: Create HTML links linktitle: link.py parent: Plugins +lang: en ctime: 2009-06-26 +mtime: 2009-06-26 This plugin converts strings in the form diff --git a/in/plugins/read_copyonly.md b/in/plugins/read_copyonly.md index 183dd43..75307fa 100644 --- a/in/plugins/read_copyonly.md +++ b/in/plugins/read_copyonly.md @@ -1,7 +1,9 @@ title: Read and copy binary files linktitle: read_copyonly.py parent: Plugins +lang: en ctime: 2009-06-26 +mtime: 2010-04-23 This plugin copies files (e.g. graphics files) into the destination folder. diff --git a/in/plugins/read_html.md b/in/plugins/read_html.md index 829a30d..9ae4540 100644 --- a/in/plugins/read_html.md +++ b/in/plugins/read_html.md @@ -1,7 +1,9 @@ title: Read HTML linktitle: read_html.py parent: Plugins +lang: en ctime: 2009-06-26 +mtime: 2009-06-26 This plugin reads HTML snippets from "`*.html`" files. diff --git a/in/plugins/read_markdown.md b/in/plugins/read_markdown.md index d042adf..c9682a9 100644 --- a/in/plugins/read_markdown.md +++ b/in/plugins/read_markdown.md @@ -1,7 +1,9 @@ title: Read Markdown linktitle: read_markdown.py parent: Plugins +lang: en ctime: 2009-06-26 +mtime: 2009-06-26 This plugin reads "`*.md`" files and converts them to HTML. diff --git a/in/plugins/read_rst.md b/in/plugins/read_rst.md index 827c67a..45543d8 100644 --- a/in/plugins/read_rst.md +++ b/in/plugins/read_rst.md @@ -1,7 +1,9 @@ title: Read RST linktitle: read_rst.py parent: Plugins +lang: en ctime: 2009-06-26 +mtime: 2009-06-26 This plugin reads "`*.rst`" files and converts them to HTML. diff --git a/in/plugins/rss_feed.md b/in/plugins/rss_feed.md index e0f9cf7..1a10b14 100644 --- a/in/plugins/rss_feed.md +++ b/in/plugins/rss_feed.md @@ -2,7 +2,9 @@ title: RSS feed generator linktitle: rss_feed.py parent: Plugins keywords: RSS +lang: en ctime: 2010-06-23 +mtime: 2010-06-23 This plugins write an XML file "`feed.rss`" (can be changed) into the out-directory. The format is according to the RSS feed documentation diff --git a/in/plugins/skeleton.md b/in/plugins/skeleton.md index bed7e37..bc40819 100644 --- a/in/plugins/skeleton.md +++ b/in/plugins/skeleton.md @@ -1,6 +1,7 @@ title: Sample plugin skeleton linktitle: skeleton.py parent: Plugins +lang: en ctime: 2009-06-26 mtime: 2009-06-26 change: described usage diff --git a/in/plugins/template_mako.md b/in/plugins/template_mako.md index fff1cc9..5a7f8f1 100644 --- a/in/plugins/template_mako.md +++ b/in/plugins/template_mako.md @@ -1,7 +1,9 @@ title: Mako template linktitle: template_mako.py parent: Plugins +lang: en ctime: 2009-06-26 +mtime: 2010-06-23 change: finally documented how templates work This plugin uses the [[Mako template diff --git a/in/plugins/toc.md b/in/plugins/toc.md index 413929f..803399b 100644 --- a/in/plugins/toc.md +++ b/in/plugins/toc.md @@ -1,7 +1,9 @@ title: Generate table of contents linktitle: toc.py parent: Plugins +lang: en ctime: 2010-06-23 +mtime: 2010-06-24 change: make get_toc() work like get_recently() This plugin analyzes the HTML header statements (h1, h2, h3 ...) and diff --git a/in/sitemap.md b/in/sitemap.md index 3738183..afcf51e 100644 --- a/in/sitemap.md +++ b/in/sitemap.md @@ -1,5 +1,9 @@ title: Sitemap parent: Home +hide: true +lang: en template: sitemap +ctime: 2009-06-24 +mtime: 2009-06-24 The following pages exist: -- 2.39.2