root / dotorg / v8 / html / submissions.html

Revision 10161, 1.6 kB (checked in by dave, 11 months ago)

Fix hyperlink.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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<title>BitTorrent.org » For Developers: Submissions </title>
7<link rel="stylesheet" type="text/css" href="./css/screen.css" media="screen" />
8</head>
9<body id="www-bittorrent-org">
10<div id="upper" class="clear">
11<div id="wrap">
12<div id="header">
13<h1><a href="./index.html">BitTorrent<span>.org</span></a></h1>
14</div>
15<div id="nav">
16<ul>
17<li><a href="./index.html">Home</a></li>
18<li><a href="./introduction.html">For Users</a></li>
19<li><span>For Developers</span></li>
20<!-- <li><a href="./blog.html">Blog</a></li> -->
21<li><a href="./donate.html">Donate!</a></li>
22</ul>
23</div>
24<!-- ### Begin Content ### -->
25<div id="second">
26<H1> Proposing Protocol Extensions </H1>
27<p> Bram Cohen currently leads this organization with David Harrison and
28Arvid Norberg serving as interim co-editors.  We have not yet formalized the submission process.  All submissions should be either in text or in
29<A HREF="http://docutils.sourceforge.net/rst.html"> reStructuredText </A> 
30format.   Use the <A HREF="ipv6_tracker_extension.rst"> ipv6 tracker extensions
31reStructredText </A> as an example. The editors will assign a
32BitTorrent Enhancement Proposal number and place it on the
33bittorrent.org web site for public review. </p>
34
35<p> Send submissions to editor@bittorrent.org </p>
36
37</div>
38<!-- ### End Content ### -->
39</div>
40</div>
41<div id="footer">
42<hr />
43<p>Copyright © 2008 BitTorrent.org</p>
44</div>
45</body>
46</html>
Note: See TracBrowser for help on using the browser.