Skip to content

Commit 211729b

Browse files
committed
remove old references from the main page to be less confusing, finally
1 parent ada5ee4 commit 211729b

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

org/index.html

+8-20
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
<header>
1717
<nav>
1818
<ul>
19-
<li><a href="about.html">About</a></li>
20-
<li><a href="http://github.com/quartzjer/TeleHash">Code</a></li>
21-
<li><a href="http://wiki.github.com/quartzjer/TeleHash/">Wiki</a></li>
22-
<li><a href="proto.html">Protocol</a></li>
19+
<li><a href="https://github.com/quartzjer/TeleHash/blob/master/org/v2.md#telehash-switches">Code</a></li>
20+
<li><a href="https://github.com/quartzjer/TeleHash/blob/master/org/v2.md">Protocol</a></li>
2321
<li><a href="http://twitter.com/search?q=telehash">News</a></li>
2422
</ul>
2523
</nav>
@@ -33,35 +31,25 @@ <h2>JSON<em>+</em>UDP<em>+</em>DHT<em>=</em>Freedom</h2>
3331

3432
<div class="alt" id="intro">
3533
<p>
36-
A new wire protocol enabling applications to connect directly in a real-time and fully distributed manner, freeing them from relying on centralized datacenters
34+
A new wire protocol enabling applications to connect privately in a real-time and fully distributed manner, freeing them from relying on centralized datacenters
3735
</p>
3836
</div>
3937

4038
<div class="container">
4139
<div class="stripe" id="steps">
4240
<div class="span-8">
4341
<h3>What</h3>
44-
<p>It works by sending and receiving small bits of <a href="http://www.json.org/">JSON</a> via <a href="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP</a> using an efficient 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>. Everything within TeleHash is routed based on a generic <a href="http://en.wikipedia.org/wiki/Secure_Hash_Algorithm">SHA</a> hash of the related id or URL.
45-
42+
<p>It works by sending and receiving small encrypted bits of <a href="http://www.json.org/">JSON</a> (with optional binary payloads) via <a href="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP</a> using an efficient 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>.
4643
</div>
4744
<div class="span-8">
48-
<h3>Live Seed</h3>
49-
<p>
50-
From any command line
51-
</p><ol class="code">
52-
<li>echo '{"+end":"3b6a6..."}' | nc -u telehash.org 42424</li>
53-
</ol>
54-
<p></p>
55-
<p>
56-
Then you'll get
57-
</p><ol class="code">
58-
<li>{"_ring":17904, ".see":[ "208.68.163.247:42424", "208.68.160.25:55137"], "_br":52, "_to":"173.19.99.143:63681" }</li>
59-
</ol>
45+
<h3>Demo</h3>
46+
<p>It's very much in the R&amp;D stages yet, but check out <a href="https://github.com/quartzjer/hash-im">hash-im</a> for a simple demo.
47+
</p>
6048
</div>
6149
<div class="span-8 last">
6250
<h3>Status</h3>
6351
<p>
64-
The current <a href="proto.html">spec</a> is implemented in a <a href="http://github.com/quartzjer/TeleHash">few languages</a> (any help here would be great!) and prototype apps are being created to test it. Questions can be directed at the <a href="http://wiki.github.com/quartzjer/TeleHash/">wiki</a>, <a href="http://twitter.com/jeremie">twitter</a>, or to <a href="xmpp:[email protected]">Jeremie Miller</a> directly.
52+
The current <a href="https://github.com/quartzjer/TeleHash/blob/master/org/v2.md">spec</a> is implemented in a <a href="https://github.com/quartzjer/TeleHash/blob/master/org/v2.md#telehash-switches">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:[email protected]">Jeremie Miller</a> directly.
6553
</p>
6654
</div>
6755
</div>

0 commit comments

Comments
 (0)