summaryrefslogtreecommitdiffstats
path: root/office/taskd/README
diff options
context:
space:
mode:
author Robert Allen2014-09-05 17:51:11 +0200
committer Willy Sudiarto Raharjo2014-09-05 19:02:53 +0200
commited16becd86f3dec0cc8690d69906b1ded52c1250 (patch)
tree5fc71e796a38e172510446843cce55b32f2b8d9f /office/taskd/README
parent169f8a4fae53334e2b8222a3bb7ab1fc176e4557 (diff)
downloadslackbuilds-ed16becd86f3dec0cc8690d69906b1ded52c1250.tar.gz
office/taskd: Added (task server daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/taskd/README')
-rw-r--r--office/taskd/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/office/taskd/README b/office/taskd/README
new file mode 100644
index 0000000000..b65268f075
--- /dev/null
+++ b/office/taskd/README
@@ -0,0 +1,25 @@
+Taskwarrior is an open-source cross platform command-line
+task management tool. It allows you to capture, annotate,
+manipulate and present your tasks, then sync them among
+devices.
+
+The taskd server is the component which supports
+synchronization among task clients.
+
+The task client application is also available on SBo.
+
+Each may be built and run standalone so that there are
+no hard buildtime or runtine dependencies between them.
+
+It is recommended to create a non-priv'd user to run the
+server, and it requires CA certs to operate, which may
+be generated with included scripts.
+
+Installation of this package provides a complete taskd
+install from upstream source. You may proceed to configure
+and operate it from the distribution documentation if you
+like.
+
+The additional README_SLACKWARE file provides notes for
+getting things configured and working quickly on a Slackware
+platform with a few extra pieces provided.