diff options
author | 2022-04-30 17:14:57 +0200 | |
---|---|---|
committer | 2022-04-30 17:14:57 +0200 | |
commit | f5e006892ea16e561875f00c54c1fc664fb7ef0c (patch) | |
tree | c473064b5fdeb87dc3e9b59cc48eac372438f1b6 /README.md | |
parent | [documentation] Recommend users take latest *stable* release in installation ... (diff) | |
download | gotosocial-f5e006892ea16e561875f00c54c1fc664fb7ef0c.tar.xz |
[documentation] Add project roadmap (#514)
* add note about alpha + beta, link to roadmap
* rename progress => roadmap
* edit / update roadmap
* add note that 2023 date is only an estimate
* clarify that order of features may change
* add 'best-guess' note at the top
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,13 +71,13 @@ GoToSocial advocates for many small, weird, specialist servers where people can ### History and Status -This project sprang up in 2021 out of a dissatisfaction with the safety + privacy features of other Federated microblogging/social media applications, and a desire to implement something a little different. +This project sprang up in February/March 2021 out of a dissatisfaction with the safety + privacy features of other Federated microblogging/social media applications, and a desire to implement something a little different. It began as a solo project, and then picked up steam as more developers became interested and jumped on. -The project is still in prerelease, but is already deployable and very useable, and it federates cleanly with most other Fediverse servers (not yet all). +The project is still [alpha software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha), but is already deployable and very useable, and it federates cleanly with many other Fediverse servers (not yet all). -For a detailed view on what's implemented and what's not, and progress made towards a first v0.1.0 (beta) release, see [here](./PROGRESS.md). +For a detailed view on what's implemented and what's not, and progress made towards [beta release](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta), please see [the roadmap document](./ROADMAP.md). ## Features |