diff --git a/README b/README index 3014d89..59924c3 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ also actively being maintained. It uses Mark Pilgrim's Universal Feed Parser to read from CDF, RDF, RSS and Atom feeds; Leonard Richardson's Beautiful Soup to correct markup issues; -and either Tomas Styblo's templating engine Daniel Viellard's implementation +and either Tomas Styblo's templating engine or Daniel Viellard's implementation of XSLT to output static files in any format you can dream up. To get started, check out the documentation in the docs directory. If you have diff --git a/docs/config.html b/docs/config.html index 4a08ed7..0ed6e59 100644 --- a/docs/config.html +++ b/docs/config.html @@ -139,9 +139,10 @@ you are free to include as few or as many parameters as you like, most of the predefined themes presume that at least name is defined.

The content_type parameter can be defined to indicate that this subscription is a reading list, i.e., is an external list -of subscriptions. At the moment, two formats of reading lists are supported: -opml and foaf. In the future, support for formats -like xoxo could be added.

+of subscriptions. At the moment, three formats of reading lists are supported: +opml, foaf, csv, and +config. In the future, +support for formats like xoxo could be added.

Normalization overrides can also be defined here.

diff --git a/docs/filters.html b/docs/filters.html index 228f323..2348005 100644 --- a/docs/filters.html +++ b/docs/filters.html @@ -84,8 +84,8 @@ then the output stream is through the specified filter and the output is planced into the named file; the other unmodified branch continues onto the next filter, if any. One use case for this function is to use -xhtml2html to produce both an XHTML and -an HTML output stream from one source. +xhtml2html to produce both an XHTML +and an HTML output stream from one source.
  • Templates written using htmltmpl or django currently only have access to a fixed set of fields, whereas XSLT and genshi templates have access to diff --git a/docs/normalization.html b/docs/normalization.html index 33883a9..fb6d01d 100644 --- a/docs/normalization.html +++ b/docs/normalization.html @@ -80,8 +80,8 @@ that can be used to help.