1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.72 [en] (X11; I; Linux 2.2.12 i686) [Netscape]">
</head>
<body>
<h1>
Taglog reference manual</h1>
<h2>
Files</h2>
By default taglog uses a directory called '<tt>diary</tt>' which it creates
in the users home directory if it does not exist. Underneath this directory
if creates a directory called 'log<i>yyyy</i>' where yyyy is the current
year. Each days log entries are stored in a file called 'mmdd.tag'
where mm is the current month and dd is the day of month.
<p>Actions are stored in a file called actions.tag in the diary directory.
<p>Users preferences are stored in a file called '.taglog' under Unix,
or 'taglog.cfg' under Windows, both in the user's home directory. The preferences
file stores the projects the user books to, and can be used to override
the default preferences set in the program. The user preferences file must
be valid tcl script as it is sourced when the program starts.
<br>
<br>
</body>
</html>
|