From 255576cd128b7f99cc7f83ae0bc148f072f9bd51 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Fri, 11 Sep 2009 01:57:57 +0000 Subject: Add manual documentation for CSS config variables darcs-hash:20090911015757-82ea9-cf255870267b2fe296b3d9193c0011a51edbc160.gz --- 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 -- cgit v0.9.1