html manuals updated with parts related to notes
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.13 2008/02/10 11:33:23 culot Exp $
|
||||
* $calcurse: manual_de.html,v 1.14 2008/02/14 20:07:43 culot Exp $
|
||||
*
|
||||
* Calcurse - text-based organizer
|
||||
* Copyright (c) 2004-2008 Frederic Culot
|
||||
@@ -77,6 +77,8 @@ well as the way one can contribute to <code>calcurse</code> development.
|
||||
<ul>
|
||||
<li><a href="#basics_invocation_commandline">4.1.1 Programmargumente</a></li>
|
||||
<li><a href="#basics_invocation_variable">4.1.2 Umgebungsvariable für i18n</a></li>
|
||||
<li><a href="#basics_invocation_environment"><span class="todo">4.1.3 Other environment
|
||||
variables</span></a></li>
|
||||
</ul></li>
|
||||
<li><a href="#basics_interface">4.2 Benutzer-Interface</a>
|
||||
<ul>
|
||||
@@ -339,6 +341,28 @@ Es werden sowohl kurze als auch lange Optionsangaben unterstützt.</p>
|
||||
aufrufen:</p>
|
||||
<pre>LC_ALL=fr_FR.ISO8859-1 calcurse</pre>
|
||||
|
||||
<div class="todo">
|
||||
<h3>4.1.3 Other environment variables<a name="basics_invocation_environment"></a></h3>
|
||||
<p>
|
||||
The following environment variables affect the way <code>calcurse</code>
|
||||
operates:</p>
|
||||
<dl>
|
||||
<dt><code>VISUAL</code></dt>
|
||||
<dd>Specifies the external editor to use for writing notes.
|
||||
</dd>
|
||||
<dt><code>EDITOR</code></dt>
|
||||
<dd>If the <code>VISUAL</code> environment variable
|
||||
is not set, then <code>EDITOR</code> will be used as
|
||||
the default external editor. If none of those variables are set,
|
||||
then <code>/usr/bin/vi</code> is used instead.
|
||||
</dd>
|
||||
<dt><code>PAGER</code></dt>
|
||||
<dd>Specifies the default viewer to be used for reading notes.
|
||||
If this variable is not set, then <code>/usr/bin/less</code> is used.
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<h2>4.2 Benutzer-Interface<a name="basics_interface"></a></h2>
|
||||
<h3>4.2.1 Nicht interaktiver Modus<a name="basics_interface_noninteractive"></a></h3>
|
||||
<p>
|
||||
@@ -470,11 +494,17 @@ Die folgende Verzeichnisstruktur wird im $HOME-Verzeichnis angelegt,
|
||||
wenn <code>calcurse</code> das erste Mal gestartet wird:</p>
|
||||
<pre>
|
||||
$HOME/.calcurse/
|
||||
|___notes/
|
||||
|___conf
|
||||
|___apts
|
||||
|___todo
|
||||
</pre>
|
||||
<dl class="compact">
|
||||
<dt><code>notes/</code>:</dt>
|
||||
<dd><span class="todo">this subdirectory contains descriptions of the notes
|
||||
which are attached to appointments, events or todos. One text file is
|
||||
created per note, whose name is built using mkstemp(3) and should be
|
||||
unique, but with no relation with the corresponding item's description.</span></dd>
|
||||
<dt><code>conf</code>:</dt>
|
||||
<dd>Datei enthält die Informationen zur Benutzerkonfiguration.</dd>
|
||||
<dt><code>apts</code>:</dt>
|
||||
@@ -922,10 +952,10 @@ Und zuletzt, vielen vielen Dank an alle <code>calcurse</code>
|
||||
Benutzer, die mir Ihr Feedback mitgeteilt haben.</p>
|
||||
|
||||
<div class="footer">
|
||||
Copyright (c) 2004-2007 Frédéric Culot<br>
|
||||
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: February 07, 2008<br>
|
||||
Calcurse version 2.0 - Last change: February 14, 2008<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user