-
Notifications
You must be signed in to change notification settings - Fork 101
/
index.html
66 lines (66 loc) · 2.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>BitTorrent.org</title>
<link rel="stylesheet" type="text/css" href="./css/screen.css" media="screen" />
</head>
<body id="www-bittorrent-org">
<div id="upper" class="clear">
<div id="wrap">
<div id="header">
<h1><a href="./index.html">BitTorrent<span>.org</span></a></h1>
</div>
<div id="nav">
<ul>
<li><span>Home</span></li>
<li><a href="./introduction.html">For Users</a></li>
<li><a href="./beps/bep_0000.html">For Developers</a></li>
<!-- <li><a href="./blog.html">Blog</a></li> -->
<li><a href="mailing_list.html">Developer mailing list</a> </li>
<li><a href="http://forum.bittorrent.org">Forums (archive)</a> </li>
</ul>
</div>
<!-- ### Begin Content ### -->
<div id="intro">
<p><strong>BitTorrent.org</strong> is a forum for developers to exchange ideas about the direction of the BitTorrent protocol.</p>
</div>
<div id="home-l">
<h2>For Users</h2>
<ul>
<li><a href="./introduction.html">Introduction</a></li>
</ul>
</div>
<div id="home-c">
<h2>For Developers</h2>
<ul>
<li><a href="./beps/bep_0001.html"> Proposed Standards Process </a></li>
<li><a href="./beps/bep_0003.html"> BitTorrent Protocol Specification</a></li>
<li><a href="./beps/bep_0000.html"> Index of Proposals </a></li>
<li><a href="mailing_list.html">Developer mailing list</a> </li>
<li><a href="http://forum.bittorrent.org">Forums (archive)</a> </li>
</ul>
</div>
<div id="home-r">
<h2>For Researchers</h2>
<ul>
<li><a href="./bittorrentecon.pdf">BitTorrent Economics Paper</a>
(PDF)</li>
</ul>
</div>
<!-- ### End Content ### -->
</div>
</div>
<div id="footer">
<hr />
<p>Copyright © 2015 BitTorrent.org</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-4341621-1";
urchinTracker();
</script>
</body>
</html>