diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-06 13:00:38 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-06 13:00:38 +0100 |
commit | 831a187d74791a34270ecdc94df62bcc86dedd03 (patch) | |
tree | fadb1c32840eff5ad26591c0c4021b4b5a9b2eb2 | |
parent | c605b828b53165cb0161a1885e03202013b63f52 (diff) |
Update status in readme
-rw-r--r-- | README.md | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/README.md b/README.md index 588c763f3..eb54f0311 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,23 @@ Mastodon Mastodon is a federated microblogging engine. An alternative implementation of the GNU Social project. Based on ActivityStreams, Webfinger, PubsubHubbub and Salmon. -The core ideals of this project are: +**Current status of the project is early development. Documentation, licensing information &co will be added later** -- Independence of legacy Twitter APIs - we don't want to be compatible with Twitter clients, we want our own clients -- In that vein, a strong and clean REST API and OAuth2 -- Minimalism. Just because you can do almost anything with ActivityStreams doesn't mean you should. Limit the set of possible functions to what makes sense in a microblogging engine. This will make federation as well as UI design a lot easier -- Ease of deployment. The end-goal of this project is to be distributable as a Docker image. +## Status -**Current status of the project is early development. Documentation, licensing information &co will be added later** +- GNU Social users can follow Mastodon users +- Mastodon users can follow GNU Social users +- Retweets, favourites, mentions, replies work in both directions +- Public pages for profiles and single statuses +- Sign up, login, forgotten passwords and changing password + +Missing: + +- Media attachments (photos, videos) +- Home timeline, notifications timeline +- UI to post, reblog, favourite, follow and unfollow +- Turn URLs in posts into links +- Upload header image for profile page ## Configuration |