Optional 'format' option added to '-x' flag, help updated
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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<73>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<70>ol por Jos<6F> 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>
|
||||
|
||||
|
||||
@@ -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
|
||||
<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<6E>es utilisateur au format iCalendar. Les <20>v<EFBFBD>nements,
|
||||
Exporte les donn<6E>es utilisateur au format sp<EFBFBD>cifi<EFBFBD>. Les <20>v<EFBFBD>nements,
|
||||
rendez-vous et t<>ches sont convertis et imprim<69>s sur la sortie
|
||||
standard.
|
||||
standard. Deux formats d'export diff<66>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<71> par
|
||||
l'utilisateur, alors le format ical sera utilis<69> par d<>faut.
|
||||
<p class="rq"><span class="valorise">Note:</span>
|
||||
afin de sauvegarder les donn<6E>es export<72>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<75>e, et indique quelles sont les
|
||||
modifications qui ont <20>t<EFBFBD> apport<72>es.</p>
|
||||
|
||||
<h2>9.4 Autres liens<a name="links_others"></a></h2>
|
||||
<p>
|
||||
La sp<73>cification du format ical (rfc2445) peut <20>tre trouv<75>e <20> l'adresse
|
||||
suivante :
|
||||
<pre>http://tools.ietf.org/html/rfc2445</pre>
|
||||
<p>
|
||||
La page du projet pcal se trouve quant <20> elle <20> 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<46>d<EFBFBD>ric Culot<br>
|
||||
Calcurse version 2.2 - Derni<6E>re modification: 8 Aout 2008<br>
|
||||
Calcurse version 2.2 - Derni<6E>re modification: 11 Aout 2008<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user