diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-05 15:42:13 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-05 15:42:13 +0000 |
commit | 0f6374d787158e50b510a8a032ff80bf7848da8a (patch) | |
tree | d81d0ada7aa48035077aff3b24d4a8fbe4036ab2 | |
parent | 526119cf536519e830a7946b72d3d6d26c0a5fcc (diff) | |
download | calcurse-0f6374d787158e50b510a8a032ff80bf7848da8a.zip |
manuals updated with the '-N' flag
-rwxr-xr-x | ChangeLog | 1 | ||||
-rwxr-xr-x | doc/manual_de.html | 14 | ||||
-rwxr-xr-x | doc/manual_en.html | 12 | ||||
-rwxr-xr-x | doc/manual_es.html | 14 | ||||
-rwxr-xr-x | doc/manual_fr.html | 14 | ||||
-rwxr-xr-x | doc/manual_it.html | 15 | ||||
-rwxr-xr-x | doc/manual_nl.html | 14 |
7 files changed, 66 insertions, 18 deletions
@@ -2,6 +2,7 @@ '-N' flag added, which allows the display of note contents in non-interactive mode (many thanks to Erik Saule for submiting this patch) + manpage and manuals updated 04 Apr 2008: 'o' sign no longer used to display events in non-interactive mode diff --git a/doc/manual_de.html b/doc/manual_de.html index 3fba8c4..f888e00 100755 --- a/doc/manual_de.html +++ b/doc/manual_de.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_de.html,v 1.15 2008/03/30 10:39:15 culot Exp $ + * $calcurse: manual_de.html,v 1.16 2008/04/05 15:42:13 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -232,7 +232,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.0.tar.gz</pre> +<pre>tar zxvf calcurse-2.1.tar.gz</pre> <p> Ist diese Voraussetzung erfüllt und das Archiv entpackt, sind nur noch die drei üblichen Schritte erforderlich:</p> @@ -291,6 +291,13 @@ Es werden sowohl kurze als auch lange Optionsangaben unterstützt.</p> Die Kalender-Datei, aus der die Termine gelesen werden sollen, kann mit mit Hilfe der '-c' Option angegeben werden.</p> </dd> + <dt><code>-N, --note</code></dt> + <dd> + <div class="todo"> + When used with the '-a' or '-t' flag, also print note content + if one is associated with the displayed item. + </div> + </dd> <dt><code>-t[num], --todo[=num]</code></dt> <dd>Gibt die 'todo' Liste aus. Wird die optionale Angabe <code>num</code> übergeben, werden nur diejenigen @@ -940,6 +947,7 @@ derjenigen, denen ich Danke sagen möchte: <li>Tony für seine Patches, welche die Funktion recur_item_inday() verbessern half </li> <li>Jeremy Roon für die Übersetzung ins Dutch.</li> +<li><div class="todo">Erik Saule for its patch implementing the '-N' flag</div></li> <li>Leute die Programme geschrieben haben, die ich mag und mich inspiriert haben, insbesondere: <ul> <li><code>vim</code> für die Befehlssteuerung</li> @@ -956,7 +964,7 @@ Benutzer, die mir Ihr Feedback mitgeteilt haben.</p> Copyright (c) 2004-2008 Frédéric Culot<br> German translation by Michael Schulz <code><bloodshower .at. web .dot. de></code>, and Chris.<br> - Calcurse version 2.0 - Last change: March 30, 2008<br> + Calcurse version 2.1 - Last change: April 05, 2008<br> </div> </div> diff --git a/doc/manual_en.html b/doc/manual_en.html index 268c1cc..c320c64 100755 --- a/doc/manual_en.html +++ b/doc/manual_en.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_en.html,v 1.15 2008/03/30 10:39:15 culot Exp $ + * $calcurse: manual_en.html,v 1.16 2008/04/05 15:42:13 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -230,7 +230,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.0.tar.gz</pre> + <pre>tar zxvf calcurse-2.1.tar.gz</pre> <p> Once you meet the requirements and have extracted the archive, the install process is quite simple, and follows the standard @@ -302,6 +302,11 @@ All of the commands are documented within an online help system. from which to read the appointments can be specified using the '-c' flag.</p> </dd> + <dt><code>-N, --note</code></dt> + <dd> + When used with the '-a' or '-t' flag, also print note content + if one is associated with the displayed item. + </dd> <dt><code>-t[num], --todo[=num]</code></dt> <dd> Print the 'todo' list and exit. If the optional number @@ -994,6 +999,7 @@ msgid "" <li>Tony for its patch which helped improving the recur_item_inday() function</li> <li>Jeremy Roon for the dutch translation</li> + <li>Erik Saule for its patch implementing the '-N' flag</li> <li>people who write softwares I like and which inspired me, especially : <ul> @@ -1010,7 +1016,7 @@ msgid "" <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.0 - Last change: March 30, 2008<br> + Calcurse version 2.1 - Last change: April 05, 2008<br> </div> </div> diff --git a/doc/manual_es.html b/doc/manual_es.html index 4f068de..527679b 100755 --- a/doc/manual_es.html +++ b/doc/manual_es.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_es.html,v 1.12 2008/03/30 10:39:15 culot Exp $ + * $calcurse: manual_es.html,v 1.13 2008/04/05 15:42:13 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -230,7 +230,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.0.tar.gz</pre> + <pre>tar zxvf calcurse-2.1.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: @@ -298,6 +298,13 @@ well as the way one can contribute to <code>calcurse</code> development. <p class="rq"><span class="valorise">Nota:</span> el calendario desde donde se leeran las citas puede ser especificado usando la opcion '-c'.</p> </dd> + <dt><code>-N, --note</code></dt> + <dd> + <div class="todo"> + When used with the '-a' or '-t' flag, also print note content + if one is associated with the displayed item. + </div> + </dd> <dt><code>-t[num], --todo[=num]</code></dt> <dd> Imprime la lista de tareas pendientes ('ToDo') y sale. @@ -957,6 +964,7 @@ msgid "" <li>José López por la traducción al Español de <code>calcurse</code> y su manual</li> <li>Jeremy Roon por la traducción al holandes</li> <li>Leandro Noferini por la traducción al italiano</li> + <li><div class="todo">Erik Saule for its patch implementing the '-N' flag</div></li> <li>a la gente que ha escrito softwares que me gustan y que me inspiraron, especialmente : <ul> <li><code>vim</code> por las teclas de desplazamiento</li> @@ -974,7 +982,7 @@ msgid "" Copyright (c) 2004-2008 Frédéric Culot<br> Traducido al Español por José López <code><testinground .at. gmail .dot. com></code><br> - Calcurse version 2.0 - Last change: March 30, 2008<br> + Calcurse version 2.1 - Last change: April 05, 2008<br> </div> </div> diff --git a/doc/manual_fr.html b/doc/manual_fr.html index 6c8b997..e062db8 100755 --- a/doc/manual_fr.html +++ b/doc/manual_fr.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_fr.html,v 1.16 2008/03/30 10:39:15 culot Exp $ + * $calcurse: manual_fr.html,v 1.17 2008/04/05 15:42:13 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -258,7 +258,7 @@ disponibles. <p> Vous devez tout d'abord décompresser l'archive source de la manière suivante :</p> - <pre>tar zxvf calcurse-2.0.tar.gz</pre> + <pre>tar zxvf calcurse-2.1.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 @@ -333,6 +333,12 @@ disponibles. le fichier contenant le calendrier à lire peut être spécifié en utilisant l'option '-c'.</p> </dd> + <dt><code>-N, --note</code></dt> + <dd> + Lorsque cette option est utilisée avec les options '-a' ou '-t', + le contenu des notes associées aux rendez-vous et aux tâches sera + également affiché. + </dd> <dt><code>-t[num], --todo[=num]</code></dt> <dd> Affiche la liste des 'todo', puis quitte. Si le nombre optionnel @@ -1133,6 +1139,8 @@ msgid "" recur_item_inday()</li> <li>Jeremy Roon pour la traduction en Néerlandais</li> <li>Leandro Noferini pour la traduction en Italien</li> + <li>Erik Saule pour son patch qui a permis d'implémenter l'option '-N' + de la ligne de commande</li> <li>les personnes qui écrivent des logiciels que j'apprécie et qui m'ont inspiré lors de la conception de ce projet, en particulier: <ul> @@ -1149,7 +1157,7 @@ msgid "" <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.0 - Dernière modification: 30 Mars 2008<br> + Calcurse version 2.1 - Dernière modification: 05 Avril 2008<br> </div> </div> diff --git a/doc/manual_it.html b/doc/manual_it.html index 85df429..96f58ce 100755 --- a/doc/manual_it.html +++ b/doc/manual_it.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- /* - * $calcurse: manual_it.html,v 1.1 2008/03/30 10:40:15 culot Exp $ + * $calcurse: manual_it.html,v 1.2 2008/04/05 15:42:13 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -246,7 +246,7 @@ caratteristiche<a name="overview_features"></a></h2> Innanzitutto è necessario scompattare l'archivio contenente i sorgenti: </p> - <pre>tar zxvf calcurse-2.0.tar.gz</pre> + <pre>tar zxvf calcurse-2.1.tar.gz</pre> <p> Una volta verificati i requisiti e scompattato l'archivio la procedura d'installazione è piuttosto semplice visto che segue i tre @@ -326,6 +326,14 @@ caratteristiche<a name="overview_features"></a></h2> l'opzione '-c'.</p> </dd> + <dt><code>-N, --note</code></dt> + <dd> + <div class="todo"> + When used with the '-a' or '-t' flag, also print note content + if one is associated with the displayed item. + </div> + </dd> + <dt><code>-t[num], --todo[=num]</code></dt> <dd> Stampa la lista delle 'attività ' ed esce. Se viene specificato @@ -1188,6 +1196,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3> <li> Leandro Noferini per la traduzione italiana </li> + <li><div class="todo">Erik Saule for its patch implementing the '-N' flag</div></li> <li> le persone che hanno scritto software che mi piace e che mi ha inspirato, e specialmente: @@ -1214,7 +1223,7 @@ d'ambiente<a name="basics_invocation_environment"></a></h3> <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.0 - Last change: February 13, 2008<br> + Calcurse version 2.1 - Last change: April 05, 2008<br> </div> </div> diff --git a/doc/manual_nl.html b/doc/manual_nl.html index edd4f0f..43cdc3e 100755 --- a/doc/manual_nl.html +++ b/doc/manual_nl.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL"> <!-- /* - * $calcurse: manual_nl.html,v 1.7 2008/03/30 10:39:15 culot Exp $ + * $calcurse: manual_nl.html,v 1.8 2008/04/05 15:42:13 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -229,7 +229,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-1.9.tar.gz</pre> + <pre>tar zxvf calcurse-2.1.tar.gz</pre> <p> Zodra de benodigde pakketten geïnstalleerd zijn en het archief uitgepakt is, is de installatieprocedure vrij simpel, via de @@ -298,6 +298,13 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in de te gebruiken kalender met de afspraken, kan gekozen worden met de '-c' vlag.</p> </dd> + <dt><code>-N, --note</code></dt> + <dd> + <div class="todo"> + When used with the '-a' or '-t' flag, also print note content + if one is associated with the displayed item. + </div> + </dd> <dt><code>-t[num], --todo[=num]</code></dt> <dd> Geef de 'todo' lijst weer en verlaat het programma. Als het optionele @@ -980,6 +987,7 @@ msgid "" <li>Tony voor zijn patch die de recur_item_inday functie verbeterde.</li> <li>Jeremy Roon voor de nederlandse vertaling van <code>calcurse</code> en handleiding</li> + <li><div class="todo">Erik Saule for its patch implementing the '-N' flag</div></li> <li>en de mensen die de software geschreven hebben die ik goed vind en mij geïnspireerd hebben zoals: <ul> @@ -998,7 +1006,7 @@ msgid "" <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.0 - Last change: March 30, 2008<br> + Calcurse version 2.1 - Last change: April 05, 2008<br> </div> </div> |