From 72cdcb42ebbb910b38758f4656cf1aceb6bca9d5 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Wed, 25 Nov 2009 08:57:04 +0000 Subject: Add %(channel) replacement to filenames - Allows configuration of saving on a per-network basis. darcs-hash:20091125085704-82ea9-6068d1ae3eb521f19447c6e07f8dd46390ad6868.gz --- (limited to 'doc') diff --git a/doc/Manual.txt b/doc/Manual.txt index 3b3665a..1dc2ea4 100644 --- a/doc/Manual.txt +++ b/doc/Manual.txt @@ -452,11 +452,11 @@ These variables are set either in ``meetingLocalConfig.py`` (in the ``logFileDir`` and ``logUrlPrefix``. Variables available for replacement using ``%(name)s`` include: - ``channel``, ``meetingname``. Double percent signs (e.g.: ``%%Y`` - are time formats, from ``time.strftime``. + ``channel``, ``network``, ``meetingname``. Double percent signs + (e.g.: ``%%Y`` are time formats, from ``time.strftime``. - This filename does *not* include extensions. Those are found from - the writers, via the variable ``writer_map``. + You should *not* include filename extensions here. Those are + found from the writers, via the variable ``writer_map``. Putting these all together, a set of variables could be: 1) ``logFileDir = /srv/www/meetings/`` -- cgit v0.9.1