taskwarrior/doc
Dustin J. Mitchell f054a4061e
Remove taskchampion-sync-server (#3380)
This crate has been moved to
https://github.com/GothenburgBitFactory/taskchampion-sync-server.

The integration-tests repo used the sync server to test integration
between taskchampion and the sync-server. We should do that again, but
after taskchampion moves to its own repo (#3209). In the interim, the
cross-sync integration test can simply test syncing between local
servers, but the snapshot test is no longer useful as the local server
does not support snapshots.
2024-04-20 12:44:06 +00:00
..
devel Recommend LSP's in development docs (#3370) 2024-04-16 08:19:58 -04:00
man Remove taskchampion-sync-server (#3380) 2024-04-20 12:44:06 +00:00
rc holidays: Update for 2022 2021-10-01 21:59:00 -04:00
ref Update copyright to 2020 2020-11-21 12:27:05 -05:00
CMakeLists.txt Use corrosion instead of CMakeRust (#3273) 2024-03-02 16:21:34 -05:00
README.md Better links from TW devel docs to TaskChampion (#3253) 2024-01-21 18:03:11 -05:00

Documentation

This directory contains Taskwarrior documentation that is built and installed along with the executable:

  • man contains the source for the Taskwarrior manual pages.
  • rc contains rcfiles that will be installed in /usr/share/doc/task/rc or equivalent.
  • ref contains reference documentation that will be installed in /usr/share/doc/task or equivalent.

It also contains developer documentation with a high-level view of how Taskwarrior development is done and how the pieces of the system fit together.