add some documentation to ceofhack
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
bee35da225
commit
e297159d22
1 changed files with 17 additions and 10 deletions
|
@ -1,19 +1,20 @@
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
ceofhack is the first implementation of ***EOF*** (Eris Onion Forwarding),
|
ceofhack is the first implementation of ***EOF*** (Eris Onion Forwarding),
|
||||||
the secure, peer-to-peer, decentralised anonymous chat network.
|
the secure, peer-to-peer (p2), decentralised anonymous chat network.
|
||||||
|
|
||||||
## Downloads
|
## How to get ceofhack?
|
||||||
|
|
||||||
|
### Official releases
|
||||||
|
|
||||||
* [[ceofhack-0.5.tar.lzma]] - the first usable version
|
* [[ceofhack-0.5.tar.lzma]] - the first usable version
|
||||||
|
|
||||||
## Development
|
### Development
|
||||||
|
|
||||||
The latest development code can be found in git:
|
The latest development code can be found in git.
|
||||||
|
You can view latest changes in
|
||||||
* [gitweb](http://git.schottelius.org/?p=EOF/ceofhack;a=summary)
|
[gitweb](http://git.schottelius.org/?p=EOF/ceofhack;a=summary)
|
||||||
|
or clone the latest sources using
|
||||||
You can clone it using
|
|
||||||
|
|
||||||
git clone git://git.schottelius.org/EOF/ceofhack
|
git clone git://git.schottelius.org/EOF/ceofhack
|
||||||
|
|
||||||
|
@ -22,10 +23,11 @@ Git mirrors can be found at
|
||||||
* [github](http://github.com/telmich/ceofhack/tree/master)
|
* [github](http://github.com/telmich/ceofhack/tree/master)
|
||||||
* [gitorious](http://gitorious.org/ceofhack)
|
* [gitorious](http://gitorious.org/ceofhack)
|
||||||
|
|
||||||
There are (at least) two branches:
|
There are (at least) these branches:
|
||||||
|
|
||||||
* ***master***: latest "stable" code
|
* ***master***: latest "stable" code
|
||||||
* ***hacking***: may not compile, but contains latest ideas
|
* ***hacking***: may not compile, but contains latest ideas
|
||||||
|
* ***user_interface***: latest work regarding user interfaces
|
||||||
|
|
||||||
To submit changes, simply follow the instructions
|
To submit changes, simply follow the instructions
|
||||||
on [how to setup a public git repo](http://book.git-scm.com/4_setting_up_a_public_repository.html).
|
on [how to setup a public git repo](http://book.git-scm.com/4_setting_up_a_public_repository.html).
|
||||||
|
@ -35,6 +37,12 @@ There are also some
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
* [[The first presentation (in German)|eof-die-erste-vorstellung]]
|
||||||
|
|
||||||
|
### IRC
|
||||||
|
|
||||||
There are two IRC (!) channels, in which development takes places:
|
There are two IRC (!) channels, in which development takes places:
|
||||||
|
|
||||||
* [!eof](irc://IRCNet/!eof) - German
|
* [!eof](irc://IRCNet/!eof) - German
|
||||||
|
@ -46,5 +54,4 @@ You can also subscribe to the
|
||||||
You can also [[contact me directly|about]].
|
You can also [[contact me directly|about]].
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[[!tag unix]]
|
[[!tag unix]]
|
||||||
|
|
Loading…
Reference in a new issue