You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

  1. Mastodon
  2. ========
  3. Mastodon is a federated microblogging engine. An alternative implementation of the GNU Social project. Based on ActivityStreams, Webfinger, PubsubHubbub and Salmon.
  4. **Current status of the project is early development. Documentation &co will be added later**
  5. ## Status
  6. - GNU Social users can follow Mastodon users
  7. - Mastodon users can follow GNU Social users
  8. - Retweets, favourites, mentions, replies work in both directions
  9. - Public pages for profiles and single statuses
  10. - Sign up, login, forgotten passwords and changing password
  11. - Mentions and URLs converted to links in statuses
  12. Missing:
  13. - Media attachments (photos, videos)
  14. - Home timeline, notifications timeline
  15. - UI to post, reblog, favourite, follow and unfollow
  16. - Upload header image for profile page
  17. - Deleting statuses, deletion propagation
  18. ## Configuration
  19. - `LOCAL_DOMAIN` should be the domain/hostname of your instance. This is **absolutely required** as it is used for generating unique IDs for everything federation-related
  20. - `LOCAL_HTTPS` set it to `true` if HTTPS works on your website. This is used to generate canonical URLs, which is also important when generating and parsing federation-related IDs
  21. - `HUB_URL` should be the URL of the PubsubHubbub service that your instance is going to use. By default it is the open service of Superfeedr