Initial project site, there's a lot to do still

This commit is contained in:
2016-06-25 12:52:19 +02:00
commit 712151b0ea
23 changed files with 1013 additions and 0 deletions

18
index.markdown Normal file
View File

@ -0,0 +1,18 @@
---
layout: page
title: "Jabit"
---
Jabit is a Java implementation for the Bitmessage protocol. If you visit this page, I assume you are a Java developer and already know about [Bitmessage][bitmessage].
Please note that it still has its limitations, but the API should now be stable. Jabit uses Semantic Versioning, meaning as long as the major version doesn't change, nothing should break if you update.
[bitmessage]: https://bitmessage.org/wiki/Main_Page
* [Quick Start](/quickstart): take this guide, add some great ideas, and you've got your Bitmessage app.
* [Dependencies](/dependencies): want to know what all those dependencies are about? Read on.
* [API](/api): want to create something more complicated? An [app for Android][abit] perhaps? You probably need this in-depth documentation. [Or plough through the source right away...][jabit]
[jabit]: https://github.com/Dissem/Jabit
[abit]: https://github.com/Dissem/Abit