root / dotorg / trunk / html / index.html

Revision 11065, 1.9 kB (checked in by dave, 5 months ago)

No longer refer to the number of BEPs.

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="http://forum.bittorrent.org">Forums</a> </li>
22<li><a href="./donate.html">Donate!</a></li>
23</ul>
24</div>
25<!-- ### Begin Content ### -->
26<div id="intro">
27<p><strong>BitTorrent.org</strong> is a forum for developers to exchange ideas about the direction of the BitTorrent protocol.</p>
28</div>
29<div id="home-l">
30<h2>For Users</h2>
31<ul>
32<li><a href="./introduction.html">Introduction</a></li>
33</ul>
34</div>
35<div id="home-c">
36<h2>For Developers</h2>
37<ul>
38<li><a href="./beps/bep_0001.html"> Proposed Standards Process  </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 </a></li>
41<li><a href="http://forum.bittorrent.org"> Forums </a> </li>
42</ul>
43</div>
44<div id="home-r">
45<h2>For Researchers</h2>
46<ul>
47<li><a href="./bittorrentecon.pdf">BitTorrent Economics Paper</a>
48(PDF)</li>
49</ul>
50</div>
51<!-- ### End Content ### -->
52</div>
53</div>
54<div id="footer">
55<hr />
56<p>Copyright © 2008 BitTorrent.org</p>
57</div>
58<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
59</script>
60<script type="text/javascript">
61_uacct = "UA-4341621-1";
62urchinTracker();
63</script>
64</body>
65</html>
Note: See TracBrowser for help on using the browser.