English manual updated for version 1.8
This commit is contained in:
parent
0a45a9c8be
commit
7758d547fe
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* $calcurse: manual_en.html,v 1.8 2007/04/15 12:35:42 culot Exp $
|
* $calcurse: manual_en.html,v 1.9 2007/05/12 15:14:05 culot Exp $
|
||||||
*
|
*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
* Copyright (c) 2004-2007 Frederic Culot
|
* Copyright (c) 2004-2007 Frederic Culot
|
||||||
@ -102,13 +102,11 @@
|
|||||||
|
|
||||||
<a name="intro"></a><h1>Introduction</a></h1>
|
<a name="intro"></a><h1>Introduction</a></h1>
|
||||||
<p>
|
<p>
|
||||||
<font color="green">
|
|
||||||
<code>calcurse</code> is a text-based calendar and scheduling application. It helps
|
<code>calcurse</code> is a text-based calendar and scheduling application. It helps
|
||||||
keeping track of events, appointments and everyday tasks.
|
keeping track of events, appointments and everyday tasks.
|
||||||
A configurable notification system reminds user of upcoming deadlines,
|
A configurable notification system reminds user of upcoming deadlines,
|
||||||
and the curses based interface can be customized to suit user needs.
|
and the curses based interface can be customized to suit user needs.
|
||||||
All of the commands are documented within an online help system.
|
All of the commands are documented within an online help system.
|
||||||
</font>
|
|
||||||
|
|
||||||
<a name="overview"></a><h1>Overview</h1>
|
<a name="overview"></a><h1>Overview</h1>
|
||||||
<a name="overview_history"></a><h2>Creation history</h2>
|
<a name="overview_history"></a><h2>Creation history</h2>
|
||||||
@ -154,10 +152,8 @@ All of the commands are documented within an online help system.
|
|||||||
the possible actions displayed at any time inside a status bar.
|
the possible actions displayed at any time inside a status bar.
|
||||||
The user interface is also configurable, and one can choose
|
The user interface is also configurable, and one can choose
|
||||||
between several color and layout combinations.
|
between several color and layout combinations.
|
||||||
<font color="green">
|
|
||||||
Last, a configurable notification system reminds user of upcoming
|
Last, a configurable notification system reminds user of upcoming
|
||||||
appointments.
|
appointments.
|
||||||
</font>
|
|
||||||
|
|
||||||
<a name="install"></a><h1>Installation</h1>
|
<a name="install"></a><h1>Installation</h1>
|
||||||
<a name="install_requirements"></a><h2>Requirements</h2>
|
<a name="install_requirements"></a><h2>Requirements</h2>
|
||||||
@ -209,7 +205,7 @@ All of the commands are documented within an online help system.
|
|||||||
<p>
|
<p>
|
||||||
First you need to gunzip and untar the source archive:
|
First you need to gunzip and untar the source archive:
|
||||||
<pre>
|
<pre>
|
||||||
tar zxvf <font color="green">calcurse-1.8</font>.tar.gz
|
tar zxvf calcurse-1.8.tar.gz
|
||||||
</pre>
|
</pre>
|
||||||
Once you meet the requirements and have extracted the archive,
|
Once you meet the requirements and have extracted the archive,
|
||||||
the install process is quite simple, and follows the standard
|
the install process is quite simple, and follows the standard
|
||||||
@ -289,7 +285,6 @@ All of the commands are documented within an online help system.
|
|||||||
<dd>
|
<dd>
|
||||||
Display <code>calcurse</code> version and exit.<br>
|
Display <code>calcurse</code> version and exit.<br>
|
||||||
<br>
|
<br>
|
||||||
<font color="green">
|
|
||||||
<dt><code>-x, --export</code>
|
<dt><code>-x, --export</code>
|
||||||
<dd>
|
<dd>
|
||||||
Export user data to iCalendar format. Events, appointments and
|
Export user data to iCalendar format. Events, appointments and
|
||||||
@ -299,7 +294,6 @@ All of the commands are documented within an online help system.
|
|||||||
<pre>
|
<pre>
|
||||||
$ calcurse --export > my_data.ics
|
$ calcurse --export > my_data.ics
|
||||||
</pre>
|
</pre>
|
||||||
</font>
|
|
||||||
</DL>
|
</DL>
|
||||||
|
|
||||||
<a name="basics_invocation_variable"></a><h3>Environment variable for i18n</h3>
|
<a name="basics_invocation_variable"></a><h3>Environment variable for i18n</h3>
|
||||||
@ -340,7 +334,7 @@ All of the commands are documented within an online help system.
|
|||||||
When called with at least one of the following arguments:<br>
|
When called with at least one of the following arguments:<br>
|
||||||
<code>-a</code>, <code>-d</code>, <code>-h</code>,
|
<code>-a</code>, <code>-d</code>, <code>-h</code>,
|
||||||
<code>-n</code>, <code>-t</code>, <code>-v</code>,
|
<code>-n</code>, <code>-t</code>, <code>-v</code>,
|
||||||
<code><font color="green">-x</font></code><br>
|
<code>-x</code><br>
|
||||||
<code>calcurse</code> is started in non-interactive mode.
|
<code>calcurse</code> is started in non-interactive mode.
|
||||||
This means the desired information will be displayed, and
|
This means the desired information will be displayed, and
|
||||||
after that, <code>calcurse</code> simply quits and you are
|
after that, <code>calcurse</code> simply quits and you are
|
||||||
@ -512,7 +506,6 @@ All of the commands are documented within an online help system.
|
|||||||
|
|
||||||
<a name="options_colors"></a><h2>Color themes</h2>
|
<a name="options_colors"></a><h2>Color themes</h2>
|
||||||
<p>
|
<p>
|
||||||
<font color="green">
|
|
||||||
<code>calcurse</code> color theme can be customized to suit user's
|
<code>calcurse</code> color theme can be customized to suit user's
|
||||||
needs. To change the default theme, the configuration page
|
needs. To change the default theme, the configuration page
|
||||||
displays possible choices for foreground and background colors.
|
displays possible choices for foreground and background colors.
|
||||||
@ -520,7 +513,6 @@ All of the commands are documented within an online help system.
|
|||||||
to select a color, user can preview the theme which will be applied.
|
to select a color, user can preview the theme which will be applied.
|
||||||
It is possible to keep the terminal's default colors by selecting the
|
It is possible to keep the terminal's default colors by selecting the
|
||||||
corresponding choice in the list.
|
corresponding choice in the list.
|
||||||
</font>
|
|
||||||
<p>
|
<p>
|
||||||
The chosen color theme will then be applied to the panel borders,
|
The chosen color theme will then be applied to the panel borders,
|
||||||
to the titles, to the keystrokes, and to general informations
|
to the titles, to the keystrokes, and to general informations
|
||||||
@ -577,20 +569,17 @@ All of the commands are documented within an online help system.
|
|||||||
inside a terminal.<br>
|
inside a terminal.<br>
|
||||||
<br>
|
<br>
|
||||||
<li><code>notify-bar_warning</code> (default: <em>300</em>)<br>
|
<li><code>notify-bar_warning</code> (default: <em>300</em>)<br>
|
||||||
When there is an appointment
|
When there is an appointment which is flagged as 'important'
|
||||||
<font color="green"> which is flagged as 'important'</font>
|
|
||||||
within the next 'notify-bar_warning'
|
within the next 'notify-bar_warning'
|
||||||
seconds, the display of that appointment inside the notify-bar
|
seconds, the display of that appointment inside the notify-bar
|
||||||
starts to blink.
|
starts to blink.
|
||||||
<font color="green">
|
|
||||||
Moreover, the command defined by the <em>notify-bar_command</em>
|
Moreover, the command defined by the <em>notify-bar_command</em>
|
||||||
option will be launched.
|
option will be launched.
|
||||||
</font>
|
|
||||||
That way, the user is warned and knows there
|
That way, the user is warned and knows there
|
||||||
will be soon an upcoming appointment.
|
will be soon an upcoming appointment.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<li><font color="green">
|
<li>
|
||||||
<code>notify-bar_command</code> (default: <em>printf '\a'</em>)<br>
|
<code>notify-bar_command</code> (default: <em>printf '\a'</em>)<br>
|
||||||
This option indicates which command is to be launched when there is an
|
This option indicates which command is to be launched when there is an
|
||||||
upcoming appointment flagged as 'important'. This command will be
|
upcoming appointment flagged as 'important'. This command will be
|
||||||
@ -605,7 +594,6 @@ All of the commands are documented within an online help system.
|
|||||||
<pre>
|
<pre>
|
||||||
calcurse --next | mail -s "[calcurse] upcoming appointment!" user@host.com
|
calcurse --next | mail -s "[calcurse] upcoming appointment!" user@host.com
|
||||||
</pre>
|
</pre>
|
||||||
</font>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@ -908,8 +896,8 @@ All of the commands are documented within an online help system.
|
|||||||
<li>Jose Lopez for the spanish translation of
|
<li>Jose Lopez for the spanish translation of
|
||||||
<code>calcurse</code> and its manual
|
<code>calcurse</code> and its manual
|
||||||
<li>Neil Williams for the english translation
|
<li>Neil Williams for the english translation
|
||||||
<li><font color="green">Tony for its patch which helped improving the
|
<li>Tony for its patch which helped improving the
|
||||||
recur_item_inday() function</font>
|
recur_item_inday() function
|
||||||
<li>people who write softwares I like and which inspired me,
|
<li>people who write softwares I like and which inspired me,
|
||||||
especially :
|
especially :
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user