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:
@@ -1,7 +1,7 @@
|
|||||||
SUBDIRS = src
|
SUBDIRS = src
|
||||||
|
|
||||||
dist_man1_MANS = doc/man1/task.1
|
dist_man1_MANS = doc/man1/task.1
|
||||||
dist_man5_MANS = doc/man5/taskrc.5
|
dist_man5_MANS = doc/man5/taskrc.5 doc/man5/task-tutorial.5
|
||||||
|
|
||||||
docdir = $(datadir)/doc/${PACKAGE}-${VERSION}
|
docdir = $(datadir)/doc/${PACKAGE}-${VERSION}
|
||||||
doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
|
doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH task 1 2009-05-14 "Task 1.7.0" "User Manuals"
|
.TH task 1 2009-05-30 "Task 1.8.0" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task \- A command line todo manager.
|
task \- A command line todo manager.
|
||||||
@@ -319,16 +319,14 @@ could be list, ls or long.
|
|||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
|
|
||||||
A small section for examples e.g. some stuff from
|
For examples please see the online documentation at
|
||||||
.br
|
.br
|
||||||
http://www.beckingham.net/30second.html
|
<http://taskwarrior.org/wiki/taskwarrior/Simple>
|
||||||
.br
|
|
||||||
http://www.beckingham.net/simple.html
|
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
~/.taskrc User configuration file.
|
~/.taskrc User configuration file - see also taskrc(5).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
~/.task The default directory where task stores its data files. The location
|
~/.task The default directory where task stores its data files. The location
|
||||||
@@ -352,31 +350,20 @@ task is distributed under the GNU General Public License. See
|
|||||||
http://www.gnu.org/licenses/gpl-2.0.txt for more information.
|
http://www.gnu.org/licenses/gpl-2.0.txt for more information.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR taskrc (5)
|
.BR taskrc(5),
|
||||||
|
.BR task-tutorial(7)
|
||||||
|
|
||||||
For more information regarding task, the following may be referenced:
|
For more information regarding task, the following may be referenced:
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
<http://www.beckingham.net/task.html>
|
The official site at
|
||||||
The official site.
|
<http://taskwarrior.org>
|
||||||
|
|
||||||
.TP
|
|
||||||
<http://groups.google.com/group/taskprogram>
|
|
||||||
The official mailing list.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
The official code repository at
|
||||||
<http://github.com/pbeckingham/task/>
|
<http://github.com/pbeckingham/task/>
|
||||||
The official code repository.
|
|
||||||
|
|
||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
|
.TP
|
||||||
Bugs in task may be reported to the issue-tracker at
|
Bugs in task may be reported to the issue-tracker at
|
||||||
|
<http://taskwarrior.org>
|
||||||
.RS
|
|
||||||
<http://github.com/pbeckingham/task/issues>
|
|
||||||
.RE
|
|
||||||
|
|
||||||
or to the mailing list at
|
|
||||||
|
|
||||||
.RS
|
|
||||||
<http://groups.google.com/group/taskprogram>
|
|
||||||
.RE
|
|
||||||
|
|||||||
48
doc/man5/task-tutorial.5
Normal file
48
doc/man5/task-tutorial.5
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
.TH task-tutorial 5 2009-05-30 "Task 1.8.0" "User Manuals"
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
Task is a command line TODO list manager. It maintains a list of tasks that you
|
||||||
|
want to do, allowing you to add/remove, and otherwise manipulate them. Task
|
||||||
|
has a rich list of subcommands that allow you to do various things with it.
|
||||||
|
|
||||||
|
.SH 30 second tutorial
|
||||||
|
30 second tutorial
|
||||||
|
|
||||||
|
.SH Simple usage of task
|
||||||
|
Simple usage of task
|
||||||
|
|
||||||
|
.SH Advanced usage of task
|
||||||
|
Advanced usage of task
|
||||||
|
|
||||||
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
|
task was written by P. Beckingham <task@beckingham.net>.
|
||||||
|
.br
|
||||||
|
Copyright (C) 2006 \- 2009 P. Beckingham
|
||||||
|
|
||||||
|
This man page was originally written by Federico Hernandez. It is based on the task man page, which
|
||||||
|
was originally written by P.C. Shyamshankar.
|
||||||
|
|
||||||
|
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 taskrc(5)
|
||||||
|
|
||||||
|
For more information regarding task, the following may be referenced:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
The official site at
|
||||||
|
<http://taskwarrior.org>
|
||||||
|
|
||||||
|
.TP
|
||||||
|
The official code repository at
|
||||||
|
<http://github.com/pbeckingham/task/>
|
||||||
|
|
||||||
|
.SH REPORTING BUGS
|
||||||
|
.TP
|
||||||
|
Bugs in task may be reported to the issue-tracker at
|
||||||
|
<http://taskwarrior.org>
|
||||||
@@ -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
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B $HOME/.taskrc
|
.B $HOME/.taskrc
|
||||||
|
.br
|
||||||
.B task rc:<directory-path>/.taskrc
|
.B task rc:<directory-path>/.taskrc
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -392,7 +393,6 @@ report.oldest.sort=id+
|
|||||||
.B
|
.B
|
||||||
report.oldest.limit=10
|
report.oldest.limit=10
|
||||||
|
|
||||||
|
|
||||||
.SH "CREDITS & COPYRIGHTS"
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
task was written by P. Beckingham <task@beckingham.net>.
|
task was written by P. Beckingham <task@beckingham.net>.
|
||||||
.br
|
.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.
|
http://www.gnu.org/licenses/gpl-2.0.txt for more information.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR task (1)
|
.BR task(1),
|
||||||
|
.BR task-tutorial(7)
|
||||||
|
|
||||||
For more information regarding task, the following may be referenced:
|
For more information regarding task, the following may be referenced:
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
<http://www.beckingham.net/task.html>
|
The official site at
|
||||||
The official site.
|
<http://taskwarrior.org>
|
||||||
|
|
||||||
.TP
|
|
||||||
<http://groups.google.com/group/taskprogram>
|
|
||||||
The official mailing list.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
The official code repository at
|
||||||
<http://github.com/pbeckingham/task/>
|
<http://github.com/pbeckingham/task/>
|
||||||
The official code repository.
|
|
||||||
|
|
||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
|
.TP
|
||||||
Bugs in task may be reported to the issue-tracker at
|
Bugs in task may be reported to the issue-tracker at
|
||||||
|
<http://taskwarrior.org>
|
||||||
.RS
|
|
||||||
<http://github.com/pbeckingham/task/issues>
|
|
||||||
.RE
|
|
||||||
|
|
||||||
or to the mailing list at
|
|
||||||
|
|
||||||
.RS
|
|
||||||
<http://groups.google.com/group/taskprogram>
|
|
||||||
.RE
|
|
||||||
|
|||||||
Reference in New Issue
Block a user