diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/manual_de.html | 30 | ||||
-rwxr-xr-x | doc/manual_en.html | 23 | ||||
-rwxr-xr-x | doc/manual_es.html | 29 | ||||
-rwxr-xr-x | doc/manual_fr.html | 26 | ||||
-rwxr-xr-x | doc/manual_it.html | 32 | ||||
-rwxr-xr-x | doc/manual_nl.html | 31 |
6 files changed, 130 insertions, 41 deletions
diff --git a/doc/manual_de.html b/doc/manual_de.html index 1618828..2c56961 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.18 2008/08/08 14:22:19 culot Exp $ + * $calcurse: manual_de.html,v 1.19 2008/08/11 18:08:45 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -112,6 +112,7 @@ well as the way one can contribute to <code>calcurse</code> development. <li><a href="#links_homepage">9.1 <code>calcurse</code> Internetseite</a></li> <li><a href="#links_list">9.2 <code>calcurse</code> Ankündigungsliste</a></li> <li><a href="#links_rss">9.3 <code>calcurse</code> RSS</a></li> + <li><a href="#links_others"><div class="todo">9.4 Other links</div></a></li> </ul></li> <li><a href="#thanks">10. Danksagungen</a></li> </ul> @@ -332,13 +333,18 @@ Es werden sowohl kurze als auch lange Optionsangaben unterstützt.</p> <dt><code>-v, --version</code></dt> <dd>Gibt die aktuelle Version von Calcurse aus. </dd> - <dt><code>-x, --export</code></dt> - <dd>Exportiert Benutzerdaten in das iCalendar-Format. Ereignisse, - Termine und Aufgaben werden konvertiert und nach stdout - ausgegeben. + <dt><code>-x[format], --export[=format]</code></dt> + <dd><div class="todo"> + Export user data to specified format. Events, appointments and + todos are converted and echoed to stdout. + Two possible formats are available: ical and pcal + (see section <a href="#links_others">Links</a> below). + If the optional argument <code>format</code> is not given, + ical format is selected by default. + </div> <p class="rq"><span class="valorise">Beachte:</span> leiten Sie die Ausgabe in eine Datei, etwa wie im folgenden Beispiel: - <code>$ calcurse --export > my_data.ics</code></p> + <code>$ calcurse --export > my_data.dat</code></p> </dd> </dl> @@ -970,6 +976,16 @@ Um sich in die Liste einzutragen, schicken Sie einfach eine E-Mail mit dem Betre der RSS-Feed aktualisiert und enthält eine Beschreibung der neu hinzugekommenen Programmfunktionen.</p> +<h2><div class="todo">9.4 Other links</div><a name="links_others"></a></h2> +<div class="todo"> +<p> + You may want to look at the ical format specification (rfc2445) at: + <pre>http://tools.ietf.org/html/rfc2445</pre> +<p> + The pcal project page can be found at: + <pre>http://pcal.sourceforge.net/</pre> +</div> + <h1>10. Danksagungen<a name="thanks"></a></h1> <p> Folgenden Leuten möchte ich gerne für Ihre Unterstützung danken, ohne @@ -1011,7 +1027,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.2 - Last change: August 8, 2008<br> + Calcurse version 2.2 - Last change: August 11, 2008<br> </div> </div> diff --git a/doc/manual_en.html b/doc/manual_en.html index 20b6159..8daaf36 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.18 2008/08/08 14:22:19 culot Exp $ + * $calcurse: manual_en.html,v 1.19 2008/08/11 18:08:45 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -109,6 +109,7 @@ well as the way one can contribute to <code>calcurse</code> development. <li><a href="#links_homepage">9.1 <code>calcurse</code> homepage</a></li> <li><a href="#links_list">9.2 <code>calcurse</code> announce list</a></li> <li><a href="#links_rss">9.3 <code>calcurse</code> RSS feed</a></li> + <li><a href="#links_others">9.4 Other links</a></li> </ul></li> <li><a href="#thanks">10. Thanks</a></li> </ul> @@ -336,14 +337,18 @@ All of the commands are documented within an online help system. <dd> Display <code>calcurse</code> version and exit. </dd> - <dt><code>-x, --export</code></dt> + <dt><code>-x[format], --export[=format]</code></dt> <dd> - Export user data to iCalendar format. Events, appointments and + Export user data to specified format. Events, appointments and todos are converted and echoed to stdout. + Two possible formats are available: ical and pcal + (see section <a href="#links_others">Links</a> below). + If the optional argument <code>format</code> is not given, + ical format is selected by default. <p class="rq"><span class="valorise">Note:</span> redirect standard output to export data to a file, by issuing a command such as: - <code>$ calcurse --export > my_data.ics</code></p> + <code>$ calcurse --export > my_data.dat</code></p> </dd> </dl> @@ -1005,6 +1010,14 @@ msgid "" This RSS feed is updated each time a new version of calcurse is available, describing newly added features.</p> +<h2>9.4 Other links<a name="links_others"></a></h2> +<p> + You may want to look at the ical format specification (rfc2445) at: + <pre>http://tools.ietf.org/html/rfc2445</pre> +<p> + The pcal project page can be found at: + <pre>http://pcal.sourceforge.net/</pre> + <h1>10. Thanks<a name="thanks"></a></h1> <p> Its time now to thank other people without whom this program @@ -1052,7 +1065,7 @@ msgid "" <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.2 - Last change: August 8, 2008<br> + Calcurse version 2.2 - Last change: August 11, 2008<br> </div> </div> diff --git a/doc/manual_es.html b/doc/manual_es.html index 8acedb4..0b46ac5 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.15 2008/08/08 14:22:19 culot Exp $ + * $calcurse: manual_es.html,v 1.16 2008/08/11 18:08:45 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -112,6 +112,7 @@ well as the way one can contribute to <code>calcurse</code> development. <li><a href="#links_homepage">9.1 Pagina web de <code>calcurse</code></a></li> <li><a href="#links_list">9.2 Lista de anuncios de <code>calcurse</code></a></li> <li><a href="#links_rss">9.3 <code>calcurse</code> RSS feed</a></li> + <li><a href="#links_others"><div class="todo">9.4 Other links</div></a></li> </ul></li> <li><a href="#thanks">10. Gracias a ...</a></li> </ul> @@ -340,14 +341,20 @@ well as the way one can contribute to <code>calcurse</code> development. <dd> Muestra la versión de <code>calcurse</code> y sale. </dd> - <dt><code>-x, --export</code></dt> + <dt><code>-x[format], --export[=format]</code></dt> <dd> - Exporta los datos del usuario a un formato iCalendar. Citas, eventos y tareas pendientes son convertidos y - mostrados en patalla. + <div class="todo"> + Export user data to specified format. Events, appointments and + todos are converted and echoed to stdout. + Two possible formats are available: ical and pcal + (see section <a href="#links_others">Links</a> below). + If the optional argument <code>format</code> is not given, + ical format is selected by default. + </div> <p class="rq"><span class="valorise">Nota:</span> redirecciona la salida standard para exportar los datos a un archivo usando un comando como este: - <code>$ calcurse --export > my_data.ics</code></p> + <code>$ calcurse --export > my_data.dat</code></p> </dd> </dl> @@ -985,6 +992,16 @@ msgid "" Este RSS feed es actualizado cada vez que hay una nueva version de Calcurse disponible describiendo las nuevas caracteristicas.</p> +<h2><div class="todo">9.4 Other links</div><a name="links_others"></a></h2> +<div class="todo"> +<p> + You may want to look at the ical format specification (rfc2445) at: + <pre>http://tools.ietf.org/html/rfc2445</pre> +<p> + The pcal project page can be found at: + <pre>http://pcal.sourceforge.net/</pre> +</div> + <h1>10. Gracias a ...<a name="thanks"></a></h1> <p> Es la hora de dar las gracias a personas sin las que este programa @@ -1028,7 +1045,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.2 - Last change: August 8, 2008<br> + Calcurse version 2.2 - Last change: August 11, 2008<br> </div> </div> diff --git a/doc/manual_fr.html b/doc/manual_fr.html index ccfd5db..00d019a 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.19 2008/08/08 14:22:19 culot Exp $ + * $calcurse: manual_fr.html,v 1.20 2008/08/11 18:08:45 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -112,6 +112,7 @@ pour faire remonter les bogues et pour contribuer au développement de <li><a href="#links_homepage">9.1 Site internet de <code>calcurse</code></a></li> <li><a href="#links_list">9.2 Liste de diffusion de <code>calcurse</code></a></li> <li><a href="#links_rss">9.3 Flux RSS</a></li> + <li><a href="#links_others">9.4 Autres liens</a></li> </ul></li> <li><a href="#thanks">10. Remerciements</a></li> </ul> @@ -373,16 +374,20 @@ disponibles. <dd> Affiche la version de <code>calcurse</code>, puis quitte. </dd> - <dt><code>-x, --export</code></dt> + <dt><code>-x[format], --export[=format]</code></dt> <dd> - Exporte les données utilisateur au format iCalendar. Les évènements, + Exporte les données utilisateur au format spécifié. Les évènements, rendez-vous et tâches sont convertis et imprimés sur la sortie - standard. + standard. Deux formats d'export différents sont disponibles : + le format ical et le format pcal (voir la section + <a href="#links_others">Liens</a> ci-dessous). + Si l'argument optionnel <code>format</code> n'est pas indiqué par + l'utilisateur, alors le format ical sera utilisé par défaut. <p class="rq"><span class="valorise">Note:</span> afin de sauvegarder les données exportées dans un fichier, il est nécessaire de rediriger la sortie standard en utilisant une commande comme celle-ci: - <code>$ calcurse --export > mon_fichier.ics</code></p> + <code>$ calcurse --export > mon_fichier.dat</code></p> </dd> </dl> @@ -1144,6 +1149,15 @@ msgid "" <code>calcurse</code> est diffusée, et indique quelles sont les modifications qui ont été apportées.</p> +<h2>9.4 Autres liens<a name="links_others"></a></h2> +<p> + La spécification du format ical (rfc2445) peut être trouvée à l'adresse + suivante : + <pre>http://tools.ietf.org/html/rfc2445</pre> +<p> + La page du projet pcal se trouve quant à elle à l'adresse suivante : + <pre>http://pcal.sourceforge.net/</pre> + <h1>10. Remerciements<a name="thanks"></a></h1> <p> Je voudrais remercier ici toutes les personnes sans qui ce projet @@ -1197,7 +1211,7 @@ msgid "" <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.2 - Dernière modification: 8 Aout 2008<br> + Calcurse version 2.2 - Dernière modification: 11 Aout 2008<br> </div> </div> diff --git a/doc/manual_it.html b/doc/manual_it.html index ad4e058..8ae2833 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.4 2008/08/08 14:22:19 culot Exp $ + * $calcurse: manual_it.html,v 1.5 2008/08/11 18:08:45 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -114,6 +114,7 @@ partecipare allo sviluppo di calcurse. <li><a href="#links_homepage">9.1 Homepage di <code>calcurse</code></a></li> <li><a href="#links_list">9.2 Lista degli annunci di <code>calcurse</code></a></li> <li><a href="#links_rss">9.3 Feed RSS di <code>calcurse</code></a></li> + <li><a href="#links_others"><div class="todo">9.4 Other links</div></a></li> </ul></li> <li><a href="#thanks">10. Ringraziamenti</a></li> </ul> @@ -375,16 +376,19 @@ caratteristiche<a name="overview_features"></a></h2> <dd> Stampa la versione di <code>calcurse</code> ed esce. </dd> - <dt><code>-x, --export</code></dt> - <dd> - Esporta tutti i dati nel formato di iCalendar; gli eventi, gli - appuntamenti e le attività sono convertiti e stampati sullo - standard output. - + <dt><code>-x[format], --export[=format]</code></dt> + <dd><div class="todo"> + Export user data to specified format. Events, appointments and + todos are converted and echoed to stdout. + Two possible formats are available: ical and pcal + (see section <a href="#links_others">Links</a> below). + If the optional argument <code>format</code> is not given, + ical format is selected by default. + </div> <p class="rq"><span class="valorise">Nota:</span> è possibile reindirizzare lo standard output per salvare i dati su un file con un comando del tipo - <code>$ calcurse --export > my_data.ics</code></p> + <code>$ calcurse --export > my_data.dat</code></p> </dd> </dl> @@ -1182,6 +1186,16 @@ d'ambiente<a name="basics_invocation_environment"></a></h3> versione con la descrizione delle funzionalità aggiunte. </p> +<h2><div class="todo">9.4 Other links</div><a name="links_others"></a></h2> +<div class="todo"> +<p> + You may want to look at the ical format specification (rfc2445) at: + <pre>http://tools.ietf.org/html/rfc2445</pre> +<p> + The pcal project page can be found at: + <pre>http://pcal.sourceforge.net/</pre> +</div> + <h1>10. Ringraziamenti<a name="thanks"></a></h1> <p> È giunto il momento per ringraziare le persone senza le quali @@ -1273,7 +1287,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.2 - Last change: August 8, 2008<br> + Calcurse version 2.2 - Last change: August 11, 2008<br> </div> </div> diff --git a/doc/manual_nl.html b/doc/manual_nl.html index 296dccd..d4ed79c 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.10 2008/08/08 14:22:19 culot Exp $ + * $calcurse: manual_nl.html,v 1.11 2008/08/11 18:08:45 culot Exp $ * * Calcurse - text-based organizer * Copyright (c) 2004-2008 Frederic Culot @@ -110,6 +110,7 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in <li><a href="#links_homepage">9.1 <code>Calcurse</code> homepage</a></li> <li><a href="#links_list">9.2 <code>Calcurse</code> nieuws lijst</a></li> <li><a href="#links_rss">9.3 <code>Calcurse</code> RSS feed</a></li> + <li><a href="#links_others"><div class="todo">9.4 Other links</div></a></li> </ul></li> <li><a href="#thanks">10. Dankwoord</a></li> </ul> @@ -342,15 +343,19 @@ besproken. Als laatste wordt zowel de procedure van het melden van fouten in Geeft het versienummer van <code>calcurse</code> weer en verlaat het programma. </dd> - <dt><code>-x, --export</code></dt> - <dd> - Exporteert de data van de gebruiker naar het iCalender-formaat. - Gebeurtenissen, afspraken en taken worden geconverteerd en naar stdout - gezonden. + <dt><code>-x[format], --export[=format]</code></dt> + <dd><div class="todo"> + Export user data to specified format. Events, appointments and + todos are converted and echoed to stdout. + Two possible formats are available: ical and pcal + (see section <a href="#links_others">Links</a> below). + If the optional argument <code>format</code> is not given, + ical format is selected by default. + </div> <p class="rq"><span class="valorise">Noot:</span> Om de data te exporteren naar een bestand, kan men de standaard output omleiden met een commando zoals: - <code>$ calcurse --export > my_data.ics</code></p> + <code>$ calcurse --export > my_data.dat</code></p> </dd> </dl> @@ -998,6 +1003,16 @@ msgid "" calcurse beschikbaar is, waarbij ook de nieuwe opties beschreven worden. </p> +<h2><div class="todo">9.4 Other links</div><a name="links_others"></a></h2> +<div class="todo"> +<p> + You may want to look at the ical format specification (rfc2445) at: + <pre>http://tools.ietf.org/html/rfc2445</pre> +<p> + The pcal project page can be found at: + <pre>http://pcal.sourceforge.net/</pre> +</div> + <h1>10. Dankwoord<a name="thanks"></a></h1> <p> Het is tijd om de mensen te bedanken, zonder wie dit programma niet @@ -1052,7 +1067,7 @@ msgid "" <div class="footer"> Copyright (c) 2004-2008 Frédéric Culot<br> - Calcurse version 2.2 - Last change: August 8, 2008<br> + Calcurse version 2.2 - Last change: August 11, 2008<br> </div> </div> |