mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation Update
- Bumped version to 1.7.1. - Changed references to email addresses, URLs.
This commit is contained in:
parent
7538b43c68
commit
1dcba4619e
5 changed files with 16 additions and 18 deletions
14
NEWS
14
NEWS
|
@ -1,4 +1,4 @@
|
||||||
Welcome to Task 1.7.0.
|
Welcome to Task 1.7.1.
|
||||||
|
|
||||||
Task has been built and tested on the following configurations:
|
Task has been built and tested on the following configurations:
|
||||||
|
|
||||||
|
@ -12,17 +12,18 @@ Task has been built and tested on the following configurations:
|
||||||
- Ubuntu 8.10 Intrepid Ibex
|
- Ubuntu 8.10 Intrepid Ibex
|
||||||
- Ubuntu 9.04 Jaunty Jackalope
|
- Ubuntu 9.04 Jaunty Jackalope
|
||||||
- Arch Linux
|
- Arch Linux
|
||||||
|
- OpenBSD 4.5
|
||||||
- Solaris 8
|
- Solaris 8
|
||||||
- Solaris 10
|
- Solaris 10
|
||||||
- Cygwin 1.5.25-14
|
- Cygwin 1.5.25-14
|
||||||
|
|
||||||
While Task has undergone testing, bugs are sure to remain. If you encounter a
|
While Task has undergone testing, bugs are sure to remain. If you encounter a
|
||||||
bug, please contact me at task@beckingham.net. Here is what you could do, in
|
bug, please contact me at support@taskwarrior.org. Here is what you could do, in
|
||||||
order of increasing effort (to you) and usefulness (to me):
|
order of increasing effort (to you) and usefulness (to me):
|
||||||
|
|
||||||
- Do nothing. Bug probably won't get fixed.
|
- Do nothing. Bug probably won't get fixed.
|
||||||
|
|
||||||
- Send an email to task@beckingham.net, explaining what you saw. The bug
|
- Send an email to support@taskwarrior.org, explaining what you saw. The bug
|
||||||
will be addressed, and a new release will be made. You will be a hero.
|
will be addressed, and a new release will be made. You will be a hero.
|
||||||
|
|
||||||
- Send an email, and a reproducible test case in the form of the few commands
|
- Send an email, and a reproducible test case in the form of the few commands
|
||||||
|
@ -33,9 +34,10 @@ order of increasing effort (to you) and usefulness (to me):
|
||||||
will be applied and tested, and a new release will be made. You will be a
|
will be applied and tested, and a new release will be made. You will be a
|
||||||
hero.
|
hero.
|
||||||
|
|
||||||
- Another option involves using Github's issue tracker, which can be found
|
- Another option involves using the taskwarrior.org issue tracker, which can
|
||||||
at http://github.com/pbeckingham/task/issues which has the advantage that
|
be found at http://taskwarrior.org/projects/taskwarrior/issues/new which has
|
||||||
everyone gets to see and track the issue. You will still be a hero.
|
the advantage that everyone gets to see and track the issue. You will still
|
||||||
|
be a hero.
|
||||||
|
|
||||||
Thank you.
|
Thank you.
|
||||||
|
|
||||||
|
|
14
README
14
README
|
@ -30,11 +30,7 @@ task is not for everyone and some of you may prefer to not proceed. The
|
||||||
movie or online tutorial file are the quickest way for you to make that
|
movie or online tutorial file are the quickest way for you to make that
|
||||||
decision. The online tutorial can be found at:
|
decision. The online tutorial can be found at:
|
||||||
|
|
||||||
http://www.beckingham.net/task.html
|
http://taskwarrior.org/wiki/taskwarrior/Simple
|
||||||
|
|
||||||
Task is based on ideas presented in the todo.sh script, found on:
|
|
||||||
|
|
||||||
http://todotxt.org
|
|
||||||
|
|
||||||
Task has many more features than todo.sh, but fundamentally, they are
|
Task has many more features than todo.sh, but fundamentally, they are
|
||||||
both working toward the same goals, which is to help you follow basic
|
both working toward the same goals, which is to help you follow basic
|
||||||
|
@ -42,14 +38,14 @@ Getting Things Done (GTD) principles.
|
||||||
|
|
||||||
All feedback is welcome, in addition to any bug reports or patches to:
|
All feedback is welcome, in addition to any bug reports or patches to:
|
||||||
|
|
||||||
task@beckingham.net
|
support@taskwarrior.org
|
||||||
|
|
||||||
Or better yet, get involved in the discussion at
|
Or better yet, get involved in the discussion at
|
||||||
|
|
||||||
http://groups.google.com/group/taskprogram
|
http://taskwarrior.org
|
||||||
|
|
||||||
Got an idea for an enhancement? Post a message!
|
Got an idea for an enhancement? Post a message!
|
||||||
|
|
||||||
I have found that task makes me more productive and organized.
|
We have found that task makes me more productive and organized.
|
||||||
I hope task can do the same for you.
|
We hope task can do the same for you.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT(task, 1.7.0, bugs@beckingham.net)
|
AC_INIT(task, 1.7.1, support@taskwarrior.org)
|
||||||
|
|
||||||
CFLAGS="${CFLAGS=}"
|
CFLAGS="${CFLAGS=}"
|
||||||
CXXFLAGS="${CXXFLAGS=}"
|
CXXFLAGS="${CXXFLAGS=}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task 1 2009-05-14 "Task 1.7.0" "User Manuals"
|
.TH task 1 2009-05-14 "Task 1.7.1" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task \- A command line todo manager.
|
task \- A command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH taskrc 5 2009-05-14 "Task 1.7.0" "User Manuals"
|
.TH taskrc 5 2009-05-14 "Task 1.7.1" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue