Packaging

- Added README.1.5.0 detailing the new custom report configuration
  variables that must be added.
- Added README.1.5.0 to the distribution.
- Added new custom.html documentation.
- Added warning to task.html about the README.1.5.0 changes.
This commit is contained in:
Paul Beckingham 2009-02-15 23:26:15 -05:00
parent cc7c1819ce
commit 0219ed4fe3
4 changed files with 184 additions and 1 deletions

View file

@ -57,6 +57,7 @@
<li><a href="versions.html">Old Versions</a>
<li><a href="filter.html">Filters</a>
<li><a href="shadow.html">Shadow Files</a>
<li><a href="custom.html">Custom Reports</a>
</ul>
<p>
@ -113,6 +114,21 @@
in the configuration file can be renamed.
</ul>
<p>
Note that users of task prior to version 1.5.0 will need to add
the following six lines to their .taskrc file. See also the
README.1.5.0 file in the distribution for more details.
</p>
<pre><code>report.long.columns=id,project,priority,entry,start,due,age,tags,description
report.long.sort=due+,priority-,project+
report.list.columns=id,project,priority,due,active,age,description
report.list.sort=due+,priority-,project+
report.ls.columns=id,project,priority,description
report.ls.sort=priority-,project+</code></pre>
<p>
(Find out <a href="versions.html">what was new in prior versions</a>)
</p>