Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit 003c3ee

Browse files
committed
Merge pull request #66 from dchote/master
Site content updates
2 parents 2ef18b0 + e36cd5b commit 003c3ee

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<nav>
1818
<ul>
1919
<li><a href="https://github.com/telehash/telehash.org/blob/master/implementations.md">Implementations</a></li>
20-
<li><a href="https://github.com/telehash/telehash.org/blob/master/protocol.md">Protocol</a></li>
20+
<li><a href="https://github.com/telehash/telehash.org/blob/master/protocol.md">Legacy Protocol</a></li>
21+
<li><a href="https://github.com/telehash/telehash.org/blob/master/E3X.md">E3X Protocol</a></li>
2122
<li><a href="https://github.com/telehash">GitHub</a></li>
2223
<li><a href="http://twitter.com/search?q=telehash">News</a></li>
2324
</ul>
@@ -43,14 +44,20 @@ <h3>What</h3>
4344
<p>It works by having every application generate its own unique public-key based address (hashname) that can send and receive small encrypted packets of <a href="http://www.json.org/">JSON</a> (with optional binary payloads), and provides an automatic routing system based on <a href="http://en.wikipedia.org/wiki/Kademlia">Kademlia</a>, a proven and popular <a href="http://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table</a>.
4445
</div>
4546
<div class="span-8">
47+
<h3>Rival Messenger</h3>
48+
<p>
49+
<a href="http://www.rivalmessenger.com">Rival Messenger</a> is an instant messaging application for OSX 10.9 and above. It is built on top of the <a href="https://github.com/telehash/objc">Objective-C</a> library, and has been built from the ground up to work exclusively on top of Telehash to provide a proof of concept for the network.
50+
</p>
51+
4652
<h3>Demo</h3>
4753
<p>It's very much in the R&amp;D stages yet, but check out the <a href="https://github.com/quartzjer/fieldtest">field-test utility</a> for a simple demo, or try one of the <a href="https://github.com/telehash/telehash.org/blob/master/implementations.md">libraries</a>.
4854
</p>
4955
</div>
5056
<div class="span-8 last">
5157
<h3>Status</h3>
58+
<p>We are hard at work defining the next generation of Telehash, the <a href="https://github.com/telehash/telehash.org/blob/master/E3X.md">E3X spec</a> is currently being defined, and is open for feedback <a href="https://github.com/telehash/telehash.org/issues/57">here.</a>
5259
<p>
53-
The current <a href="https://github.com/telehash/telehash.org/blob/master/protocol.md">spec</a> is implemented in a <a href="https://github.com/telehash/telehash.org/blob/master/implementations.md">few languages</a> (any help here would be great!) and prototype apps are being created to test it. Questions can be directed at <a href="http://twitter.com/jeremie">twitter</a>, or to <a href="xmpp:jer@jabber.org">Jeremie Miller</a> directly.
60+
The legacy <a href="https://github.com/telehash/telehash.org/blob/master/protocol.md">spec</a> is implemented in a <a href="https://github.com/telehash/telehash.org/blob/master/implementations.md">few languages</a> (any help here would be great!) and prototype apps are being created to test it. Questions can be directed at <a href="http://twitter.com/jeremie">twitter</a>, or to <a href="xmpp:jer@jabber.org">Jeremie Miller</a> directly.
5461
</p>
5562
</div>
5663
</div>

0 commit comments

Comments
 (0)