Specifically, from f89cc35a4aa8b928cc63502f3dde4d47447b5551, with
addition of README.md, CONTRIBUTING.md, and a few other ancillary files.
This commit is contained in:
Dustin J. Mitchell
2024-04-07 21:43:46 -04:00
commit 31cb732f06
18 changed files with 4884 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
TaskChampion Sync-Server
------------------------
TaskChampion is the task database [Taskwarrior](https://github.com/GothenburgBitFactory/taskwarrior) uses to store and sync tasks.
This repository implements a sync server against which Taskwarrior and other applications embedding TaskChampion can sync.
## Status
This repository was spun off from Taskwarrior itself after the 3.0.0 release.
It is still under development and currently best described as a refernce implementation of the Taskchampion sync protocol.