From 4a777e1fca47f8ad4418c6643180ebce96026a67 Mon Sep 17 00:00:00 2001
From: Sam Ruby
Date: Tue, 17 Oct 2006 11:17:26 -0400
Subject: [PATCH] Documentation nits
---
docs/config.html | 8 ++++----
docs/docs.css | 1 +
docs/filters.html | 4 ++--
docs/installation.html | 5 +++--
docs/normalization.html | 6 +++---
5 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/docs/config.html b/docs/config.html
index 4b64564..70c6710 100644
--- a/docs/config.html
+++ b/docs/config.html
@@ -40,7 +40,7 @@ are either new or implemented differently by Venus.
Your e-mail address
-
+
- cache_directory
- Where cached feeds are stored
@@ -48,7 +48,7 @@ are either new or implemented differently by Venus.
- Directory to place output files
-
+
- theme
- Directory containing a
config.ini
file which is merged
@@ -65,7 +65,7 @@ can be found
- Space-separated list of filters to apply to each entry
-
+
- items_per_page
- How many items to put on each page. Whereas Planet 2.0 allows this to
@@ -86,7 +86,7 @@ for this across all templates.
number of days will be marked as inactive
-
+
- log_level
- One of
DEBUG
, INFO
, WARNING
, ERROR
or CRITICAL
diff --git a/docs/docs.css b/docs/docs.css
index 65b290c..5049baa 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -78,6 +78,7 @@ dl.compact {
dl.code > dt {
font-family: monospace;
+ font-size: large;
}
dl.compact > dt {
diff --git a/docs/filters.html b/docs/filters.html
index 9f20686..90cc799 100644
--- a/docs/filters.html
+++ b/docs/filters.html
@@ -44,7 +44,7 @@ expressions.
- The file extension of the filter is significant.
.py
invokes
-python. .xslt
involkes xslt. .sed
and
+python. .xslt
involkes XSLT. .sed
and
.tmpl
(a.k.a. htmltmp) are also options. Other languages, like
perl or ruby or class/jar (java), aren't supported at the moment, but these
would be easy to add.
@@ -58,7 +58,7 @@ configuration file (think unix pipes). Planet wide filters are executed before
feed specific filters.
- Templates written using htmltmpl currently only have access to a fixed set
-of fields, whereas xslt templates have access to everything.
+of fields, whereas XSLT templates have access to everything.