From 9a350a7dcd4d089a9ed9d4f0233f708da4bf922e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 17 Mar 2009 23:54:56 -0400 Subject: [PATCH] Documentation Update - Updated docs that referenced 1.4.1, failed to include new 1.5.0 and 1.6.0 commands. --- html/advanced.html | 12 ++++++++++++ html/setup.html | 8 ++++---- html/task.html | 2 ++ html/usage.html | 1 + 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/html/advanced.html b/html/advanced.html index d3450e56b..f0863e6f6 100644 --- a/html/advanced.html +++ b/html/advanced.html @@ -97,6 +97,11 @@ Car 2 2 wks 25% XXXXXXXXX indicating that percentage.

+ % task <id> append ... +

+ Appends the additional description to an existing task. +

+ % task delete <id>

There are two ways of getting rid of tasks - mark them as done, or @@ -120,6 +125,13 @@ Car 2 2 wks 25% XXXXXXXXX This is how a task is marked as done.

+ % task undo <id> +

+ If a task was recently marked as done, and no report has been run, it + may be possible to cancel the completed status of the task as though + "task done ..." was never run. +

+ % task list ...

The list report will show the active status, and age of the task in diff --git a/html/setup.html b/html/setup.html index b6ae3d485..fd59eea84 100644 --- a/html/setup.html +++ b/html/setup.html @@ -40,10 +40,10 @@

% ls
-task-1.4.1.tar.gz
-% gunzip task-1.4.1.tar.gz
-% tar xf task-1.4.1.tar
-% cd task-1.4.1
+task-1.6.0.tar.gz
+% gunzip task-1.6.0.tar.gz
+% tar xf task-1.6.0.tar
+% cd task-1.6.0
 % ./configure
 ...
 % make
diff --git a/html/task.html b/html/task.html
index 4534c6414..3ac2a1346 100644
--- a/html/task.html
+++ b/html/task.html
@@ -100,6 +100,8 @@
                 
  • Added support for new "append" command that adds more description text to an existing task. +
  • Added support for the "weekdays" recurrence, which means a task can recur + five times a week, and not on weekends (thanks to Chris Pride).

diff --git a/html/usage.html b/html/usage.html index 840eb9b15..f8ab9e814 100644 --- a/html/usage.html +++ b/html/usage.html @@ -36,6 +36,7 @@

Usage: task
        task add [tags] [attrs] desc...
+       task append [tags] [attrs] desc...
        task completed [tags] [attrs] desc...
        task ID [tags] [attrs] [desc...]
        task ID /from/to/