root / dotorg / v1 / html / developer.html

Revision 4635, 2.2 kB (checked in by mike, 19 months ago)

added donate page and changed donate paypal address to donate@…

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6<title>BitTorrent.org » For Developers</title>
7<link rel="stylesheet" type="text/css" href="./css/screen.css" media="screen" />
8</head>
9<body id="www-bittorrent-org">
10<div id="upper" class="clear">
11<div id="wrap">
12<div id="header">
13<h1><a href="./index.html">BitTorrent<span>.org</span></a></h1>
14</div>
15<div id="nav">
16<ul>
17<li><a href="./index.html">Home</a></li>
18<li><a href="./introduction.html">For Users</a></li>
19<li><span>For Developers</span></li>
20<!-- <li><a href="./blog.html">Blog</a></li> -->
21<li><a href="./donate.html">Donate!</a></li>
22</ul>
23</div>
24<!-- ### Begin Content ### -->
25<div id="second">
26<p>The BitTorrent Community Forum coordinates the development of the BitTorrent protocol suite and its reference implementation. It is the wish of Bram Cohen that the BitTorrent remain open source and that the protocol development process be formalized and open to the BitTorrent developer community. At this point, the organizational structure and the procedures for proposing and specifying extensions to BitTorrent have not been defined, and we invite established client developers to join us in designing this organization.</p>
27<ul>
28
29<li><a href="./protocol.html">Protocol Specifications v1.0</a></li>
30<li><a href="./fast_extensions.html">Fast Protocol Extensions</a></li><li><a href="./Draft_DHT_protocol.html">Experimental Draft: BitTorrent Trackerless DHT Protocol Specifications v1.0</a></li>
31</ul>
32<p>The original version of the protocol specifications written by Bram Cohen are currently being expanded to improve specificity. They will soon be made available for community review.</p>
33<p>The revised specifications to the protocol suite will cover:</p>
34<ul>
35<li>Torrent file syntax and semantics</li>
36<li>BitTorrent client-tracker protocol</li>
37<li>BitTorrent peer-to-peer protocol</li>
38<li>BitTorrent trackerless DHT protocol</li>
39</ul>
40</div>
41<!-- ### End Content ### -->
42</div>
43</div>
44<div id="footer">
45<hr />
46<p>Copyright © 2006 BitTorrent.org</p>
47</div>
48</body>
49</html>
Note: See TracBrowser for help on using the browser.