information about periodic saves added in manuals
This commit is contained in:
parent
21abed5f48
commit
9a10c34c23
@ -2,6 +2,9 @@
|
||||
|
||||
* src/help.c (help_screen): help page added to describe the cut
|
||||
and paste feature
|
||||
|
||||
* doc/manual_*.html: information about periodic saves added in
|
||||
manuals
|
||||
|
||||
2009-01-03 Frederic Culot <frederic@culot.org>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!--
|
||||
/*
|
||||
* $calcurse: manual_de.html,v 1.21 2008/12/09 21:09:17 culot Exp $
|
||||
* $calcurse: manual_de.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
|
||||
@ -241,7 +241,7 @@ laden:</p>
|
||||
<h2>3.2 Installationsprozess<a name="install_process"></a></h2>
|
||||
<p>
|
||||
Als erstes müssen die Dateien entpackt werden:</p>
|
||||
<pre>tar zxvf calcurse-2.4.tar.gz</pre>
|
||||
<pre>tar zxvf calcurse-2.5.tar.gz</pre>
|
||||
<p>
|
||||
Ist diese Voraussetzung erfüllt und das Archiv entpackt,
|
||||
sind nur noch die drei üblichen Schritte erforderlich:</p>
|
||||
@ -667,6 +667,18 @@ allgemeines Verhalten.</p>
|
||||
Eingaben dennoch zu speichern, müssen Sie als Nutzer die Taste 'S'
|
||||
betätigen.</p>
|
||||
</dd>
|
||||
|
||||
<div class="todo">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<dt><code>Beenden_bestätigen</code>
|
||||
(Voreinstellung: <span class="emp">ja</span>)</dt>
|
||||
<dd>Wenn <span class="emp">ja</span> eingestellt worden ist, wird nachgefragt, ob das
|
||||
@ -1138,10 +1150,10 @@ Und zuletzt, vielen vielen Dank an alle <code>calcurse</code>
|
||||
Benutzer, die mir Ihr Feedback mitgeteilt haben.</p>
|
||||
|
||||
<div class="footer">
|
||||
Copyright (c) 2004-2008 Frédéric Culot<br>
|
||||
Copyright © 2004-2009 Frédéric Culot<br>
|
||||
German translation by Michael Schulz
|
||||
<code><bloodshower .at. web .dot. de></code>, and Chris.<br>
|
||||
Calcurse version 2.4 - Last change: December 09, 2008<br>
|
||||
Calcurse version 2.5 - Last change: January 04, 2009<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!--
|
||||
/*
|
||||
* $calcurse: manual_es.html,v 1.18 2008/12/09 21:09:17 culot Exp $
|
||||
* $calcurse: manual_es.html,v 1.19 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 @@ well as the way one can contribute to <code>calcurse</code> development.
|
||||
<h2>3.2 Proceso de instalación<a name="install_process"></a></h2>
|
||||
<p>
|
||||
Primero necesitas descomprimir ( gunzip y untar) el archivo fuente:</p>
|
||||
<pre>tar zxvf calcurse-2.4.tar.gz</pre>
|
||||
<pre>tar zxvf calcurse-2.5.tar.gz</pre>
|
||||
<p>
|
||||
Una vez has resuelto los requisitos y has extraído el archivo,
|
||||
el proceso de instalación es muy simple y sigue los tres pasos habituales:
|
||||
@ -679,6 +679,18 @@ $HOME/.calcurse/
|
||||
Esto significa que el usuario debe pulsar 'S' (guardar) para guardar
|
||||
sus modificaciones antes de salir.</p>
|
||||
</dd>
|
||||
|
||||
<div class="todo">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<dt><code>confirmar_salir</code>
|
||||
(por defecto: <span class="emp">si</span>)</dt>
|
||||
<dd>Si se fija en <span class="emp">si</span>, se requerirá confirmación antes de salir,
|
||||
@ -1156,10 +1168,10 @@ msgid ""
|
||||
que me han enviado sus comentarios.</p>
|
||||
|
||||
<div class="footer">
|
||||
Copyright (c) 2004-2008 Frédéric Culot<br>
|
||||
Copyright © 2004-2009 Frédéric Culot<br>
|
||||
Traducido al Español por José López
|
||||
<code><testinground .at. gmail .dot. com></code><br>
|
||||
Calcurse version 2.4 - Last change: December 09, 2008<br>
|
||||
Calcurse version 2.5 - Last change: January 04, 2009<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!--
|
||||
/*
|
||||
* $calcurse: manual_fr.html,v 1.22 2008/12/09 21:09:17 culot Exp $
|
||||
* $calcurse: manual_fr.html,v 1.23 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
|
||||
@ -267,7 +267,7 @@ disponibles.
|
||||
<p>
|
||||
Vous devez tout d'abord décompresser l'archive source de la
|
||||
manière suivante :</p>
|
||||
<pre>tar zxvf calcurse-2.4.tar.gz</pre>
|
||||
<pre>tar zxvf calcurse-2.5.tar.gz</pre>
|
||||
<p>
|
||||
Une fois que vous remplissez tous les pré-requis nécessaires à
|
||||
l'installation, le processus de compilation est simple et suit
|
||||
@ -733,6 +733,18 @@ $HOME/.calcurse/
|
||||
(pour sauvegarder) pour retrouver ses modifications au prochain
|
||||
lancement de <code>calcurse</code>.</p>
|
||||
</dd>
|
||||
|
||||
<div class="todo">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<dt><code>confirmer_pour_quitter</code>
|
||||
(valeur par défaut: <span class="emp">oui</span>)</dt>
|
||||
<dd>Si cette option est fixée à <span class="emp">oui</span>,
|
||||
@ -1323,8 +1335,8 @@ msgid ""
|
||||
<code>calcurse</code> qui m'ont fait parvenir leurs commentaires.</p>
|
||||
|
||||
<div class="footer">
|
||||
Copyright (c) 2004-2008 Frédéric Culot<br>
|
||||
Calcurse version 2.4 - Dernière modification: 09 Décembre 2008<br>
|
||||
Copyright © 2004-2009 Frédéric Culot<br>
|
||||
Calcurse version 2.5 - Dernière modification: 04 Janvier 2009<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!--
|
||||
/*
|
||||
* $calcurse: manual_it.html,v 1.7 2008/12/09 21:09:17 culot Exp $
|
||||
* $calcurse: manual_it.html,v 1.8 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
|
||||
@ -254,7 +254,7 @@ caratteristiche<a name="overview_features"></a></h2>
|
||||
Innanzitutto è necessario scompattare l'archivio contenente i
|
||||
sorgenti:
|
||||
</p>
|
||||
<pre>tar zxvf calcurse-2.4.tar.gz</pre>
|
||||
<pre>tar zxvf calcurse-2.5.tar.gz</pre>
|
||||
<p>
|
||||
Una volta verificati i requisiti e scompattato l'archivio la
|
||||
procedura d'installazione è piuttosto semplice visto che segue i tre
|
||||
@ -736,6 +736,18 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
|
||||
necessario premere 'S' per salvare i dati eventualmente
|
||||
modificati.
|
||||
</dd>
|
||||
|
||||
<div class="todo">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<dt><code>confirm_quit</code>
|
||||
(default: <span class="emp">yes</span>)</dt>
|
||||
<dd>
|
||||
@ -1401,8 +1413,8 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
|
||||
</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>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL">
|
||||
<!--
|
||||
/*
|
||||
* $calcurse: manual_nl.html,v 1.14 2008/12/09 21:09:17 culot Exp $
|
||||
* $calcurse: manual_nl.html,v 1.15 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
|
||||
@ -237,7 +237,7 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in
|
||||
<p>
|
||||
Als eerste moet het volgende archief uitgepakt worden met gunzip en
|
||||
untar:</p>
|
||||
<pre>tar zxvf calcurse-2.4.tar.gz</pre>
|
||||
<pre>tar zxvf calcurse-2.5.tar.gz</pre>
|
||||
<p>
|
||||
Zodra de benodigde pakketten geïnstalleerd zijn en het archief
|
||||
uitgepakt is, is de installatieprocedure vrij simpel, via de
|
||||
@ -673,6 +673,19 @@ $HOME/.calcurse/
|
||||
betekent dat de gebruiker op 'S' moet drukken om de gewijzigde data te
|
||||
bewaren.</p>
|
||||
</dd>
|
||||
|
||||
<div class="todo">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
<dt><code>einde_bevestigen</code>
|
||||
(standaard: <span class="emp">ja</span>)</dt>
|
||||
<dd>Bij het beëindigen van <code>calcurse</code>, zal er om een
|
||||
@ -1165,8 +1178,8 @@ msgid ""
|
||||
kritiek stuurden.</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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user