Changeset 10509
- Timestamp:
- 02/02/2008 07:29:55 AM (11 months ago)
- Location:
- dotorg/trunk/html
- Files:
-
- 2 removed
- 6 modified
-
beps/bep_0002.html (modified) (2 diffs)
-
beps/bep_0003.html (modified) (5 diffs)
-
beps/bep_0003.rst (modified) (1 diff)
-
beps/template.txt (modified) (1 diff)
-
developer.rst (deleted)
-
donate.html (modified) (1 diff)
-
submissions.html (deleted)
-
template.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk/html/beps/bep_0002.html
r10508 r10509 115 115 <li>Integers are represented by an 'i' followed by the number in base 10 116 116 followed by an 'e'. For example <tt class="docutils literal"><span class="pre">i3e</span></tt> corresponds to 3 and 117 <tt class="docutils literal"><span class="pre">i-3e</span> <span class="pre">``corresponds</span> <span class="pre">to</span> <span class="pre">-3.</span> <span class="pre">Integers</span> <span class="pre">have</span> <span class="pre">no</span> <span class="pre">size</span>118 <span class="pre">limitation.</span> <span class="pre">``i-0e</span></tt> is invalid. All encodings with a leading117 <tt class="docutils literal"><span class="pre">i-3e</span></tt> corresponds to -3. Integers have no size 118 limitation. <tt class="docutils literal"><span class="pre">i-0e</span></tt> is invalid. All encodings with a leading 119 119 zero, such as <tt class="docutils literal"><span class="pre">i03e</span></tt>, are invalid, other than 120 120 <tt class="docutils literal"><span class="pre">i0e</span></tt>, which of course corresponds to 0.</li> … … 364 364 <div id="footer"> 365 365 <hr/> 366 <p>Copyright 2006 BitTorrent.org</p>367 366 </div> 368 367 -
dotorg/trunk/html/beps/bep_0003.html
r10508 r10509 58 58 <p class="topic-title first">Contents</p> 59 59 <ul class="simple"> 60 <li><a class="reference internal" href="#bittorrent-org-for-developers-assigned-numbers" id="id2">BitTorrent.org » For Developers » Assigned Numbers</a><ul> 61 <li><a class="reference internal" href="#reserved-bit-allocations" id="id3">Reserved Bit Allocations</a></li> 62 <li><a class="reference internal" href="#reserved-message-ids" id="id4">Reserved Message IDs</a></li> 63 </ul> 64 </li> 60 <li><a class="reference internal" href="#reserved-bit-allocations" id="id2">Reserved Bit Allocations</a></li> 61 <li><a class="reference internal" href="#reserved-message-ids" id="id3">Reserved Message IDs</a></li> 65 62 </ul> 66 63 </div> 67 <div class="section" id="bittorrent-org-for-developers-assigned-numbers">68 <h1>BitTorrent.org » For Developers » Assigned Numbers</h1>69 64 <p>This document describes the known bit allocations and message IDs for 70 65 the BitTorrent protocol. To request a bit allocation contact … … 72 67 any omissions.</p> 73 68 <div class="section" id="reserved-bit-allocations"> 74 <h 2>Reserved Bit Allocations</h2>69 <h1>Reserved Bit Allocations</h1> 75 70 <pre class="literal-block"> 76 71 reserved[0] … … 86 81 </div> 87 82 <div class="section" id="reserved-message-ids"> 88 <h 2>Reserved Message IDs</h2>83 <h1>Reserved Message IDs</h1> 89 84 <pre class="literal-block"> 90 85 Core Protocol: … … 112 107 </pre> 113 108 </div> 114 </div>115 109 116 110 … … 118 112 <div id="footer"> 119 113 <hr/> 120 <p>Copyright 2006 BitTorrent.org</p>121 114 </div> 122 115 -
dotorg/trunk/html/beps/bep_0003.rst
r10492 r10509 9 9 Post-History: 10 10 11 12 --------------------------------------------------13 BitTorrent.org » For Developers » Assigned Numbers14 --------------------------------------------------15 11 16 12 This document describes the known bit allocations and message IDs for -
dotorg/trunk/html/beps/template.txt
r10508 r10509 28 28 <div id="footer"> 29 29 <hr/> 30 <p>Copyright 2006 BitTorrent.org</p>31 30 </div> 32 31 -
dotorg/trunk/html/donate.html
r10491 r10509 61 61 <!-- FOOTER STARTS --> 62 62 <div class="footer"> 63 <br>Copyright © 200 7bittorrent.org </A>63 <br>Copyright © 2008 bittorrent.org </A> 64 64 </div> 65 65 <!-- FOOTER ENDS --> -
dotorg/trunk/html/template.txt
r8233 r10509 28 28 <div id="footer"> 29 29 <hr/> 30 <p>Copyright 200 6BitTorrent.org</p>30 <p>Copyright 2008 BitTorrent.org</p> 31 31 </div> 32 32