]> oss.titaniummirror.com Git - webber.git/blobdiff - in/plugins/read_html.md
Merge branch 'upstream'
[webber.git] / in / plugins / read_html.md
index 829a30d361a7c336b26b8c837f62598ccb567f6e..936c93b72d8b4f571e0625c037315bd455ef0a97 100644 (file)
@@ -1,13 +1,15 @@
 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.
 
 Please note that currently the plugin assumes that this is a HTML snippet.
-That means: the snippes should only contain what is inside "`<body>`" and
-"`</body>`", but without those tags themselfes.
+That means: the snippets should only contain what is inside "`<body>`" and
+"`</body>`", but without those tags themselves.
 
 A sample "`test.html`" document looks like this:
 
@@ -19,4 +21,4 @@ A sample "`test.html`" document looks like this:
        <!-- to be continued -->
 
 You'll find more about "`title:`", "`parent:`" and "`ctime:`" in the
-[[page format|pageformat.html]] description.
+[[page format|pageformat]] description.