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 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T20:03:30.000Z (3 months ago)
- Last Synced: 2025-03-29T22:04:04.115Z (about 1 month ago)
- Topics: cryptography, jabber, omemo, website, xmpp
- Language: SCSS
- Homepage: https://omemo.top
- Size: 270 KB
- Stars: 55
- Watchers: 17
- Forks: 61
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMEMO.top
[](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.