diff options
Diffstat (limited to 'doc/manual_de.html')
-rwxr-xr-x | doc/manual_de.html | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/doc/manual_de.html b/doc/manual_de.html index a8a0da5..1618828 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.17 2008/04/20 12:43:13 culot Exp $ + * $calcurse: manual_de.html,v 1.18 2008/08/08 14:22:19 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.1.tar.gz</pre> +<pre>tar zxvf calcurse-2.2.tar.gz</pre> <p> Ist diese Voraussetzung erfüllt und das Archiv entpackt, sind nur noch die drei üblichen Schritte erforderlich:</p> @@ -279,6 +279,14 @@ Es werden sowohl kurze als auch lange Optionsangaben unterstützt.</p> Beispiel: Die Eingabe <code>calcurse -d 3</code> gibt alle Termine des heutigen und der beiden folgenden Tage aus. </dd> + <dt><code>-D <dir>, --directory <dir></code></dt> + <dd> + <div class="todo"> + Specify the data directory to use. This option is + incompatible with -c. If not specified, the + default directory is <code>'~/.calcurse/'</code>. + </div> + </dd> <dt><code>-h, --help</code></dt> <dd>Gibt eine Hilfe zu den unterstützten Optionen aus. </dd> @@ -298,6 +306,21 @@ Es werden sowohl kurze als auch lange Optionsangaben unterstützt.</p> if one is associated with the displayed item. </div> </dd> + <dt><code>-r[num], --range[=num]</code></dt> + <dd> + <div class="todo"> + Print events and appointments for the num number of + days and exit. If no num is given, a range of 1 day + is considered. + </div> + </dd> + <dt><code>-s[date], --startday[=date]</code></dt> + <dd> + <div class="todo"> + Print events and appointments from date and exit. + If no date is given, the current day is considered. + </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 @@ -498,6 +521,7 @@ Hierbei steht '^' für die Taste 'Strg' beziehungsweise 'Ctrl': <h2>4.3 <code>calcurse</code> Dateien<a name="basics_files"></a></h2> <p> Die folgende Verzeichnisstruktur wird im $HOME-Verzeichnis angelegt, +<div class="todo">(or in the directory you specified with the -D option)</div> wenn <code>calcurse</code> das erste Mal gestartet wird:</p> <pre> $HOME/.calcurse/ @@ -970,7 +994,7 @@ derjenigen, denen ich Danke sagen möchte: recur_item_inday() verbessern half <span class="todo">, and for implementing the date format configuration options</span></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><div class="todo">Erik Saule for its patch implementing the '-N', '-s', '-r' and '-D' flags</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> @@ -987,7 +1011,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.1 - Last change: April 20, 2008<br> + Calcurse version 2.2 - Last change: August 8, 2008<br> </div> </div> |