microstatus

Crates.iomicrostatus
lib.rsmicrostatus
version0.0.1
sourcesrc
created_at2017-04-12 01:03:56.491161
updated_at2017-04-12 01:03:56.491161
descriptionLightweight Mastodon- and GNU social-compatible OStatus server implementation
homepagehttps://github.com/Arkanosis/microstatus
repositoryhttps://github.com/Arkanosis/microstatus
max_upload_size
id10341
size2,803
Jérémie Roquet (Arkanosis)

documentation

https://github.com/Arkanosis/microstatus

README

microstatus License

microstatus is a lightweight Mastodon- and GNU social-compatible OStatus server implementation.

Design goals

microstatus aims at the following objectives:

  • provide a complete, standard compliant implementation of the OStatus protocol;
  • be extremely lightweight, self-contained and easy to deploy;
  • federate with Mastodon and GNU social instances (at least);
  • use a hackable, UNIX-friendly storage format;
  • come with a nice client API.

microstatus (nice to have) non-goals include:

  • providing a scalable implementation of the OStatus protocol;
  • handling billions of users;
  • being compatible with Mastodon's, GNU social's or Twitter's client API;
  • coming with a nice web or mobile UI.

Compilation

Run cargo build --release in your working copy.

Installation

Copy the microstatus binary wherever you want.

Usage

Run microstatus <path to the microstatus data directory>.

Contributing and reporting bugs

Contributions are welcome through GitHub pull requests.

Please report bugs and feature requests on GitHub issues.

License

microstatus is copyright (C) 2017 Jérémie Roquet jroquet@arkanosis.net and licensed under the ISC license.

Commit count: 40

cargo fmt