Changeset 10310

Show
Ignore:
Timestamp:
01/17/2008 11:51:28 PM (10 months ago)
Author:
dave
Message:

rst developer web page.

Location:
dotorg/trunk/html
Files:
2 modified

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"> 
    33<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    44<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" /> 
    89</head> 
    9 <body id="www-bittorrent-org"> 
     10<body> 
     11<div class="document"> 
     12 
    1013<div id="upper" class="clear"> 
    1114<div id="wrap"> 
     
    1821<li><a href="./introduction.html">For Users</a></li> 
    1922<li><span>For Developers</span></li> 
    20 <!-- <li><a href="./blog.html">Blog</a></li> --> 
     23<!-- <li><a href="./blog">Blog</a></li> --> 
    2124<li><a href="./donate.html">Donate!</a></li> 
    2225</ul> 
    23 </div> 
     26</div> <!-- nav --> 
    2427<!-- ### Begin Content ### --> 
    2528<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> 
    3329 
    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 
     34contact the interim editors: David Harrison or Arvid Norberg at 
     35<a class="reference external" href="mailto:editor&#37;&#52;&#48;bittorrent&#46;org">editor<span>&#64;</span>bittorrent<span>&#46;</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 
     39with some appropriate departures including changing the name used to 
     40refer 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 
    4643</div> 
    47 <!-- ### End Content ### --> 
     44        <div id="footer"> 
     45<hr/> 
     46<p>Copyright 2006 BitTorrent.org</p> 
    4847</div> 
    49 </div> 
    50 <div id="footer"> 
    51 <hr /> 
    52 <p>Copyright © 2008 BitTorrent.org</p> 
     48 
    5349</div> 
    5450</body> 
  • dotorg/trunk/html/developer.rst

    r10163 r10310  
     1 
    12The 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.   
    23 
     
    67 
    78Those wishing to submit proposed protocol extensions, read the  
    8 submission_instructions_. 
     9submission_ instructions. 
    910 
    10 The submission process is modelled after the Python PEP submission process. 
    11 Every document is assigned a BitTorrent Enhancement Proposal (BEP) number. 
    12 This number never changes.  The list of BEPs can be found here_. 
     11The submission process is modelled after the Python PEP submission process 
     12with some appropriate departures including changing the name used to 
     13refer to proposals to BitTorrent Enhancement Proposals (BEPs).   
    1314 
    14 .. _here: bep0000_index.html 
     15For further information see the BEP index_. 
    1516 
     17.. _submission: submissions.html 
     18.. _index: beps/bep_0000_index.html 
     19 
     20