html manuals updated

This commit is contained in:
Frederic Culot 2009-06-27 09:56:20 +00:00
parent ef42d6675d
commit 364496a9a9
7 changed files with 44 additions and 37 deletions

View File

@ -8,6 +8,8 @@
* src/calcurse.1: updated the -t flag description * src/calcurse.1: updated the -t flag description
* src/manual_*.html: html manuals updated
2009-06-26 Frederic Culot <frederic@culot.org> 2009-06-26 Frederic Culot <frederic@culot.org>
* src/args.c: do not print todo items twice if -d and -t flags are * src/args.c: do not print todo items twice if -d and -t flags are

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- <!--
/* /*
* $calcurse: manual_de.html,v 1.23 2009/01/24 17:57:36 culot Exp $ * $calcurse: manual_de.html,v 1.24 2009/06/27 09:56:21 culot Exp $
* *
* Calcurse - text-based organizer * Calcurse - text-based organizer
* Copyright (c) 2004-2009 Frederic Culot * Copyright (c) 2004-2009 Frederic Culot
@ -249,7 +249,7 @@ laden:</p>
<h2>3.2 Installationsprozess<a name="install_process"></a></h2> <h2>3.2 Installationsprozess<a name="install_process"></a></h2>
<p> <p>
Als erstes m&uuml;ssen die Dateien entpackt werden:</p> Als erstes m&uuml;ssen die Dateien entpackt werden:</p>
<pre>tar zxvf calcurse-2.5.tar.gz</pre> <pre>tar zxvf calcurse-2.6.tar.gz</pre>
<p> <p>
Ist diese Voraussetzung erf&uuml;llt und das Archiv entpackt, Ist diese Voraussetzung erf&uuml;llt und das Archiv entpackt,
sind nur noch die drei &uuml;blichen Schritte erforderlich:</p> sind nur noch die drei &uuml;blichen Schritte erforderlich:</p>
@ -357,9 +357,10 @@ Es werden sowohl kurze als auch lange Optionsangaben unterst&uuml;tzt.</p>
<dd>Gibt die 'todo' Liste aus. <dd>Gibt die 'todo' Liste aus.
Wird die optionale Angabe <code>num</code> &uuml;bergeben, werden nur diejenigen Wird die optionale Angabe <code>num</code> &uuml;bergeben, werden nur diejenigen
Aufgaben angezeigt, denen die Priori&auml;t <code>num</code> zugewiesen wurde.<br> Aufgaben angezeigt, denen die Priori&auml;t <code>num</code> zugewiesen wurde.<br>
<p class="rq"><span class="valorise">Beachte:</span> <div class="todo">
Die angegebene Priorit&auml;t muss zwischen 1 (h&ouml;chste) und 9 The priority number must be between 1 (highest) and 9 (lowest). It is also possible
(niedrigste) liegen.</p> to specify '0' for the priority, in which case only completed tasks will be shown.</p>
</div>
</dd> </dd>
<dt><code>-v, --version</code></dt> <dt><code>-v, --version</code></dt>
<dd>Gibt die aktuelle Version von Calcurse aus. <dd>Gibt die aktuelle Version von Calcurse aus.
@ -1172,7 +1173,7 @@ Benutzer, die mir Ihr Feedback mitgeteilt haben.</p>
Copyright &copy; 2004-2009 Frédéric Culot<br> Copyright &copy; 2004-2009 Frédéric Culot<br>
German translation by Michael Schulz German translation by Michael Schulz
<code>&lt;bloodshower .at. web .dot. de&gt;</code>, and Chris.<br> <code>&lt;bloodshower .at. web .dot. de&gt;</code>, and Chris.<br>
Calcurse version 2.5 - Last change: January 24, 2009<br> Calcurse version 2.6 - Last change: June 27, 2009<br>
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- <!--
/* /*
* $calcurse: manual_en.html,v 1.23 2009/01/24 17:57:36 culot Exp $ * $calcurse: manual_en.html,v 1.24 2009/06/27 09:56:21 culot Exp $
* *
* Calcurse - text-based organizer * Calcurse - text-based organizer
* Copyright (c) 2004-2009 Frederic Culot * Copyright (c) 2004-2009 Frederic Culot
@ -243,7 +243,7 @@ All of the commands are documented within an online help system.
<h2>3.2 Install process<a name="install_process"></a></h2> <h2>3.2 Install process<a name="install_process"></a></h2>
<p> <p>
First you need to gunzip and untar the source archive:</p> First you need to gunzip and untar the source archive:</p>
<pre>tar zxvf calcurse-2.5.tar.gz</pre> <pre>tar zxvf calcurse-2.6.tar.gz</pre>
<p> <p>
Once you meet the requirements and have extracted the archive, Once you meet the requirements and have extracted the archive,
the install process is quite simple, and follows the standard the install process is quite simple, and follows the standard
@ -350,9 +350,10 @@ All of the commands are documented within an online help system.
<dd> <dd>
Print the 'todo' list and exit. If the optional number Print the 'todo' list and exit. If the optional number
<code>num</code> is given, then only todos having a priority <code>num</code> is given, then only todos having a priority
equal to <code>num</code> will be returned. equal to <code>num</code> will be returned. The priority number
<p class="rq"><span class="valorise">Note:</span> proprity number must be between 1 (highest) and 9 (lowest). It is also possible
must be between 1 (highest) and 9 (lowest).</p> to specify '0' for the priority, in which case only completed
tasks will be shown.</p>
</dd> </dd>
<dt><code>-v, --version</code></dt> <dt><code>-v, --version</code></dt>
<dd> <dd>
@ -1190,7 +1191,7 @@ msgid ""
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br> Copyright &copy; 2004-2009 Frédéric Culot<br>
Calcurse version 2.5 - Last change: January 24, 2009<br> Calcurse version 2.6 - Last change: June 27, 2009<br>
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- <!--
/* /*
* $calcurse: manual_es.html,v 1.20 2009/01/24 17:57:36 culot Exp $ * $calcurse: manual_es.html,v 1.21 2009/06/27 09:56:21 culot Exp $
* *
* Calcurse - text-based organizer * Calcurse - text-based organizer
* Copyright (c) 2004-2009 Frederic Culot * Copyright (c) 2004-2009 Frederic Culot
@ -246,7 +246,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> <h2>3.2 Proceso de instalación<a name="install_process"></a></h2>
<p> <p>
Primero necesitas descomprimir ( gunzip y untar) el archivo fuente:</p> Primero necesitas descomprimir ( gunzip y untar) el archivo fuente:</p>
<pre>tar zxvf calcurse-2.5.tar.gz</pre> <pre>tar zxvf calcurse-2.6.tar.gz</pre>
<p> <p>
Una vez has resuelto los requisitos y has extraído el archivo, 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: el proceso de instalación es muy simple y sigue los tres pasos habituales:
@ -361,8 +361,10 @@ well as the way one can contribute to <code>calcurse</code> development.
Imprime la lista de tareas pendientes ('ToDo') y sale. Imprime la lista de tareas pendientes ('ToDo') y sale.
Si se especifica la opcion <code>numero</code>, se mostraran todas las tareas pendientes que tengan la prioridad Si se especifica la opcion <code>numero</code>, se mostraran todas las tareas pendientes que tengan la prioridad
igual a <code>numero</code>. igual a <code>numero</code>.
<p class="rq"><span class="valorise">Nota:</span> <div class="todo">
la prioridad debe ser desde 1 (la mas alta) hasta 9 (la mas baja).</p> The priority number must be between 1 (highest) and 9 (lowest). It is also possible
to specify '0' for the priority, in which case only completed tasks will be shown.</p>
</div>
</dd> </dd>
<dt><code>-v, --version</code></dt> <dt><code>-v, --version</code></dt>
<dd> <dd>
@ -1187,7 +1189,7 @@ msgid ""
Copyright &copy; 2004-2009 Frédéric Culot<br> Copyright &copy; 2004-2009 Frédéric Culot<br>
Traducido al Español por José López Traducido al Español por José López
<code>&lt;testinground .at. gmail .dot. com&gt;</code><br> <code>&lt;testinground .at. gmail .dot. com&gt;</code><br>
Calcurse version 2.5 - Last change: January 24, 2009<br> Calcurse version 2.6 - Last change: June 27, 2009<br>
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- <!--
/* /*
* $calcurse: manual_fr.html,v 1.24 2009/01/24 17:57:36 culot Exp $ * $calcurse: manual_fr.html,v 1.25 2009/06/27 09:56:22 culot Exp $
* *
* Calcurse - text-based organizer * Calcurse - text-based organizer
* Copyright (c) 2004-2009 Frederic Culot * Copyright (c) 2004-2009 Frederic Culot
@ -273,7 +273,7 @@ disponibles.
<p> <p>
Vous devez tout d'abord décompresser l'archive source de la Vous devez tout d'abord décompresser l'archive source de la
manière suivante :</p> manière suivante :</p>
<pre>tar zxvf calcurse-2.5.tar.gz</pre> <pre>tar zxvf calcurse-2.6.tar.gz</pre>
<p> <p>
Une fois que vous remplissez tous les pré-requis nécessaires à Une fois que vous remplissez tous les pré-requis nécessaires à
l'installation, le processus de compilation est simple et suit l'installation, le processus de compilation est simple et suit
@ -390,10 +390,10 @@ disponibles.
<code>num</code> est indiqué, alors uniquement les tâches <code>num</code> est indiqué, alors uniquement les tâches
ayant une priorité égale à <code>num</code> seront ayant une priorité égale à <code>num</code> seront
affichées. affichées.
<p class="rq"><span class="valorise">Remarque:</span> La priorité doit être comprise entre 1 (priorité la plus haute) et 9
<code>num</code> doit être compris entre 1 (priorité la plus basse). Il est également possible de spécifier 0
(priorité la plus grande) et 9 (priorité la moins pour la priorité, auquel cas seules les tâches completées seront
grande).</p> affichées.</p>
</dd> </dd>
<dt><code>-v, --version</code></dt> <dt><code>-v, --version</code></dt>
<dd> <dd>
@ -1350,7 +1350,7 @@ msgid ""
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br> Copyright &copy; 2004-2009 Frédéric Culot<br>
Calcurse version 2.5 - Dernière modification: 24 Janvier 2009<br> Calcurse version 2.6 - Dernière modification: 27 Juin 2009<br>
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- <!--
/* /*
* $calcurse: manual_it.html,v 1.9 2009/01/24 17:57:36 culot Exp $ * $calcurse: manual_it.html,v 1.10 2009/06/27 09:56:23 culot Exp $
* *
* Calcurse - text-based organizer * Calcurse - text-based organizer
* Copyright (c) 2004-2009 Frederic Culot * Copyright (c) 2004-2009 Frederic Culot
@ -261,7 +261,7 @@ caratteristiche<a name="overview_features"></a></h2>
Innanzitutto è necessario scompattare l'archivio contenente i Innanzitutto è necessario scompattare l'archivio contenente i
sorgenti: sorgenti:
</p> </p>
<pre>tar zxvf calcurse-2.5.tar.gz</pre> <pre>tar zxvf calcurse-2.6.tar.gz</pre>
<p> <p>
Una volta verificati i requisiti e scompattato l'archivio la Una volta verificati i requisiti e scompattato l'archivio la
procedura d'installazione è piuttosto semplice visto che segue i tre procedura d'installazione è piuttosto semplice visto che segue i tre
@ -395,10 +395,10 @@ caratteristiche<a name="overview_features"></a></h2>
anche il numero <code>num</code> opzionale vengono stampate anche il numero <code>num</code> opzionale vengono stampate
esclusivamente le attività che hanno priorità pari al numero esclusivamente le attività che hanno priorità pari al numero
stesso. stesso.
<div class="todo">
<p class="rq"><span class="valorise">Nota:</span> il valore The priority number must be between 1 (highest) and 9 (lowest). It is also possible
della priorità è compreso fra 1 (maggiore priorità) e 9 to specify '0' for the priority, in which case only completed tasks will be shown.</p>
(minore priorità).</p> </div>
</dd> </dd>
<dt><code>-v, --version</code></dt> <dt><code>-v, --version</code></dt>
<dd> <dd>
@ -1430,7 +1430,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3>
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Fr&eacute;d&eacute;ric Culot<br> Copyright &copy; 2004-2009 Fr&eacute;d&eacute;ric Culot<br>
Calcurse version 2.5 - Last change: January 24, 2009<br> Calcurse version 2.6 - Last change: June 27, 2009<br>
</div> </div>
</div> </div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL">
<!-- <!--
/* /*
* $calcurse: manual_nl.html,v 1.16 2009/01/24 17:57:36 culot Exp $ * $calcurse: manual_nl.html,v 1.17 2009/06/27 09:56:23 culot Exp $
* *
* Calcurse - text-based organizer * Calcurse - text-based organizer
* Copyright (c) 2004-2009 Frederic Culot * Copyright (c) 2004-2009 Frederic Culot
@ -244,7 +244,7 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in
<p> <p>
Als eerste moet het volgende archief uitgepakt worden met gunzip en Als eerste moet het volgende archief uitgepakt worden met gunzip en
untar:</p> untar:</p>
<pre>tar zxvf calcurse-2.5.tar.gz</pre> <pre>tar zxvf calcurse-2.6.tar.gz</pre>
<p> <p>
Zodra de benodigde pakketten ge&iuml;nstalleerd zijn en het archief Zodra de benodigde pakketten ge&iuml;nstalleerd zijn en het archief
uitgepakt is, is de installatieprocedure vrij simpel, via de uitgepakt is, is de installatieprocedure vrij simpel, via de
@ -349,9 +349,10 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in
Geef de 'todo' lijst weer en verlaat het programma. Als het optionele Geef de 'todo' lijst weer en verlaat het programma. Als het optionele
nummer <code>num</code> wordt meegegeven, zullen alleen de todo's met nummer <code>num</code> wordt meegegeven, zullen alleen de todo's met
de prioriteit gelijk aan <code>num</code> worden weergegeven. de prioriteit gelijk aan <code>num</code> worden weergegeven.
<p class="rq"><span class="valorise">Noot:</span> <div class="todo">
het nummer van de prioriteit moet liggen tussen 1 The priority number must be between 1 (highest) and 9 (lowest). It is also possible
(hoogste) en 9 (laagste).</p> to specify '0' for the priority, in which case only completed tasks will be shown.</p>
</div>
</dd> </dd>
<dt><code>-v, --version</code></dt> <dt><code>-v, --version</code></dt>
<dd> <dd>
@ -1194,7 +1195,7 @@ msgid ""
<div class="footer"> <div class="footer">
Copyright &copy; 2004-2009 Frédéric Culot<br> Copyright &copy; 2004-2009 Frédéric Culot<br>
Calcurse version 2.5 - Last change: January 24, 2009<br> Calcurse version 2.6 - Last change: June 27, 2009<br>
</div> </div>
</div> </div>