Browse Source

Update status in readme

closed-social-glitch-2
Eugen Rochko 8 years ago
parent
commit
831a187d74
1 changed files with 15 additions and 6 deletions
  1. +15
    -6
      README.md

+ 15
- 6
README.md View File

@ -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

Loading…
Cancel
Save