-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
286 lines (250 loc) · 16.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="bootstrap/docs-assets/ico/favicon.png">
<title>Dot-Bit: Secure Decentralized DNS</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/dist/css/bootstrap.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="bootstrap/docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Dot-Bit</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li class="dropdown">
<a data-toggle="dropdown">Browsing Instructions</a>
<ul class="dropdown-menu">
<li><a href="browse.html">Basic Browsing Information</a></li>
</ul>
</li>
<li><a href="your_website.html">Webmaster Instructions</a></li>
<li><a href="security.html">Security Model</a></li>
<li><a href="http://www.namecoin.info/">Powered by Namecoin</a></li>
<!--
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
-->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img data-src="holder.js/900x500/auto/#777:#7a7a7a/text:%20" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Dot-Bit</h1>
<p>Dot-Bit-enabled websites end with ".bit" instead of ".com" or something similar. Dot-Bit uses Bitcoin technology to decentralize and free website addresses, just like Bitcoin decentralizes and frees money.</p>
<p><a class="btn btn-lg btn-primary" href="browse.html" role="button">Start browsing today</a> <a class="btn btn-lg btn-primary" href="your_website.html" role="button">Setup your website</a></p>
</div>
</div>
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#666:#6a6a6a/text:%20" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Stop Censorship</h1>
<p>Dot-Bit allows you to access supported websites without DNS censorship (like SOPA would have implemented).</p>
<p><a class="btn btn-lg btn-primary" href="browse.html" role="button">Start browsing today</a> <a class="btn btn-lg btn-primary" href="your_website.html" role="button">Setup your website</a></p>
</div>
</div>
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#555:#5a5a5a/text:%20" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Protect Your Security</h1>
<p>Just because a website uses HTTPS doesn't mean it's secure! Dot-Bit verifies that the websites you visit aren't being impersonated, even if an impostor has compromised the standard HTTPS infrastructure. And did we mention that secure HTTPS for website owners is <strong>free</strong> with Dot-Bit?</p>
<p><a class="btn btn-lg btn-primary" href="browse.html" role="button">Start browsing today</a> <a class="btn btn-lg btn-primary" href="your_website.html" role="button">Setup your website</a></p>
</div>
</div>
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#666:#6a6a6a/text:%20" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Improve Your Privacy</h1>
<p>Dot-Bit eliminates DNS surveillance, one major method used by corporations to track your browsing habits.</p>
<p><a class="btn btn-lg btn-primary" href="browse.html" role="button">Start browsing today</a> <a class="btn btn-lg btn-primary" href="your_website.html" role="button">Setup your website</a></p>
</div>
</div>
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#777:#7a7a7a/text:%20" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Lightning-Fast</h1>
<p>Dot-Bit data propagates the network in 40 minutes instead of days, and lookup operations occur in under 3 milliseconds instead of tens or hundreds of milliseconds. This makes websites load faster and reduces website downtime.</p>
<p><a class="btn btn-lg btn-primary" href="browse.html" role="button">Start browsing today</a> <a class="btn btn-lg btn-primary" href="your_website.html" role="button">Setup your website</a></p>
</div>
</div>
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#666:#6a6a6a/text:%20" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Free and Open-Source</h1>
<p>Dot-Bit consists of free and open-source software that anyone can audit. You should demand nothing less from software you rely on.</p>
<p><a class="btn btn-lg btn-primary" href="browse.html" role="button">Start browsing today</a> <a class="btn btn-lg btn-primary" href="your_website.html" role="button">Setup your website</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- START THE FEATURETTES -->
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">What's DNS? <span class="text-muted">And why does Dot-Bit matter?</span></h2>
<p class="lead">DNS is like the phonebook of the Internet. When you type in www.google.com, your computer asks a digital phonebook on the Internet (called a DNS server) what the address means, and gets back a series of numbers like 74.125.239.19. The problem is that these DNS servers are controlled by governments and large corporations, and could abuse their power to censor, hijack, or spy on your Internet usage. This happens on a regular basis across the world, including in countries like China as well as in countries like the United States.</p>
<p class="lead">Dot-Bit-enabled websites are immune to these problems, because instead of the phone book being a corporation or government, the digital phonebook is on <strong>your own computer</strong>. Bitcoin technology ensures that every user in the world has the same phonebook data on their computer, without anyone being able to illegitimately change that phonebook data.</p>
</div>
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
</div>
<hr class="featurette-divider">
<div class="row featurette">
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
<div class="col-md-7">
<h2 class="featurette-heading">Censorship-Resistance</h2>
<p class="lead">With standard DNS, the digital phonebook can falsely claim "there's no website here"; this is what SOPA would have mandated in the U.S. Dot-Bit cannot easily be censored, for the same reasons that no one can easily prevent you from spending bitcoins.</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Security</h2>
<p class="lead">With standard DNS, the digital phonebook can direct you to fake websites that steal your passwords (or worse). So-called experts claim that HTTPS (the "secure" website protocol) prevents this kind of hijacking, but it doesn't. Dot-Bit prevents hijacking <strong>for real</strong>. How can this work? Standard HTTPS allows CA's, or "certificate authorities" (run by governments or large corporations), to vouch for the legitimacy of a website. If a single CA (there are thousands) gets broken into by criminals, makes a mistake, or is forced by a government, they can issue fraudulent credentials that allow someone to impersonate any website. Dot-Bit's decentralized digital phonebook does the security job that a CA would normally do, without relying on a CA; this means that no one can easily hijack Dot-Bit-enabled websites for the same reason that no one can easily steal your bitcoins. It also means that Dot-Bit-enabled HTTPS is <strong>free</strong> for website owners.</p>
</div>
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
</div>
<hr class="featurette-divider">
<div class="row featurette">
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
<div class="col-md-7">
<h2 class="featurette-heading">Privacy</h2>
<p class="lead">With standard DNS, the digital phonebook server and anyone watching you talk to it can deduce which websites you're visiting. Sound creepy? Dot-Bit's digital phonebook doesn't generate any network traffic when you lookup a website address, which improves your privacy. (Obviously, Tor provides even better privacy.)</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Lightning-Fast</h2>
<p class="lead">With standard DNS, when a website switches configuration (e.g. due to moving datacenters), the phonebook doesn't notice for about 24 to 48 hours. This causes unnecessary downtime in many circumstances. Dot-Bit's phonebook updates within 40 minutes on average with default settings. Standard DNS servers also take time to look up a website's information, which can take 100 milliseconds or more if you're unlucky. Since Dot-Bit keeps the phonebook on your own computer, looking up a website usually takes under 3 milliseconds. <strong>Dot-Bit makes websites load faster and reduces website downtime.</strong></p>
</div>
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
</div>
<hr class="featurette-divider">
<div class="row featurette">
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
<div class="col-md-7">
<h2 class="featurette-heading">DNS for Tor and I2P Anonymity Networks</h2>
<p class="lead">Dot-Bit's digital phonebook entries can point to anonymously hosted websites on the Tor and I2P anonymity networks. Unlike Tor's .onion domains, which consist of random letters and numbers, or I2P's .i2p domains, which can point to different websites for different people, Dot-Bit enables proper, human-readable, deterministically resolvable DNS for Tor- and I2P-hosted services. Note that while Dot-Bit may be able to hide the location and IP address of a domain owner if the domain was registered using Tor, it will probably still be possible to link the domain owner to his or her other transactions (e.g. withdrawing funds from an exchange), which could reveal the owner's identity.</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Free and Open Source Software</h2>
<p class="lead">Dot-Bit is powered by Namecoin, a free and open source software project based on Bitcoin, and other free and open-source software packages. Dot-Bit software can be audited by anyone, and historically security issues have been resolved promptly without incident. You should demand nothing less from any software to which you entrust your security. <!-- ToDo: link to more security info about Namecoin --></p>
</div>
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
</div>
<hr class="featurette-divider">
<div class="row featurette">
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="">
</div>-->
<div class="col-md-7">
<h2 class="featurette-heading">Sound Awesome?</h2>
<p class="lead"><a href="browse.html">Learn how to browse Dot-Bit-enabled websites</a>. And if you have your own website, <a href="your_website.html">learn how to enable it</a> for the improved censorship-resistance, security, privacy, and speed that Dot-Bit offers.</p>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2013-2014 Dot-Bit Contributors. <!--· <a href="#">Privacy</a> · <a href="#">Terms</a>--></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bootstrap/docs-assets/js/holder.js"></script>
</body>
</html>