diff --git a/THANKS b/THANKS index fc50f34..1c7e22a 100644 --- a/THANKS +++ b/THANKS @@ -4,7 +4,7 @@ Elias Torres - FOAF OnlineAccounts Jacques Distler - Template patches Michael Koziarski - HTTP Auth fix Brian Ewins - Win32 / Portalocker -Joe Gregorio - Invoke same version of Python for filters +Joe Gregorio - python versioning for filters, verbose tests, spider_threads Harry Fuecks - Pipe characters in file names, filter bug Eric van der Vlist - Filters to add language, category information Chris Dolan - mkdir cache; default template_dirs; fix xsltproc diff --git a/docs/config.html b/docs/config.html index b20d28c..9491a29 100644 --- a/docs/config.html +++ b/docs/config.html @@ -98,7 +98,17 @@ use for logging output. Note: this configuration value is processed
spider_threads
is specified, you can also specify a
+directory to be used for an additional HTTP cache to front end the Venus
+cache. If specified as a relative path, it is evaluated relative to the
+cache_directory
.Additional options can be found in +normalization level overrides.
[DEFAULT]
Build your own themes, templates, or filters! And share!
-
The Fink Project packages
@@ -101,12 +101,20 @@ not yet ported to the newer python so Venus will be less featureful.
may want to explicitly specify python2.4
.
Before starting, issue the following command:
-sudo apt-get install bzr python2.4-librdf
+ +sudo apt-get install bzr python2.4-librdf
If you are running Python 2.2, you may also need to install pyxml. If the +following runs without error, you do not have the problem.
++python -c "__import__('xml.dom.minidom').dom.minidom.parseString('<entry xml:lang=\"en\"/>')"
Installation of pyxml varies by platform. For Ubuntu Linux (Dapper Drake), issue the following command:
+ +sudo apt-get install python2.2-xml