| 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 mainline python implementation remain open source and that the protocol development process be formalized and open to the BitTorrent developer community. |
|---|
| 27 | </p> |
|---|
| 28 | <p> People willing to perform roles in this organization should |
|---|
| 29 | contact the interim editors: David Harrison or Arvid Norberg at |
|---|
| 30 | editor@bittorrent.org. </p> |
|---|
| 31 | <p> Those wishing to submit proposed protocol extensions, read the |
|---|
| 32 | <a href="submissions.html"> submission instructions </a>. </p> |
|---|
| 33 | |
|---|
| 34 | <p> For now we present the original protocol as proposed by Bram Cohen and |
|---|
| 35 | two extensions proposed by BitTorrent, Inc. |
|---|
| 36 | </p> |
|---|
| 37 | <ul> |
|---|
| 38 | <li><a href="./protocol.html">Protocol Specifications v1.0</a></li> |
|---|
| 39 | <li><a href="./fast_extensions.html">Fast Protocol Extensions</a></li><li><a href="./Draft_DHT_protocol.html">Trackerless DHT Protocol Specifications v1.0</a></li> |
|---|
| 40 | </ul> |
|---|
| 41 | </div> |
|---|
| 42 | <!-- ### End Content ### --> |
|---|
| 43 | </div> |
|---|
| 44 | </div> |
|---|
| 45 | <div id="footer"> |
|---|
| 46 | <hr /> |
|---|
| 47 | <p>Copyright © 2006 BitTorrent.org</p> |
|---|
| 48 | </div> |
|---|
| 49 | </body> |
|---|
| 50 | </html> |
|---|