diff options
Diffstat (limited to 'office/taskd/README')
-rw-r--r-- | office/taskd/README | 25 |
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. |