From b5e89c8bd2e6b7b4ef3f04340ee770c1e8c74e3d Mon Sep 17 00:00:00 2001
From: Sam Ruby
Date: Mon, 16 Oct 2006 21:56:09 -0400
Subject: [PATCH] Make docs validate
---
docs/config.html | 3 +++
docs/filters.html | 3 +++
docs/index.html | 18 +++++++++++++-----
docs/migration.html | 3 +++
docs/normalization.html | 3 +++
docs/templates.html | 10 +++++++---
6 files changed, 32 insertions(+), 8 deletions(-)
diff --git a/docs/config.html b/docs/config.html
index 9370ee8..503f350 100644
--- a/docs/config.html
+++ b/docs/config.html
@@ -1,3 +1,6 @@
+
diff --git a/docs/filters.html b/docs/filters.html
index 7efdb88..9f20686 100644
--- a/docs/filters.html
+++ b/docs/filters.html
@@ -1,3 +1,6 @@
+
diff --git a/docs/index.html b/docs/index.html
index c85f103..7889335 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,3 +1,6 @@
+
@@ -7,22 +10,25 @@
Table of Contents
-- Basic Features
+- Basic Features
-
- Advanced Features
+
+- Advanced Features
-
- Other
+
+- Other
-
- Reference
+
+- Reference
-
- Legal
+
+- Legal
+
diff --git a/docs/migration.html b/docs/migration.html
index 8c6405c..36072f6 100644
--- a/docs/migration.html
+++ b/docs/migration.html
@@ -1,3 +1,6 @@
+
diff --git a/docs/normalization.html b/docs/normalization.html
index 2f9a5f2..6e27e2a 100644
--- a/docs/normalization.html
+++ b/docs/normalization.html
@@ -1,3 +1,6 @@
+
diff --git a/docs/templates.html b/docs/templates.html
index 8ccf572..6a2fc32 100644
--- a/docs/templates.html
+++ b/docs/templates.html
@@ -1,3 +1,6 @@
+
@@ -29,7 +32,7 @@ the following (rather substantial) subset:
-VAR | type | source |
+VAR | type | source |
author | String | author |
author_name | String | author_detail.name |
generator | String | generator |
@@ -58,7 +61,7 @@ The data values within the Items
array are as follows:
-VAR | type | source |
+VAR | type | source |
author | String | author |
author_email | String | author_detail.email |
author_name | String | author_detail.name |
@@ -103,7 +106,7 @@ find XSLT less approachable than htmltmpl.
input is a highly normalized feed,
with a few extension elements.
-atom:feed
will have the following child elements:
+atom:feed
will have the following child elements:
- A
planet:source
element per subscription, with the same child elements as atom:source
, as well as
an additional child element in the planet namespace for each
@@ -112,6 +115,7 @@ this subscription.
planet:format
indicating the format and version of the source feed.
planet:bozo
which is either true
or false
.
+
atom:updated
and atom:published
will have
a planet:format
attribute containing the referenced date
formatted according to the [planet] date_format
specified