Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-09-11 01:57:57 (GMT)
committer Richard Darst <rkd@zgib.net>2009-09-11 01:57:57 (GMT)
commit255576cd128b7f99cc7f83ae0bc148f072f9bd51 (patch)
treef53209937331db477eb4ec8c8e639227c06f3c65
parent11fe89759e4571407abe978cee4e4f2419b068c2 (diff)
Add manual documentation for CSS config variables
darcs-hash:20090911015757-82ea9-cf255870267b2fe296b3d9193c0011a51edbc160.gz
-rw-r--r--doc/Manual.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/Manual.txt b/doc/Manual.txt
index cd0c168..7f479f9 100644
--- a/doc/Manual.txt
+++ b/doc/Manual.txt
@@ -521,6 +521,28 @@ These variables are set either in ``meetingLocalConfig.py`` (in the
#'.rst.html':writers.HTMLfromRST(),
}
+``cssFile_minutes`` and ``cssFile_log``
+
+ If given, this is a file containing CSS for the .html and
+ .log.html outputs (HTML2 and HTMLlog2 writers). Embedding control
+ is described below.
+
+ If this value is the null string or 'default', then the default
+ CSS is used (see css-\*-default.css in the MeetBot distribution).
+ If this value is 'none', then no stylesheet information is written
+ whatsoever.
+
+ Note that for when embedded (see below), ``cssFile`` should be a
+ filesystem path readable locally. When you are *not* embedding,
+ ``cssFile`` should be the URL to the stylesheet, and this value
+ given is included literally to the output.
+
+``cssEmbed_minutes`` and ``cssEmbed_log``
+
+ If these are True, then the contents of ``cssFile`` (above) are
+ read and embedded into the HTML document. If these are False,
+ then a stylesheet link is written.
+
Advanced Configuration