English manual updated (rss feed and long options added)
This commit is contained in:
parent
017ba755d3
commit
b07690d7ab
@ -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.4 2006/09/18 14:22:44 culot Exp $
|
* $calcurse: manual_en.html,v 1.5 2006/12/12 14:18:21 culot Exp $
|
||||||
*
|
*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
* Copyright (c) 2004-2006 Frederic Culot
|
* Copyright (c) 2004-2006 Frederic Culot
|
||||||
@ -93,6 +93,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="#links_homepage"><code>calcurse</code> homepage</a>
|
<li><a href="#links_homepage"><code>calcurse</code> homepage</a>
|
||||||
<li><a href="#links_list"><code>calcurse</code> announce list</a>
|
<li><a href="#links_list"><code>calcurse</code> announce list</a>
|
||||||
|
<li><a href="#links_rss"><code>calcurse</code> RSS feed</a>
|
||||||
</ul>
|
</ul>
|
||||||
<li><a href="#thanks">Thanks</a>
|
<li><a href="#thanks">Thanks</a>
|
||||||
</ul>
|
</ul>
|
||||||
@ -206,7 +207,7 @@
|
|||||||
<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 calcurse-1.6.tar.gz
|
tar zxvf calcurse-1.7.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
|
||||||
@ -225,22 +226,23 @@
|
|||||||
<a name="basics_invocation_commandline"></a><h3>Command line arguments</h3>
|
<a name="basics_invocation_commandline"></a><h3>Command line arguments</h3>
|
||||||
<p>
|
<p>
|
||||||
<code>calcurse</code> takes the following options from the
|
<code>calcurse</code> takes the following options from the
|
||||||
command line:
|
command line (both short and long options are supported):
|
||||||
|
<p>
|
||||||
|
|
||||||
<dl compact>
|
<dl compact>
|
||||||
<dt><code>-a</code>
|
<dt><code>-a, --appointment</code>
|
||||||
<dd>
|
<dd>
|
||||||
Print the appointments for the current day and exit.<br>
|
Print the appointments and events for the current day and exit.<br>
|
||||||
<u>Note:</u> the calendar from which to read the appointments
|
<u>Note:</u> the calendar from which to read the appointments
|
||||||
can be specified using the '-c' flag.<br>
|
can be specified using the '-c' flag.<br>
|
||||||
<br>
|
<br>
|
||||||
<dt><code>-c</code>
|
<dt><code>-c <file>, --calendar <file></code>
|
||||||
<dd>
|
<dd>
|
||||||
Specify the calendar file to use.<br>
|
Specify the calendar file to use.<br>
|
||||||
The default calendar is <code>~/.calcurse/apts</code>
|
The default calendar is <code>~/.calcurse/apts</code>
|
||||||
(see section <a href="#basics_files"><code>calcurse</code> files</a>).<br>
|
(see section <a href="#basics_files"><code>calcurse</code> files</a>).<br>
|
||||||
<br>
|
<br>
|
||||||
<dt><code>-d</code>
|
<dt><code>-d <date|num>, --day <date|num></code>
|
||||||
<dd>
|
<dd>
|
||||||
Print the appointments for the given date or for the
|
Print the appointments for the given date or for the
|
||||||
given number of upcoming days, depending on the argument
|
given number of upcoming days, depending on the argument
|
||||||
@ -260,20 +262,28 @@
|
|||||||
which to read the appointments can be specified using
|
which to read the appointments can be specified using
|
||||||
the '-c' flag.<br>
|
the '-c' flag.<br>
|
||||||
<br>
|
<br>
|
||||||
<dt><code>-h</code>
|
<dt><code>-h, --help</code>
|
||||||
<dd>
|
<dd>
|
||||||
Print a short help text describing the supported
|
Print a short help text describing the supported
|
||||||
command-line options, and exit.<br>
|
command-line options, and exit.<br>
|
||||||
<br>
|
<br>
|
||||||
<dt><code>-n</code>
|
<dt><code>-n, --next</code>
|
||||||
<dd>
|
<dd>
|
||||||
Print the next appointment within next 24 hours and exit.<br>
|
Print the next appointment within upcoming 24 hours and exit.<br>
|
||||||
|
The indicated time is the number of hours and minutes left
|
||||||
|
before this appointment.<br>
|
||||||
|
<u>Note:</u> the calendar from which to read the appointments
|
||||||
|
can be specified using the '-c' flag.<br>
|
||||||
<br>
|
<br>
|
||||||
<dt><code>-t</code>
|
<dt><code>-t[num], --todo[=num]</code>
|
||||||
<dd>
|
<dd>
|
||||||
Print the 'todo' list and exit.<br>
|
Print the 'todo' list and exit. If the optional number
|
||||||
|
<code>num</code> is given, then only todos having a priority
|
||||||
|
equal to <code>num</code> will be returned.<br>
|
||||||
|
<u>Note:</u> proprity number must be between 1 (highest) and
|
||||||
|
9 (lowest).<br>
|
||||||
<br>
|
<br>
|
||||||
<dt><code>-v</code>
|
<dt><code>-v, --version</code>
|
||||||
<dd>
|
<dd>
|
||||||
Display <code>calcurse</code> version and exit.
|
Display <code>calcurse</code> version and exit.
|
||||||
</DL>
|
</DL>
|
||||||
@ -791,6 +801,15 @@
|
|||||||
<code>calcurse-announce@culot.org</code> with "subscribe"
|
<code>calcurse-announce@culot.org</code> with "subscribe"
|
||||||
in the subject field.
|
in the subject field.
|
||||||
|
|
||||||
|
<a name="links_rss"></a><h2><code>calcurse</code> RSS feed</h2>
|
||||||
|
<p>
|
||||||
|
Another possibility to get warned when new releases come out
|
||||||
|
is to follow the RSS feed at:
|
||||||
|
<pre>
|
||||||
|
http://culot.org/calcurse/news_rss.xml
|
||||||
|
</pre>
|
||||||
|
This RSS feed is updated each time a new version of calcurse is
|
||||||
|
available, describing newly added features.
|
||||||
|
|
||||||
<a name="thanks"></a><h1>Thanks</a></h1>
|
<a name="thanks"></a><h1>Thanks</a></h1>
|
||||||
<p>
|
<p>
|
||||||
@ -801,12 +820,19 @@
|
|||||||
<li>Alex for its patches, help and advices with <code>C</code> programming
|
<li>Alex for its patches, help and advices with <code>C</code> programming
|
||||||
<li>Gwen for testing and general discussions about how to
|
<li>Gwen for testing and general discussions about how to
|
||||||
improve <code>calcurse</code>
|
improve <code>calcurse</code>
|
||||||
<li>Kevin and Ryan for packaging <code>calcurse</code> for Debian
|
<li>Herbert for packaging <code>calcurse</code> for FreeBSD
|
||||||
|
<li>Zul for packaging <code>calcurse</code> for NetBSD
|
||||||
|
<li>Wain for packaging <code>calcurse</code> for Archlinux
|
||||||
|
<li>Kevin, Ryan, and fEnIo for packaging <code>calcurse</code> for Debian
|
||||||
|
and Ubuntu
|
||||||
<li>Steffen for packaging <code>calcurse</code> for Archlinux
|
<li>Steffen for packaging <code>calcurse</code> for Archlinux
|
||||||
<li>Alexandre for packaging <code>calcurse</code> for Mac OsX
|
<li>Pascal for packaging <code>calcurse</code> for Slackware
|
||||||
|
<li>Alexandre and Markus for packaging <code>calcurse</code> for Mac OsX
|
||||||
|
and Darwin
|
||||||
|
<li>Igor for packaging <code>calcurse</code> for ALT Linux
|
||||||
<li>Joel for its calendar script which inspired <code>calcurse</code>
|
<li>Joel for its calendar script which inspired <code>calcurse</code>
|
||||||
calendar view
|
calendar view
|
||||||
<li>Michael Schulz for the german translation of
|
<li>Michael Schulz and Chris M. for the german translation of
|
||||||
<code>calcurse</code> and its manual
|
<code>calcurse</code> and its manual
|
||||||
<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
|
||||||
@ -827,7 +853,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<small><em>
|
<small><em>
|
||||||
Copyright (c) 2004-2006 Frédéric Culot<br>
|
Copyright (c) 2004-2006 Frédéric Culot<br>
|
||||||
Calcurse version 1.6 - Last change: September 18, 2006
|
Calcurse version 1.7 - Last change: December 12, 2006
|
||||||
<em></small>
|
<em></small>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user