root / dotorg / v7 / html / index.html

Revision 10829, 1.7 kB (checked in by dave, 6 months ago)

As per Andy's suggestion, add link to index of proposal to the .org front page.

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</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><span>Home</span></li>
18<li><a href="./introduction.html">For Users</a></li>
19<li><a href="./beps/bep_0000.html">For Developers</a></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="intro">
26<p><strong>BitTorrent.org</strong> is a forum for developers to exchange ideas about the direction of the BitTorrent protocol.</p>
27</div>
28<div id="home-l">
29<h2>For Users</h2>
30<ul>
31<li><a href="./introduction.html">Introduction</a></li>
32</ul>
33</div>
34<div id="home-c">
35<h2>For Developers</h2>
36<ul>
37<li><a href="./beps/bep_0001.html"> Proposed Standards Process  </a></li>
38<li><a href="./beps/bep_0008.html"> Tracker Peer Obfuscation Proposal (new) </a></li>
39<li><a href="./beps/bep_0003.html"> BitTorrent Protocol Specification</a></li>
40<li><a href="./beps/bep_0000.html"> Index of Proposals (15 BEPs so far)  </a></li>
41</ul>
42</div>
43<div id="home-r">
44<h2>For Researchers</h2>
45<ul>
46<li><a href="./bittorrentecon.pdf">BitTorrent Economics Paper</a>
47(PDF)</li>
48</ul>
49</div>
50<!-- ### End Content ### -->
51</div>
52</div>
53<div id="footer">
54<hr />
55<p>Copyright © 2008 BitTorrent.org</p>
56</div>
57</body>
58</html>
Note: See TracBrowser for help on using the browser.