diff options
author | Frederic Culot <calcurse@culot.org> | 2009-01-04 11:52:47 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-01-04 11:52:47 +0000 |
commit | 9a10c34c23bd06a6f75beb42c999e9a8d22008da (patch) | |
tree | 34ae5e66800b73237d1637709e8943adbaa712b0 /doc/manual_en.html | |
parent | 21abed5f48d4689285a1ff6eade961b2ce6864c2 (diff) | |
download | calcurse-9a10c34c23bd06a6f75beb42c999e9a8d22008da.zip |
information about periodic saves added in manuals
Diffstat (limited to 'doc/manual_en.html')
-rwxr-xr-x | doc/manual_en.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/manual_en.html b/doc/manual_en.html index 39c647b..df12fe2 100755 --- a/doc/manual_en.html +++ b/doc/manual_en.html @@ -1,10 +1,10 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_en.html,v 1.21 2008/12/09 21:09:17 culot Exp $ + * $calcurse: manual_en.html,v 1.22 2009/01/04 11:52:47 culot Exp $ * * Calcurse - text-based organizer - * Copyright (c) 2004-2008 Frederic Culot + * Copyright (c) 2004-2009 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -238,7 +238,7 @@ All of the commands are documented within an online help system. <h2>3.2 Install process<a name="install_process"></a></h2> <p> First you need to gunzip and untar the source archive:</p> - <pre>tar zxvf calcurse-2.4.tar.gz</pre> + <pre>tar zxvf calcurse-2.5.tar.gz</pre> <p> Once you meet the requirements and have extracted the archive, the install process is quite simple, and follows the standard @@ -667,6 +667,14 @@ $HOME/.calcurse/ This means the user must press 'S' (for saving) in order to retrieve its modifications.</p> </dd> + <dt><code>periodic_save</code> + (default: <span class="emp">0</span>)</dt> + <dd>If different from '0', user's data will be automatically + saved every <span class="emp">periodic_save</span> minutes. + When an automatic save is performed, two asterisks + (i.e. '<code>**</code>') will appear on the top right-hand side + of the screen).</p> + </dd> <dt><code>confirm_quit</code> (default: <span class="emp">yes</span>)</dt> <dd>If set to <span class="emp">yes</span>, confirmation is required before @@ -1169,8 +1177,8 @@ msgid "" users who sent me their feedback.</p> <div class="footer"> - Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.4 - Last change: December 09, 2008<br> + Copyright © 2004-2009 Frédéric Culot<br> + Calcurse version 2.5 - Last change: January 04, 2009<br> </div> </div> |