Show
Ignore:
Timestamp:
02/04/2008 05:52:40 PM (11 months ago)
Author:
dave
Message:

modify docutils beps.py to use pep_base_url.

I tried using bep_base_url to disambiguate the base URL for beps and peps, but this required reaching
into the source code for restructured text (which has some hard-coded notion of PEPs). I decided
not to touch that code just now.

regenerate updated html files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk_fixed/html/beps/bep_0000.html

    r10530 r10535  
     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<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<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" /> 
     7<title></title> 
     8<link rel="stylesheet" href="../css/bep.css" type="text/css" /> 
     9</head> 
     10<body> 
     11<div class="document"> 
     12 
     13<div id="upper" class="clear"> 
     14<div id="wrap"> 
     15<div id="header"> 
     16<h1><a href="../index.html">BitTorrent<span>.org</span></a></h1> 
     17</div> 
     18<div id="nav"> 
     19<ul> 
     20<li><a href="../index.html">Home</a></li> 
     21<li><a href="../introduction.html">For Users</a></li> 
     22<li><span>For Developers</span></li> 
     23<!-- <li><a href="./blog">Blog</a></li> --> 
     24<li><a href="../donate.html">Donate!</a></li> 
     25</ul> 
     26</div> <!-- nav --> 
     27<!-- ### Begin Content ### --> 
     28<div id="second"> 
     29 
     30 
     31 
     32<table class="rfc2822 docutils field-list" frame="void" rules="none"> 
     33<col class="field-name" /> 
     34<col class="field-body" /> 
     35<tbody valign="top"> 
     36<tr class="field"><th class="field-name">BEP:</th><td class="field-body">0</td> 
     37</tr> 
     38<tr class="field"><th class="field-name">Title:</th><td class="field-body">Index of BitTorrent Enhancement Proposals</td> 
     39</tr> 
     40<tr class="field"><th class="field-name">Version:</th><td class="field-body">$Revision$</td> 
     41</tr> 
     42<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="https://svn.bittorrent.com/trac.cgi/browser/dotorg/trunk/html/beps/bep_0000.rst">$Date$</a></td> 
     43</tr> 
     44<tr class="field"><th class="field-name">Author:</th><td class="field-body">David Harrison &lt;dave&#32;&#97;t&#32;bittorrent.com&gt;</td> 
     45</tr> 
     46<tr class="field"><th class="field-name">Status:</th><td class="field-body">Active</td> 
     47</tr> 
     48<tr class="field"><th class="field-name">Type:</th><td class="field-body">Process</td> 
     49</tr> 
     50<tr class="field"><th class="field-name">Created:</th><td class="field-body">10-Jan-2008</td> 
     51</tr> 
     52<tr class="field"><th class="field-name">Post-History:</th><td class="field-body"></td> 
     53</tr> 
     54</tbody> 
     55</table> 
     56<hr /> 
     57<p>The BitTorrent Community Forum coordinates the development of the 
     58BitTorrent protocol suite and its reference implementation. It is the 
     59wish of Bram Cohen that the BitTorrent mainline python implementation 
     60remain open source and that the protocol development process be 
     61modelled after the Python Enhancement Proposal (PEP) process.</p> 
     62<p>This document indexes all BitTorrent Enhancement Proposals (BEPs). 
     63When a new proposal is submitted, one of the BitTorrent.org editors 
     64assigns a BEP number and updates this index appropriately.  The process 
     65is modelled after the PEP process used in the python community <a class="footnote-reference" href="#python" id="id1">[1]</a>.  Each 
     66document has a number that never changes and the history of document is 
     67maintained in subversion <a class="footnote-reference" href="#svn" id="id2">[2]</a>.</p> 
     68<table border="1" class="docutils"> 
     69<colgroup> 
     70<col width="13%" /> 
     71<col width="88%" /> 
     72</colgroup> 
     73<thead valign="bottom"> 
     74<tr><th class="head">Num</th> 
     75<th class="head">Title</th> 
     76</tr> 
     77</thead> 
     78<tbody valign="top"> 
     79<tr><td><span class="raw-html"><A HREF="bep_0000.html">0</A></span></td> 
     80<td>Index of BitTorrent Enhancement Proporsals</td> 
     81</tr> 
     82<tr><td><span class="raw-html"><A HREF="bep_0001.html">1</A></span></td> 
     83<td>The BEP Process</td> 
     84</tr> 
     85<tr><td><span class="raw-html"><A HREF="bep_0002.html">2</A></span></td> 
     86<td>Sample reStructured Text BEP Template</td> 
     87</tr> 
     88<tr><td><span class="raw-html"><A HREF="bep_0003.html">3</A></span></td> 
     89<td>The BitTorrent Protocol Specification</td> 
     90</tr> 
     91<tr><td><span class="raw-html"><A HREF="bep_0004.html">4</A></span></td> 
     92<td>Known Number Allocations</td> 
     93</tr> 
     94<tr><td><span class="raw-html"><A HREF="bep_0005.html">5</A></span></td> 
     95<td>DHT Protocol</td> 
     96</tr> 
     97<tr><td><span class="raw-html"><A HREF="bep_0006.html">6</A></span></td> 
     98<td>Fast Extension</td> 
     99</tr> 
     100<tr><td><span class="raw-html"><A HREF="bep_0007.html">7</A></span></td> 
     101<td>IPv6 Tracker Extension</td> 
     102</tr> 
     103<tr><td><span class="raw-html"><A HREF="bep_0008.html">8</A></span></td> 
     104<td>Tracker Peer Obfuscation</td> 
     105</tr> 
     106<tr><td><span class="raw-html"><A HREF="bep_0009.html">9</A></span></td> 
     107<td>Metadata Extension</td> 
     108</tr> 
     109<tr><td><span class="raw-html"><A HREF="bep_0009.html">10</A></span></td> 
     110<td>Extension Protocol</td> 
     111</tr> 
     112<tr><td><span class="raw-html"><A HREF="bep_1000.html">1000</A></span></td> 
     113<td>Pending Standards Track Documents</td> 
     114</tr> 
     115</tbody> 
     116</table> 
     117<table class="docutils footnote" frame="void" id="python" rules="none"> 
     118<colgroup><col class="label" /><col /></colgroup> 
     119<tbody valign="top"> 
     120<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td><a class="reference external" href="http://www.python.org/dev/peps/">http://www.python.org/dev/peps/</a></td></tr> 
     121</tbody> 
     122</table> 
     123<table class="docutils footnote" frame="void" id="svn" rules="none"> 
     124<colgroup><col class="label" /><col /></colgroup> 
     125<tbody valign="top"> 
     126<tr><td class="label"><a class="fn-backref" href="#id2">[2]</a></td><td><a class="reference external" href="http://svn.bittorrent.org">http://svn.bittorrent.org</a></td></tr> 
     127</tbody> 
     128</table> 
     129 
     130 
     131</div> 
     132        <div id="footer"> 
     133<hr/> 
     134</div> 
     135 
     136</div> 
     137</body> 
     138</html>