Changeset 10310 for dotorg/trunk/html/developer.html
- Timestamp:
- 01/17/2008 11:51:28 PM (12 months ago)
- Files:
-
- 1 modified
-
dotorg/trunk/html/developer.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk/html/developer.html
r10184 r10310 1 < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">1 <?xml version="1.0" encoding="utf-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4 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" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" /> 7 <title></title> 8 <link rel="stylesheet" href="css/screen.css" type="text/css" /> 8 9 </head> 9 <body id="www-bittorrent-org"> 10 <body> 11 <div class="document"> 12 10 13 <div id="upper" class="clear"> 11 14 <div id="wrap"> … … 18 21 <li><a href="./introduction.html">For Users</a></li> 19 22 <li><span>For Developers</span></li> 20 <!-- <li><a href="./blog .html">Blog</a></li> -->23 <!-- <li><a href="./blog">Blog</a></li> --> 21 24 <li><a href="./donate.html">Donate!</a></li> 22 25 </ul> 23 </div> 26 </div> <!-- nav --> 24 27 <!-- ### Begin Content ### --> 25 28 <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 should29 contact the interim editors: David Harrison or Arvid Norberg at30 editor@bittorrent.org. </p>31 <p> Those wishing to submit proposed protocol extensions, read the32 <a href="submissions.html"> submission instructions </a>. </p>33 29 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> 40 Those wishing to extend the protocol, please avoid all known bit allocations 41 and message IDs. 42 </p> 43 <ul> 44 <li> <a href="./assigned_numbers.html"> BitTorrent Assigned Numbers </a></li> 45 </ul> 30 31 32 <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.</p> 33 <p>People willing to perform roles in this organization should 34 contact the interim editors: David Harrison or Arvid Norberg at 35 <a class="reference external" href="mailto:editor%40bittorrent.org">editor<span>@</span>bittorrent<span>.</span>org</a>.</p> 36 <p>Those wishing to submit proposed protocol extensions, read the 37 <a class="reference external" href="submissions.html">submission</a> instructions.</p> 38 <p>The submission process is modelled after the Python PEP submission process 39 with some appropriate departures including changing the name used to 40 refer to proposals to BitTorrent Enhancement Proposals (BEPs).</p> 41 <p>For further information see the BEP <a class="reference external" href="beps/bep_0000_index.html">index</a>.</p> 42 46 43 </div> 47 <!-- ### End Content ### --> 44 <div id="footer"> 45 <hr/> 46 <p>Copyright 2006 BitTorrent.org</p> 48 47 </div> 49 </div> 50 <div id="footer"> 51 <hr /> 52 <p>Copyright © 2008 BitTorrent.org</p> 48 53 49 </div> 54 50 </body>