Patch - Pushed man pages to version 1.8.0

From eb1beb066956f95521298fc699359a20b9aa4ed9 Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Sat, 30 May 2009 22:47:45 +0200
Subject: [PATCH 2/2] Pushed man pages to version 1.8.0

Changed references for documentation to taskwarrior.org

Added stub for new man page task-tutorial.5
This commit is contained in:
Paul Beckingham
2009-05-30 17:14:00 -04:00
parent 963574e298
commit 2ac2aafbe7
4 changed files with 91 additions and 67 deletions

View File

@@ -1,10 +1,11 @@
.TH taskrc 5 2009-05-14 "Task 1.7.0" "User Manuals"
.TH taskrc 5 2009-05-30 "Task 1.8.0" "User Manuals"
.SH NAME
taskrc \- Configuration file for the task(1) command
.SH SYNOPSIS
.B $HOME/.taskrc
.br
.B task rc:<directory-path>/.taskrc
.SH DESCRIPTION
@@ -305,94 +306,93 @@ The output columns, their labels and the sort order can be set using the corresp
variables for each report.
.TP
.B
.B
report.long.description
Lists all task, all data, matching the specified criteria
.TP
.B
.B
report.long.labels=ID,Project,Pri,Added,Started,Due,Recur,Age,Tags,Description
.RE
.br
.B
.B
report.long.columns=id,project,priority,entry,start,due,recur,age,tags,description
.br
.B
.B
report.long.sort=due+,priority-,project+
.TP
.B
.B
report.list.description
Lists all tasks matching the specified criteria
.TP
.B
.B
report.list.labels=ID,Project,Pri,Due,Active,Age,Description
.RE
.br
.B
.B
report.list.columns=id,project,priority,due,active,age,description
.br
.B
.B
report.list.sort=due+,priority-,project+
.TP
.B
.B
report.ls.description
Minimal listing of all tasks matching the specified criteria
.TP
.B
.B
report.ls.labels=ID,Project,Pri,Description
.RE
.br
.B
.B
report.ls.columns=id,project,priority,description
.br
.B
.B
report.ls.sort=priority-,project+
.TP
.B
.B
report.newest.description
Shows the newest tasks
.TP
.B
.B
report.newest.labels=ID,Project,Pri,Due,Active,Age,Description
.RE
.br
.B
.B
report.newest.columns=id,project,priority,due,active,age,description
.br
.B
.B
report.newest.sort=id-
.br
.B
.B
report.newest.limit=10
.TP
.B
.B
report.oldest.description
Shows the oldest tasks
.TP
.B
.B
report.oldest.labels=ID,Project,Pri,Due,Active,Age,Description
.RE
.br
.B
.B
report.oldest.columns=id,project,priority,due,active,age,description
.br
.B
.B
report.oldest.sort=id+
.br
.B
.B
report.oldest.limit=10
.SH "CREDITS & COPYRIGHTS"
task was written by P. Beckingham <task@beckingham.net>.
.br
@@ -405,31 +405,20 @@ task is distributed under the GNU General Public License. See
http://www.gnu.org/licenses/gpl-2.0.txt for more information.
.SH SEE ALSO
.BR task (1)
.BR task(1),
.BR task-tutorial(7)
For more information regarding task, the following may be referenced:
.TP
<http://www.beckingham.net/task.html>
The official site.
.TP
<http://groups.google.com/group/taskprogram>
The official mailing list.
The official site at
<http://taskwarrior.org>
.TP
The official code repository at
<http://github.com/pbeckingham/task/>
The official code repository.
.SH REPORTING BUGS
.TP
Bugs in task may be reported to the issue-tracker at
.RS
<http://github.com/pbeckingham/task/issues>
.RE
or to the mailing list at
.RS
<http://groups.google.com/group/taskprogram>
.RE
<http://taskwarrior.org>