Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bascht/omemo-top
Tracking the Progress of OMEMO Integration in various clients
https://github.com/bascht/omemo-top
cryptography jabber omemo website xmpp
Last synced: about 24 hours ago
JSON representation
Tracking the Progress of OMEMO Integration in various clients
- Host: GitHub
- URL: https://github.com/bascht/omemo-top
- Owner: bascht
- Created: 2017-01-16T17:40:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:59:44.000Z (4 months ago)
- Last Synced: 2024-11-07T07:22:45.637Z (8 days ago)
- Topics: cryptography, jabber, omemo, website, xmpp
- Language: SCSS
- Homepage: https://omemo.top
- Size: 269 KB
- Stars: 55
- Watchers: 18
- Forks: 63
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMEMO.top
[![Build Status](https://travis-ci.org/bascht/omemo-top.svg?branch=master)](https://travis-ci.org/bascht/omemo-top)
This is the Jekyll site repository
behind [omemo.top](https://omemo.top).We try to track the progress of different **OMEMO** Implementations in
various XMPP clients. This is a joint effort, so:Your contribution is more than **welcome**.
## Running the site locally
* Get Jekyll up and running according to the
[GitHub Pages Docs](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/).
* Clone this Repository and run Jekyll
```shell
git clone [email protected]:bascht/omemo-top.git
cd omemo-top
bundle
bundle exec jekyll serve
```If any of the above steps fail:
Just [open an issue](https://github.com/bascht/omemo-top/issues/new)
and let us know.