2009-05-11 10:37:05 +00:00
|
|
|
## Introduction
|
|
|
|
|
|
|
|
ceofhack is the first implementation of ***EOF*** (Eris Onion Forwarding),
|
2009-06-06 09:13:02 +00:00
|
|
|
the secure, peer-to-peer (p2), decentralised anonymous chat network.
|
2009-05-11 10:37:05 +00:00
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
## How to get ceofhack?
|
2009-05-11 10:37:05 +00:00
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
### Official releases
|
2009-05-11 10:37:05 +00:00
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
* [[ceofhack-0.5.tar.lzma]] - the first usable version
|
2009-05-11 10:37:05 +00:00
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
### Development
|
2009-05-11 10:37:05 +00:00
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
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)
|
|
|
|
or clone the latest sources using
|
2009-05-11 10:37:05 +00:00
|
|
|
|
|
|
|
git clone git://git.schottelius.org/EOF/ceofhack
|
|
|
|
|
2009-05-11 10:56:57 +00:00
|
|
|
Git mirrors can be found at
|
|
|
|
|
|
|
|
* [github](http://github.com/telmich/ceofhack/tree/master)
|
|
|
|
* [gitorious](http://gitorious.org/ceofhack)
|
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
There are (at least) these branches:
|
2009-05-11 10:37:05 +00:00
|
|
|
|
|
|
|
* ***master***: latest "stable" code
|
|
|
|
* ***hacking***: may not compile, but contains latest ideas
|
2009-06-06 09:13:02 +00:00
|
|
|
* ***user_interface***: latest work regarding user interfaces
|
2009-05-11 10:37:05 +00:00
|
|
|
|
|
|
|
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).
|
|
|
|
|
2009-05-11 10:49:34 +00:00
|
|
|
There are also some
|
|
|
|
[CIA bot statistics](http://cia.vc/stats/project/EOF/ceofhack) available.
|
2009-05-11 10:37:05 +00:00
|
|
|
|
|
|
|
## Support
|
|
|
|
|
2009-06-06 09:13:02 +00:00
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* [[The first presentation (in German)|eof-die-erste-vorstellung]]
|
|
|
|
|
|
|
|
### IRC
|
|
|
|
|
2009-05-11 10:37:05 +00:00
|
|
|
There are two IRC (!) channels, in which development takes places:
|
|
|
|
|
|
|
|
* [!eof](irc://IRCNet/!eof) - German
|
|
|
|
* [#cLinux](irc://irc.freenode.org/#cLinux) - Multi language (German/English)
|
|
|
|
|
|
|
|
You can also subscribe to the
|
|
|
|
[!eof mailinglist](http://l.schottelius.org/mailman/listinfo/eof).
|
|
|
|
|
|
|
|
You can also [[contact me directly|about]].
|
|
|
|
|
|
|
|
|
2009-05-11 10:49:34 +00:00
|
|
|
[[!tag unix]]
|