From 0f6374d787158e50b510a8a032ff80bf7848da8a Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Sat, 5 Apr 2008 15:42:13 +0000
Subject: manuals updated with the '-N' flag

---
 doc/manual_de.html | 14 +++++++++++---
 doc/manual_en.html | 12 +++++++++---
 doc/manual_es.html | 14 +++++++++++---
 doc/manual_fr.html | 14 +++++++++++---
 doc/manual_it.html | 15 ++++++++++++---
 doc/manual_nl.html | 14 +++++++++++---
 6 files changed, 65 insertions(+), 18 deletions(-)

(limited to 'doc')

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&uuml;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&uuml;llt und das Archiv entpackt,
 sind nur noch die drei &uuml;blichen Schritte erforderlich:</p>
@@ -291,6 +291,13 @@ Es werden sowohl kurze als auch lange Optionsangaben unterst&uuml;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> &uuml;bergeben, werden nur diejenigen
@@ -940,6 +947,7 @@ derjenigen, denen ich Danke sagen m&ouml;chte:
 <li>Tony f&uuml;r seine Patches, welche die Funktion
 recur_item_inday() verbessern half </li>
 <li>Jeremy Roon f&uuml;r die &Uuml;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&uuml;r die Befehlssteuerung</li>
@@ -956,7 +964,7 @@ Benutzer, die mir Ihr Feedback mitgeteilt haben.</p>
 	Copyright (c) 2004-2008 Fr&eacute;d&eacute;ric Culot<br>
 	German translation by Michael Schulz
 	<code>&lt;bloodshower .at. web .dot. de&gt;</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&eacute;d&eacute;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&eacute;d&eacute;ric Culot<br>
 	Traducido al Espa�ol por Jos� L�pez
 	<code>&lt;testinground .at. gmail .dot. com&gt;</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&eacute;d&eacute;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&iuml;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&iuml;nspireerd hebben zoals:
 		<ul>
@@ -998,7 +1006,7 @@ msgid ""
 
 <div class="footer">
 	Copyright (c) 2004-2008 Fr&eacute;d&eacute;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>
 
-- 
cgit v1.2.3-70-g09d2