Show
Ignore:
Timestamp:
02/04/2008 04:10:30 PM (11 months ago)
Author:
dave
Message:

Change revision number to automatically updated $Revision$ in all .rst files.
Change last-modified date to automatically updated $Date$ in all .rst files.
Add "Local Variables" to the end of all .rst files.
Fix BEP numbers.
Make header formatting in all .rst files conform to PEP-style rst formatting requirements.

Remove some HTML markup from the bep_0003.rst, the BitTorrent? protocol standard.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk_fixed/html/beps/bep_0010.rst

    r10516 r10528  
    1 extension protocol for bittorrent 
    2 ================================= 
     1BEP: 10 
     2Title: Extension Protocol 
     3Version: $Revision$ 
     4Last-Modified: $Date$ 
     5Author:  Arvid Norberg <arvid@bittorrent.com>, Ludvig Strigeus <ludde@utorrent.com> 
     6Status:  Draft 
     7Type:    Standards Track 
     8Created: 31-Jan-2008 
     9Post-History: 
     10 
    311 
    412The intention of this protocol is to provide a simple and thin transport 
     
    4654 
    4755handshake message 
    48 ----------------- 
     56================= 
    4957 
    5058The payload of the handshake message is a bencoded dictionary. All items 
     
    124132| ``p``             | 6881                             | 
    125133+-------------------+----------------------------------+ 
    126 | ``v``             | "Torrent 1.2"                   | 
     134| ``v``             | "µTorrent 1.2"                   | 
    127135+-------------------+----------------------------------+ 
    128136 
    129137and in the encoded form: 
    130138 
    131 ``d1:md11:LT_metadatai1e6:T_PEXi2ee1:pi6881e1:v13:\xc2\xb5Torrent 1.2e`` 
     139``d1:md11:LT_metadatai1e6:µT_PEXi2ee1:pi6881e1:v13:\xc2\xb5Torrent 1.2e`` 
    132140 
    133141To make sure the extension names do not collide by mistake, they should be 
     
    163171 
    164172rationale 
    165 --------- 
     173========= 
    166174 
    167175The reason why the extension messages' IDs would be defined in the handshake 
     
    198206be a human readable protocol, so why bother. 
    199207 
    200 authors 
    201 ------- 
    202  
    203 | `Arvid Norberg`__ 
    204 | `Ludvig Strigeus`__ 
    205  
    206 .. __: mailto:arvid@bittorrent.com 
    207 .. __: ludde@utorrent.com 
    208  
     208 
     209  
     210.. 
     211   Local Variables: 
     212   mode: indented-text 
     213   indent-tabs-mode: nil 
     214   sentence-end-double-space: t 
     215   fill-column: 70 
     216   coding: utf-8 
     217   End: