Jonathan Neidel
d25f5a5118
Fix arch badge after pkg moved repositories ( #3166 )
2023-08-31 21:42:02 -04:00
Dustin J. Mitchell
971b229a4b
Consolidate in-repo documentation ( #3143 )
...
* move doc/misc to top level, add READMEs
* Move docs -> doc/devel
This also consolidates the _three_ documents describing (differently)
how to build Taskwarrior into a signle document.
2023-08-09 21:30:01 -04:00
Dustin J. Mitchell
31105c2ba3
Sync against taskchampion-sync-server ( #3118 )
...
This removes use of gnutls and the TLS implementation, which is no
longer needed (task synchronization is handled via Taskchampion, which
uses `reqwest`, which handles TLS via other Rust dependencies). This
incidentally removes the following config options:
* `debug.tls`
* `taskd.ca`
* `taskd.certificate`
* `taskd.ciphers`
* `taskd.credentials`
* `taskd.key`
* `taskd.server`
* `taskd.trust`
2023-07-08 10:27:33 -04:00
Dustin J. Mitchell
8c30400af3
Add a C++ wrapper around TC FFI
...
This uses CMake to build a simple Rust library (in `src/tc/rust`) that
just re-exports everything from the `taskchampion-lib` crate.
The C++ wrappers then wrap this into C++ objects with proper lifecycle
maintenance, in the `tc` namespace.
The C++ wrappers are incomplete, and missing methods are tagged with
"TODO". These will be added as needed.
2022-07-29 21:41:41 -04:00
Tomas Babej
7400e6ed6b
README: Update version reference
2022-03-16 01:52:27 -04:00
Tomas Babej
2d4776586d
README: Remove inacurrate badge
...
The commit count has been inacurrate for some time, undercounting
(perhaps due to aggreessive caching), but also overcounting at times
(due to merges).
2021-11-06 12:39:22 -04:00
Tomas Babej
d8770133f0
docs: Update dev branch references in README
2021-10-19 00:23:16 -04:00
Tomas Babej
64ea936d7f
README: Describe the new branch names
2021-10-04 20:56:27 -04:00
Tomas Babej
8174287f91
README: Mark GnuTLS as optional
2021-10-02 21:59:37 -04:00
Nathan Wyand
b6225adbd3
add library build dependencies to README
2021-10-02 21:55:02 -04:00
Tomas Babej
3fed9e9abb
README: Add sponsoring section
2021-06-19 11:48:17 -04:00
Tomas Babej
dbcf2c4fe0
README: Add sponsors badge
2021-06-19 07:42:59 -04:00
Tomas Babej
2d5c506d5e
README: Link more badges to sources of information
2021-06-12 15:49:53 -04:00
Tomas Babej
496773b386
README: Update Discord badge with an invite link
2021-06-06 01:19:51 -04:00
Tomas Babej
c5a210e4a0
README: Add contributor-relevant badges
2021-06-06 00:27:39 -04:00
Tomas Babej
47d17a4365
README: Move downloads stats under main header
2021-06-06 00:27:39 -04:00
Tomas Babej
920c31ea72
README: Add downloads badges to the top
2021-06-06 00:27:39 -04:00
Tomas Babej
d705abee32
README: Make it clear what discussions are we talking about
2021-06-06 00:27:39 -04:00
Tomas Babej
2ae4db3a37
README: Add libera.chat
2021-06-06 00:27:39 -04:00
Tomas Babej
b5134c9be3
README: Add Github discussions and download statistics
2021-06-06 00:27:39 -04:00
Tomas Babej
acc72e7e3d
README: Make some of the links actionable
2021-06-06 00:27:39 -04:00
Tomas Babej
f3abccd151
README: Promote our communities
2021-06-06 00:27:39 -04:00
Tomas Babej
7d053f29e1
README: Add Taskwarrior heading
2021-06-06 00:27:39 -04:00
Tomas Babej
3d352d73d2
README: Decrease logo size
2021-06-06 00:27:39 -04:00
Tomas Babej
ab545b9f49
README: Add the logo on top
2021-06-06 00:27:39 -04:00
Tomas Babej
987414dc8e
README: Add overview stats
2021-06-06 00:27:39 -04:00
Tomas Babej
67a7a9cb93
README: Expand INSTALL section
2021-06-06 00:27:39 -04:00
Tomas Babej
ab04227eb5
README: Drop submodule update instructions
...
These should no longer be relevant.
2021-06-06 00:27:39 -04:00
Tomas Babej
4dea5dd944
README: Highlight our new discussion forum
2021-04-03 20:44:05 -04:00
Tomas Babej
e86f2591ba
docs: Update README
2021-04-03 20:37:33 -04:00
Tomas Babej
cf419fda34
README: Update build status badge
2020-12-28 19:34:52 -05:00
Tomas Babej
c223b0694c
docs: Update compiler requirements
2020-12-06 11:12:58 -05:00
Tomas Babej
5ae4ed1076
README: Make the travis badge point to correct repository
2019-01-02 19:45:43 -05:00
Tomas Babej
ca124fc030
README: Move badges below the heading
2019-01-01 10:23:19 -05:00
Tomas Babej
ebd320b063
README: Add travis badge
2019-01-01 10:22:34 -05:00
Kirill Bobyrev
ae2f5f7567
Update notes regarding C++14 support
...
4a929197ae
introduced C++14 support.
The build will now terminate unless the compiler supports C++14
dialect. The documentation does not reflect that: this commit updates
few reference files to actually say that the building process requires
a C++14-compliant compiler.
2018-03-08 02:47:31 +03:00
Simon Ruderich
0addd89393
Docs: always use https:// link for taskwarrior.org
2018-03-04 14:53:07 +01:00
Federico Hernandez
3f216884e7
Updated URL references
2018-02-18 00:29:38 +01:00
Paul Beckingham
4a929197ae
Build: C++14 support added
2018-02-16 22:04:29 -05:00
Dirk Deimeke
e6f6d88390
README.md
...
- Added instructions for failing clone of libshared.git
2018-02-13 19:26:28 +01:00
Paul Beckingham
75367e5928
Docs: Fixed md
2018-02-07 20:54:41 -05:00
Paul Beckingham
57e26494fd
Docs: Fixed md
2018-02-07 20:51:35 -05:00
Paul Beckingham
43bc0a389a
Docs: Updated README.md
...
- Thanks to Thomas Lauf
2018-02-07 20:49:48 -05:00
Paul Beckingham
765db3093a
Docs: Updated URLs
2018-02-07 08:40:38 -05:00
buhtz
9528e9b853
URL formating
2018-02-04 23:06:58 +01:00
Paul Beckingham
02140f1843
Docs: Removed obsolete URL
2017-10-11 21:26:01 -04:00
Paul Beckingham
243067e2ae
Docs: Updated dev file
2017-02-26 23:41:39 -05:00
Wilhelm Schuermann
023a17e6be
(t|T)ask(w|W)arrior ---> Taskwarrior
...
- Standardize spelling of "Taskwarrior" across most files.
- Fix other minor typos in help text and docs.
2015-05-02 18:12:21 +02:00
Paul Beckingham
01f2db4b48
Documentation
...
- Updated developer docs, in preparation for beta.
2014-09-07 21:28:34 -04:00
Paul Beckingham
9cfd3e7d34
Dcoumentation
...
- Flod test 2.
2014-05-04 22:18:14 -04:00