root / dotorg / v3 / html / developer.html

Revision 10184, 2.1 kB (checked in by dave, 12 months ago)

developer.html and index.html refer to ipv6 tracker extension

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 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
29contact the interim editors: David Harrison or Arvid Norberg at
30editor@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<ul>
35<li><a href="./protocol.html">Protocol Specifications v1.0</a></li>
36<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>
37<li><a href="./ipv6_tracker_extension.html"> IPv6 Tracker Extension </a></li>
38</ul>
39<p>
40Those wishing to extend the protocol, please avoid all known bit allocations
41and message IDs.
42</p>
43<ul>
44<li> <a href="./assigned_numbers.html"> BitTorrent Assigned Numbers </a></li>
45</ul>
46</div>
47<!-- ### End Content ### -->
48</div>
49</div>
50<div id="footer">
51<hr />
52<p>Copyright © 2008 BitTorrent.org</p>
53</div>
54</body>
55</html>
Note: See TracBrowser for help on using the browser.