- Updated various documents.
This commit is contained in:
31
task.html
31
task.html
@@ -165,23 +165,30 @@ a img { border: none; padding: 0; margin: 0; }
|
||||
<h2 class="title">Get the Source Code</h2>
|
||||
<div class="content">
|
||||
<p>
|
||||
Download the latest task source code
|
||||
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||
(6/13/2008).
|
||||
Download the
|
||||
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">latest version</a>
|
||||
of the task source code (6/17/2008).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<h4>New in version 1.3.0</h4>
|
||||
source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||
Source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>?
|
||||
<ul>
|
||||
<li>"task calendar" now displays multiple months per line, adjustable
|
||||
by the "monthsperline" configuration variable. Feature added by
|
||||
Damian Glenny
|
||||
<li>Fixed bug where task generates a segmentation fault for several
|
||||
commands, when no "dateformat" configuration variable was present
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<h4>New in version 1.2.0</h4>
|
||||
source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
||||
Source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
||||
<br />
|
||||
Debian package: <a href="http://www.beckingham.net/task_1.2.0-1_i386.deb">task_1.2.0-1_i386.deb</a>
|
||||
(Thanks to Richard Querin)
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
@@ -198,7 +205,7 @@ a img { border: none; padding: 0; margin: 0; }
|
||||
|
||||
<p>
|
||||
<h4>New in version 1.1.0</h4>
|
||||
source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
|
||||
Source: <a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
|
||||
<br />
|
||||
Debian package: <a href="http://www.beckingham.net/task_1.1.0-1_i386.deb">task_1.1.0-1_i386.deb</a>
|
||||
(Thanks to Richard Querin)
|
||||
@@ -1032,7 +1039,7 @@ on_white on_bright_white</code></pre>
|
||||
|
||||
<p>
|
||||
The string may also contain other characters to act as spacers,
|
||||
or formatting. Other values could include:
|
||||
or formatting. Other values could include (but are not limited to):
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -1063,6 +1070,12 @@ on_white on_bright_white</code></pre>
|
||||
column appears on the "list" and "next" reports.
|
||||
<dd>
|
||||
|
||||
<dt>monthsperline</dt>
|
||||
<dd>
|
||||
Determines how many months the "task calendar" command
|
||||
renders across the screen. Defaults to 1.
|
||||
</dd>
|
||||
|
||||
<dt>color</dt>
|
||||
<dd>
|
||||
May be "on" or "off". Determines whether task uses color.
|
||||
|
||||
Reference in New Issue
Block a user