|
Revision 7267, 1.4 kB
(checked in by dave, 15 months ago)
|
|
Creating v2 for release.
|
| 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 |
|---|
| 28 | Arvid Norberg serving as interim co-editors. We have not yet formalized the submission process. All submissions should be either in text or in |
|---|
| 29 | MediaWiki format. The editors will review the submission and place it on the bittorrent.org web site for public review. </p> |
|---|
| 30 | <p> Send submissions to editor@bittorrent.org </p> |
|---|
| 31 | |
|---|
| 32 | </div> |
|---|
| 33 | <!-- ### End Content ### --> |
|---|
| 34 | </div> |
|---|
| 35 | </div> |
|---|
| 36 | <div id="footer"> |
|---|
| 37 | <hr /> |
|---|
| 38 | <p>Copyright © 2006 BitTorrent.org</p> |
|---|
| 39 | </div> |
|---|
| 40 | </body> |
|---|
| 41 | </html> |
|---|