-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.php
297 lines (293 loc) · 13.5 KB
/
index.php
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
287
288
289
290
291
292
293
294
295
296
297
<?php
// locale
$locale = "en_US"; // default locale
$domain = "messages"; // name of file with translations
setlocale(LC_ALL, $locale);
putenv("LC_ALL=".$locale);
bindtextdomain($domain, "./locale");
bind_textdomain_codeset($domain,'UTF-8');
textdomain($domain);
?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="github.com/dansup/hyperboria">
<title>Hyperboria</title>
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/prettify.css" rel="stylesheet">
<link href="assets/css/solarized-dark.css" rel="stylesheet">
<link rel="shortcut icon" href="/assets/img/favicon.png">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<style>
.top-jumbo {
margin-top: 40px;
padding-top: 50px;
height: 240px;
background-color: #1B1B1B;
color: #F4F4F4;
}
</style>
</head>
<body data-spy="scroll" data-target=".navbar">
<div id="wrap">
<div id="navbar-scroll" class="navbar navbar-fixed-top">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Hyperboria</a>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#overview"><?=_("Overview")?></a></li>
<li><a href="#join"><?=_("How to join")?></a></li>
<li class="visible-lg"><a href="#services"><?=_("Services")?></a></li>
<li><a href="#social"><?=_("Social")?></a></li>
</ul>
<!-- Future Dropdown nav for l10n
<ul class="nav navbar-nav pull-right">
<li class="dropdown">
<a href="/?lang=en_US" class="dropdown-toggle" data-toggle="dropdown">lang: <b>en</b> <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">lang: <b>it</b></a></li>
<li><a href="/?lang=ru_RU">lang: <b>Русский</b></a></li>
<li><a href="#">lang: <b>fr</b></a></li>
</ul> -->
</li>
</ul>
</div>
</div>
</div>
<div class="top-jumbo">
<div class="col col-lg-3"></div>
<div class="col col-lg-2" style="margin-top:28px;">
<img src="assets/img/top-jumbo.png" class="hidden-sm" style="height:84px;width:129px;" alt="Hyperboria network infographic" />
</div>
<div class="col col-lg-4">
<h2><?=_("a global meshnet")?></h2>
<h3><?=_("powered by")?> <a href="https://github.com/cjdelisle/cjdns">cjdns</a> <?=_("nodes")?></h3>
</div>
</div>
<div class="container" data-spy="scroll" data-target="#navbar-scroll" data-offset="0">
<div id="overview" class="row hidden-lg">
<div class="page-header">
<h1><?=_("Overview")?></h1>
</div>
<h2>Encrypted networking for everyone.</h2>
<p>Hyperboria is a global decentralized network of "nodes" running cjdns software. The goal of Hyperboria is to provide an alternative to the internet with the principles of security, scalability and decentralization at the core. Anyone can participate in the network by locating a peer that is already connected.</p>
</div>
<div id="overview" class="row visible-lg">
<br><br>
<div class="page-header">
<h1><?=_("Overview")?></h1>
<blockquote>
<p><?=_("Encrypted networking for everyone.")?></p>
<small>Caleb James Delisle <cite title="Source Title">(cjdns <?=_("author")?>)</cite></small>
</blockquote>
</div>
<p class="lead">Hyperboria is a global decentralized network of "nodes" running cjdns software. The goal of Hyperboria is to provide an alternative to the internet with the principles of security, scalability and decentralization at the core. Anyone can participate in the network by locating a peer that is already connected.</p>
<br><br><br>
<div class="col col-lg-2"></div>
<div class="col col-lg-2 text-center" style="background-image:url(assets/img/overview-open.png);width:215px;height:374px;padding-top:200px;">
<h1><?=_("Open")?></h1>
<p><?=_("Anyone can join by peering with someone already connected.")?></p>
</div>
<div class="col col-lg-1"></div>
<div class="col col-lg-2 text-center" style="background-image:url(assets/img/overview-p2p.png);width:215px;height:374px;padding-top:200px;">
<h1><?=_("P2P")?></h1>
<p><?=_("Inspired by Kademlia DHT, the network is censorship resistant.")?></p>
</div>
<div class="col col-lg-1"></div>
<div class="col col-lg-2 text-center" style="background-image:url(assets/img/overview-secure.png);width:215px;height:374px;padding-top:200px;">
<h1><?=_("Secure")?></h1>
<p><?=_("Packets are encrypted end-to-end using your unique cjdns ipv6 address.")?></p>
</div>
</div>
<div class="row"><div class="col col-lg-12" style="height:100px;"><div class="col col-lg-4"></div><div class="col col-lg-4" style="padding-top:50px;"><hr></div></div></div>
<div id="join" class="row">
<br><br>
<div class="page-header">
<h1><?=_("How do I join?")?></h1>
<p class="lead"><?=_('Install the cjdns software on a supported device/platform and locate a peer via <a href="https://chat.projectmeshnet.org/#projectmeshnet" rel="nofollow">IRC</a> or <a href="http://atlas.projectmeshnet.org">the global map</a>.')?></p>
</div>
<div class="col col-lg-2 visible-lg">
</div>
<div class="col col-lg-8">
<a href="https://github.com/cjdelisle/cjdns" class="btn btn-primary">Build cjdns from source (official instructions)</a><br><br>
<a href="https://wiki.projectmeshnet.org/Install_on_Ubuntu" class="btn btn-default">Ubuntu install guide (by thefinn93)</a><br><br>
<a href="https://wiki.projectmeshnet.org/Install_on_ArchLinux" class="btn btn-default">Archlinux install guide (by prurigro)</a><br><br>
<a href="https://wiki.projectmeshnet.org/Install_on_Gentoo" class="btn btn-default">Gentoo install guide (by emery)</a>
</div>
</div>
<div class="row visible-lg"><div class="col col-lg-12" style="height:100px;"><div class="col col-lg-4"></div><div class="col col-lg-4" style="padding-top:50px;"><hr></div></div></div>
<div id="services" class="row visible-lg">
<br><br>
<div class="page-header">
<h1><?=_("Services")?></h1><p class="lead"><?=_("A few popular websites and services available on the network.")?></p>
</div>
<div class="col col-lg-1"></div>
<div class="col col-lg-10">
<div class="accordion" id="services">
<div class="accordion-group">
<div class="accordion-heading" style="background-color:#996699;">
<a class="accordion-toggle" style="color:#E4E4E4;font-size:30px;" data-toggle="collapse" data-parent="#services" href="#services-web">
<?=_("Websites")?> <span class="pull-right text-muted"><small>(click to collapse)</small></span>
</a>
</div>
<div id="services-web" class="accordion-body collapse in">
<div class="accordion-inner well" style="margin:40px;padding:40px;">
<table class="table table-bordered">
<thead>
<tr>
<th><?=_("Website")?></th>
<th><?=_("Description")?></th>
<th><?=_("Maintainer")?></th>
</tr>
</thead>
<tbody>
<tr>
<td><h5><a href="http://uppit.us" rel="nofollow">http://uppit.us</h5></td>
<td><?=_("Uppit - a reddit powered community")?></td>
<td><a href="http://socialno.de/dan" rel="nofollow">@dan</a> and <a href="http://socialno.de/thefinn93" rel="nofollow">@thefinn93</a></td>
</tr>
<tr>
<td><h5><a href="http://hypeoverflow.com/" rel="nofollow">http://hypeoverflow.com/</h5></td>
<td>HypeOverflow - a stack overflow clone </td>
<td><a href="http://socialno.de/tyler" rel="nofollow">@tyler</a></td>
</tr>
<tr>
<td><h5><a href="http://socialno.de" rel="nofollow">http://socialno.de</h5></td>
<td><?=_("socialnode - a micro blogging service exclusive to Hyperboria")?></td>
<td><a href="http://socialno.de/derp" rel="nofollow">@derp</a></td>
</tr>
<tr>
<td><h5><a href="http://[fc38:4c2c:1a8f:3981:f2e7:c2b9:6870:6e84]/cjdns.html" rel="nofollow">http://[fc38:4c2c:1a8f:3981:f2e7:c2b9:6870:6e84]/cjdns.html</a></h5></td>
<td><?=_("iRcann - the info.cern.ch of Hyperboria")?></td>
<td><a href="http://socialno.de/ircerr">@ircerr</a></td>
</tr>
<tr>
<td><h5><a href="http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]" rel="nofollow">http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]</a></h5></td>
<td><?=_("NodeInfo - your flashlight in the darknet")?></td>
<td><a href="http://socialno.de/mikey" rel="nofollow">@mikey</a></td>
</tr>
<tr>
<td colspan="3">
<a href="https://wiki.projectmeshnet.org/Known_Hyperboria_sites#Websites"><?=_("view more websites")?></a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading" style="background-color:#996699;">
<a class="accordion-toggle" style="color:#E4E4E4;font-size:30px;" data-toggle="collapse" data-parent="#services" href="#services-srv">
Services <span class="pull-right text-muted"><small>(click to show)</small></span>
</a>
</div>
<div id="services-srv" class="accordion-body collapse">
<div class="accordion-inner well" style="margin:40px;padding:20px;">
<table class="table table-bordered">
<thead>
<tr>
<th><?=_("Service")?></th>
<th><?=_("Description")?></th>
<th><?=_("Maintainer")?></th>
</tr>
</thead>
<tbody>
<tr>
<td><h5><a href="hpk://hyperboria.thefinn93.com:11371" rel="nofollow">hpk://hyperboria.thefinn93.com:11371</h5></td>
<td><?=_("OpenPGP Keyserver")?></td>
<td><a href="http://socialno.de/thefinn93" rel="nofollow">@thefinn93</a></td>
</tr>
<tr>
<td><h5><a href="http://hyperboria.name" rel="nofollow">http://hyperboria.name</h5></td>
<td><?=_("Hyperboria.name - free mail and subdomain service")?></td>
<td><a href="http://socialno.de/grundy" rel="nofollow">@grundy</a></td>
</tr>
<tr>
<td><h5><a href="http://hypebox.net" rel="nofollow">http://hypebox.net</h5></td>
<td><?=_("HypeBox.net - a blogging platform exclusive to Hyperboria")?></td>
<td><a href="http://socialno.de/jph" rel="nofollow">@jph</a></td>
</tr>
<tr>
<td><h5><a href="http://hypeirc.net" rel="nofollow">http://hypeirc.net</a></h5></td>
<td><?=_("HypeIRC - the IRC network of Hyperboria")?></td>
<td><a href="http://socialno.de/derp">@derp</a>, <a href="http://socialno.de/prurigro">@prurigro</a>, <a href="http://socialno.de/jercos">@jercos</a>, and <a href="http://socialno.de/cjd">@cjd</a></td>
</tr>
<tr>
<td><h5><a href="http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]/hypedns" rel="nofollow">http://[fc5d:baa5:61fc:6ffd:9554:67f0:e290:7535]/HypeDNS</a></h5></td>
<td><?=_("HypeDNS - dns for Hyperboria")?></td>
<td><a href="http://socialno.de/mikey" rel="nofollow">@mikey</a></td>
</tr>
<tr>
<td colspan="3">
<a href="https://wiki.projectmeshnet.org/Known_Hyperboria_sites#Services">view more services</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div><!-- row collapse -->
<div class="row"><div class="col col-lg-12" style="height:100px;"><div class="col col-lg-4"></div><div class="col col-lg-4" style="padding-top:50px;"><hr></div></div></div>
<div id="social" class="row">
<br><br>
<div class="page-header">
<h1>Social</h1><p class="lead"><?=_("Insight into #hyperboria, help spread the word!")?></p>
</div>
<div class="col col-lg-2"></div>
<div class="col col-lg-4">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:community href="https://plus.google.com/communities/101984975922141471371"></g:community>
<br><br>
<div class="g-page" data-width="300" data-href="//plus.google.com/114581766290654528027" data-layout="landscape" data-rel="publisher"></div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div class="col col-lg-1"></div>
<div class="col col-lg-4">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23hyperboria" data-widget-id="357324512297107456">Tweets about "#hyperboria"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="row"><div class="col col-lg-12" style="height:100px;"><div class="col col-lg-4"></div><div class="col col-lg-4" style="padding-top:50px;"></div></div></div>
</div>
</div>
<div id="footer" style="background-color:#fff">
<div class="container">
<p class="credit text-right">
<!-- Use ProjectMeshnet Social Accounts until further notice -->
<a href="https://facebook.com/projectmeshnet"><i class="icon-facebook icon-2x"></i></a>
<a href="https://github.com/dansup/hyperboria"><i class="icon-github icon-2x"></i></a>
<a href="https://plus.google.com/114581766290654528027"><i class="icon-google-plus icon-2x"></i></a>
<a href="https://twitter.com/projectmeshnet"><i class="icon-twitter icon-2x"></i></a>
designed by <a href="https://github.com/dansup">dansup</a>
</p>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/prettify.js"></script>
<script type="text/javascript">
(function(jQuery){
jQuery( document ).ready( function() {
prettyPrint();
} );
}(jQuery))
</script>
</body>
</html>