aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual_de.html
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-02-14 20:07:43 +0000
committerFrederic Culot <calcurse@culot.org>2008-02-14 20:07:43 +0000
commit9fe5d3d47680178c2fd1b9cce73cedd481e53f75 (patch)
treedd2b175fab7b83ab7ece2dfb649934ec16c9d9b9 /doc/manual_de.html
parentfe5621c5472a65e0900f57ae2da61eab4b1469fd (diff)
downloadcalcurse-9fe5d3d47680178c2fd1b9cce73cedd481e53f75.tar.gz
calcurse-9fe5d3d47680178c2fd1b9cce73cedd481e53f75.zip
html manuals updated with parts related to notes
Diffstat (limited to 'doc/manual_de.html')
-rwxr-xr-xdoc/manual_de.html36
1 files changed, 33 insertions, 3 deletions
diff --git a/doc/manual_de.html b/doc/manual_de.html
index e1cfb05..d0b3336 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.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&uuml;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&uuml;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&auml;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&eacute;d&eacute;ric Culot<br>
+ 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: February 07, 2008<br>
+ Calcurse version 2.0 - Last change: February 14, 2008<br>
</div>
</div>