-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (154 loc) · 8.5 KB
/
index.html
File metadata and controls
168 lines (154 loc) · 8.5 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title color="">Linkopolis</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta content="width=device-width,initial-scale=1,minimal-ui,shrink-to-fit=no" name="viewport">
<link rel="icon" href="flag.png" />
<link rel="logo" href="flag.svg" border="true" />
<base href="" target="_top" id="base">
<script>base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&?]wrapper=False/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "")</script>
<!-- <link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/vue-material.min.css">
<link rel="stylesheet" href="https://unpkg.com/vue-material@beta/dist/theme/default.css">-->
<script type="text/javascript" src="plugins/jQuery/jquery.min.js"></script>
<script type="text/javascript" src="plugins/Popper.js/popper.min.js"></script>
<script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/Bootstrap/themes/material/js/material.min.js"></script>
<zeronet><script type="text/javascript" src="js/ZeroFrame.js"></script>
<script type="text/javascript" src="plugins/ZeroDevLib/ZeroPage.js"></script></zeronet>
<script type="text/javascript" src="js/page-common.js"></script>
<link href="plugins/Bootstrap/themes/material/css/material.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/page-common.css">
<link rel="stylesheet" type="text/css" href="css/app-common.css">
<link rel="stylesheet" type="text/css" href="css/page-custom.css">
<link rel="stylesheet" type="text/css" href="css/app-custom.css">
<link href="Fonts/Roboto/font.css" rel="stylesheet">
<link href="Fonts/Material Icons/font.css" rel="stylesheet">
<zeronet><link href="Fonts/Text Me One/font.css" rel="stylesheet"></zeronet>
<meta name="pehtml" content="true">
<meta name="directory" content="css, js, img, snd">
<meta name="description" content="">
<meta name="keywords" content="">
</head>
<body id="body">
<div id="app">
<header><logo>Linkopolis</logo></header>
<div class="content">
<article>
<center>
<img src="Linkopolis.png"/>
<img width="200px" src="flag.png" title="Linkopolis" alt="Linkopolis"><h0>Linkopolis</h0><h4>We are a culture and a community.</h4>
<h6>Linkopolis is a test of a diaspora society, in a inter-connected city, with the physical concept of decentralization; while its center is a project of a seastead.</h6></center>
<hr/>
<ul>
<li>Decentralized (multiple links)</li>
<li>Human-centric</li>
<li>Immigrants and LGBT support program</li>
<li>English and Esperanto courses for different languages.</li>
<li>Blood plasma donation program for preventing diseases/viruses</li>
<li>Cryonic cemiteries</li>
<li>Ethereum economy (own ETH token)</li>
<li>UBI (Duniter, with own coin)</li>
<li>DAO governance</li>
<p>Aragon is a full set for creating Decentralized Autonomous Organizations, and Linkopolis uses it and its apps. Aragon already haves a <a href="https://spacedecentral.net/" target="blank">decentralized space agency</a> using their technology, and now a decentralized city started with Linkpolis.</p>
<li>Mesh networks (CJDNS, Yggdrasil)</li>
<li>Minimum 1 MBps network speed</li>
<li>Open-source hardware and software</li>
<li>Distribution of free computing devices</li>
<li>Democratic and cheaper proof of existence/copyright</li>
<li>Program for fair copyright (digital media with proportional prices to fit individual's own economy)</li>
<li>Graphen studies, tests and applications with a incentivization program</li>
<li>IoT in houses</li>
<li>Personal tokens</li>
<li>Civil peace program</li>
<li>Aggriculture without agrotoxies</li>
<li>Stores/restaurants with veggies, fishes and insects</li>
<li>Neighborhood for meal fans (breeding of pigs and chickens)</li>
<li>Neighborhood for nerds/geeks</li>
<li>Climate-aware</li>
<li>Renewed education; with intuitivity, incentives and work opportunities</li>
<li>Linkopolis credit card (ETH token, Ethereum, Bitcoin, UBI)</li>
<li>Electric cars</li>
<li>Roads at tunnels, with subterrain buildings</li>
<li>Shared-riding stops</li>
<li>Automatic glass protection (rain/wind/sun) on car/bus stops</li>
<li>Fair basic medicare</li>
<p>These ideas are open for new suggestions, with mention of your work.</p>
</ul>
<zeronet><div id="out"></div>
<script>
class Page extends ZeroFrame {
setSiteInfo(site_info) {
var out = document.getElementById("out")
out.innerHTML =
"Page address: " + site_info.address +
"<br>- Peers: " + site_info.peers +
"<br>- Size: " + site_info.settings.size +
"<br>- Modified: " + (new Date(site_info.content.modified*1000))
}
onOpenWebsocket() {
this.cmd("siteInfo", [], function(site_info) {
page.setSiteInfo(site_info)
})
}
onRequest(cmd, message) {
if (cmd == "setSiteInfo")
this.setSiteInfo(message.params)
else
this.log("Unknown incoming message:", cmd)
}
}
page = new Page()
</script></zeronet>
</article>
<comments>
<h1 id="comments"><i class="material-icons">comment</i> Comments <span class="badge"><a href="https://linkopolis.github.io/#disqus_thread">Loading...</a></span></h1>
<blockquote>
<clearnet>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://linkopolis.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</clearnet>
<zeronet>ZeroNet doesn't have a commenting system yet.</zeronet>
</blockquote>
</comments>
<footer><div class="footer-shadow"></div>
<center>Last update in 11/05/2019 at 19:08</center><a href="https://plasnerd.github.io/Framework.js/" target="blank"><img src="https://plasnerd.github.io/Framework.js/img/seal-2.png" width="167px" title="Built with FrameworkJS" style="-webkit-user-drag:element"></a><a href="https://plasnerd.github.io/PEHTML/" target="blank"><img src="https://plasnerd.github.io/PEHTML/img/seal-2.png" width="167px" height="94px" style="-webkit-user-drag:element"></a>
<div class="social-icons">
<a href="https://riot.im/app/#/room/#linkopolis:matrix.org" target="blank"><img src="img/social/riot.png" width="40px" height="40px" title="Chat with us or get support" alt="Riot.im" class="round"></a>
<a href="https://matrix.to/#/#linkopolisnews:matrix.org" target="blank"><img src="img/social/riot.png" width="40px" height="40px" title="Enable notifications for our updates" alt="Riot.im" class="round"></a>
<a href="https://github.com/linkopolis" target="blank"><img src="img/social/github.svg" width="40px" height="40px" title="See first the news and improve Linkopolis in GitHub" alt="GitHub"></a><!-- <a href="https://facebook.com/" target="blank"><img src="img/social/facebook.svg" width="40px" height="40px" title="Like us and receive latest news feed about FrameworkJS progress and other development tools" alt="Facebook"></a>--><!--<a href="https://twitter.com/" target="blank"><img src="img/social/twitter.svg" width="40px" height="40px" title="Follow us and receive latest news feed about FrameworkJS progress and other development tools" alt="Twitter"></a>--><!--<a href="https://.deviantart.com" target="blank"><img src="img/social/deviantart.svg" width="40px" height="40px" title="Follow us and receive latest backgrounds, designs and apps" alt="Deviantart"></a>--></div>
<div class="social-buttons"></div>
<copyright><center>2017-2019 Linkopolis by <a href="https://openplanetinitiative.github.io/" target="blank">Open Planet Initiative</a>.</center></copyright>
</footer>
</div>
<clearnet><script id="dsq-count-scr" src="//linkopolis.disqus.com/count.js" async></script></clearnet>
</div>
<!-- <script type="text/javascript" src="plugins/UmbrellaJS/umbrella.min.js"></script>
<script type="text/javascript" src="plugins/VueJS/vue.js"></script>
<script src="https://unpkg.com/vue-material@beta"></script>
<script>
Vue.use(VueMaterial.default)
new Vue({
el: '#app'
})
</script>-->
</body>
</html>