-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (269 loc) · 11.8 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
287
288
289
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>KeplerJs</title>
<meta name="description" content="The open source full-stack geosocial network platform">
<meta name="copyright" content="Stefano Cudini">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kepler.opengeo.tech">
<meta property="og:title" content="KeplerJs">
<meta property="og:description" content="The open source full-stack geosocial network platform">
<meta property="og:image" content="https://kepler.opengeo.tech/images/logo-white-300.png">
<meta name="twitter:card" content="summary_image_large">
<meta name="twitter:site" content="@kepler_js">
<meta name="twitter:title" content="KeplerJs">
<meta name="twitter:description" content="The open source full-stack geosocial network platform">
<meta name="twitter:image" content="images/logo-300.png">
<link rel="apple-touch-icon" sizes="128x128" href="images/logo-app.png">
<link rel="image_src" href="images/logo-300.png" />
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400,700" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">
<a href="index.html"><img class="logo" src="images/logo.svg" />KeplerJs</a>
</h1>
<nav>
<ul>
<li><a href="https://medium.com/keplerjs"><i class="icon icon-news"></i> Blog</a></li>
<li><a href="https://kepler.opengeo.tech/docu/"><i class="icon icon-help"></i> Docs</a></li>
<li><a href="https://github.com/Keplerjs/Kepler"><i class="icon icon-git"></i> Code</a></li>
</ul>
</nav>
<div class="slogan">
<b>The open source full-stack geosocial network platform</b>
</div>
<div class="social">
<a href="https://medium.com/keplerjs" target="_blank"><i class="icon icon-medi"></i></a>
<a href="https://www.facebook.com/KeplerJs" target="_blank"><i class="icon icon-face"></i></a>
<a href="https://twitter.com/Kepler_js" target="_blank"><i class="icon icon-twit"></i></a>
</div>
</header>
</div>
<div class="main-container">
<div id="map"></div>
<section id="principles">
<ul>
<li><i class="prin fullstack"></i> <h4>Fullstack</h4><br />
Developed 100% in JavaScript using <i>MeteorJs</i> fullstack framework and some <i>NodeJs</i> libraries.
</li>
<li><i class="prin realtime"></i> <h4>Realtime</h4><br />
Any event in the platform are automatically transmitted to the users through <i>websockets</i>.
</li>
<li><i class="prin geosocial"></i> <h4>Geosocial</h4><br />
The main user interface is a web map that contains spatial objects representing places and users.
</li>
<li><i class="prin extensible"></i> <h4>Extensible</h4><br />
Development is based on an easily buildable plugins architecture, all features are pluggable
</li>
</ul>
</section>
<div class="main wrapper clearfix">
<article>
<header>
<p>
<b>KeplerJs</b> is a open source <a href="https://en.wikipedia.org/wiki/Geosocial_networking">geosocial</a> general-purpose solution
that lets users share favorite places and join discussions in real-time.
It's a <strong>self hosted</strong> platform where users can interact with other <b>Open Data</b> platforms
<a href="https://www.openstreetmap.org/about">OpenStreetMap</a> among other sources.
</p>
</header>
<section class="showcase">
<img src="media/showcase.png" width="100%" />
</section>
<section id="mission">
<h2>Mission</h2>
<p>
Collecting and georeferencing places on a modern web-mapping interface, describe them accurately, create relationships, sharing
with other users and create a social environment. In addition to creating new places you can import pre-existing objects from
Openstreetmap creating a social layer above it. A place in KeplerJs can be linked to metadata from different sources automatically,
it can be anything that has a geographic location fixed or mobile.
</p>
</section>
<section id="docs">
<h2>Technology</h2>
<p>
KeplerJs can be used as a framework to easily build applications that process geospatial data.
It is fully implemented in Javascript using <a href="https://nodejs.org" target="_blank">Nodejs</a>, the <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API" target="_blank">Websocket</a> technology as a <b>real-time</b> communication channel,
scaffolding and packaging made with <a href="https://www.meteor.com/" target="_blank">Meteor</a>, <a href="https://leafletjs.com/" target="_blank">Leaflet</a> as a base library for web mapping views
and <a href="https://www.mongodb.com/" target="_blank">MongoDB</a> to store any data and external data sources caching.
</p>
<ul>
<li>
<b><a href="https://kepler.opengeo.tech/">Documentation</a></b>
</li>
<li>
<b><a href="https://kepler.opengeo.tech/docu/architecture.html">Architecture</a></b>
</li>
<li>
<b><a href="https://kepler.opengeo.tech/docu/features.html">Features</a></b>
</li>
</ul>
</section>
<section>
<div id="tryitout">
<h2>Try it out</h2>
<p>
Newest tested version is <b class="version"></b>
</p>
<ul>
<li>
<b><a href="https://kepler-demo.opengeo.tech">Online Demo</a></b>
</li>
<li>
<b><a href="https://github.com/Keplerjs/Kepler/releases">Download</a></b>
</li>
<li>
<b><a href="https://kepler.opengeo.tech/docu/quick-start.html">Install</a></b>
</li>
</ul>
</div>
<div id="contribute">
<h2>Contribute</h2>
<p>
Join together other <a href="credits.html" target="_blank">contributors</a>
</p>
<ul>
<li>
<b><a href="https://github.com/Keplerjs/Kepler">Source code</a></b>
</li>
<li>
<b><a href="https://bit.ly/KeplerJsChangelog">Changelog</a></b>
</li>
<li>
<b><a href="https://bit.ly/KeplerJsRoadmap">Roadmap</a></b>
</li>
</ul>
</div>
</section>
<section id="donate">
<h2>Donate</h2>
<p>
Supporting the open source project
</p>
<ul>
<li>
<a class="paypal" target="_blank" href="https://www.paypal.me/stefanocudini"/>Paypal</a>
</li>
</ul>
<h2>Copyright</h2>
<p>
Created by <a href="https://opengeo.tech/stefano-cudini/" target="_blank">Stefano Cudini</a> <a href="https://twitter.com/zakis" target="_blank">@zakis</a>
<br />
Distributed under the <b>BSD-2-Clause</b> License.
</p>
<ul>
<li>
<a href="terms.html">Terms of use</a>
</li>
<li>
<a href="credits.html">Credits</a>
</li>
</ul>
</section>
</article>
<aside id="stats">
<a class="demo" href="https://kepler-demo.opengeo.tech/">kepler-demo.opengeo.tech <b class="version"></b></a>
<small>Real-time demo statistics</small>
<br />
<div class="chartStats" style="height:300px;width:100%"></div>
<div class="chartLegend"></div>
<br />
<div class="chartStats2" style="height:280px;width:100%"></div>
<div class="chartStats3" style="height:180px;width:100%;position:relative;top:-232px;margin-bottom:-200px"></div>
<div class="chartLegend2"></div>
</aside>
<aside class="news">
<a class="twitter-timeline" data-lang="en" data-height="350" data-link-color="#55cc00" href="https://twitter.com/Kepler_JS">Tweets by Kepler_JS</a>
<!-- <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> -->
</aside>
</div> <!-- #main -->
<div class="clearfix">
<!-- <section id="slides">
<img src="media/general.png" />
<img src="media/map.png" />
<img src="media/panel.png" />
<img src="media/pois.png" />
<img src="media/stats_map.png" />
<img src="media/tracks.png" />
</section> -->
<section id="technologies">
<a class="tech meteor" href="https://www.meteor.com/" target="_blank"><span>meteor</span></a>
<a class="tech mongodb" href="https://www.mongodb.com/" target="_blank"><span>mongodb</span></a>
<a class="tech leaflet" href="https://leafletjs.com/" target="_blank"><span>leaflet</span></a>
<a class="tech nodejs" href="https://nodejs.org/" target="_blank"><span>nodejs</span></a>
<a class="tech openstreetmap" href="https://www.openstreetmap.org/#map=15/46.0444/11.1844&layers=C" target="_blank"><span>openstreetmap</span></a>
<!-- <a class="tech jquery" href="https://jquery.com/" target="_blank"><span>jquery</span></a> -->
</section>
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<div class="links">
<ul>
<li><a href="https://medium.com/keplerjs">Blog</a> </li>
<li><a href="https://twitter.com/Kepler_JS">News</a></li>
<li><a href="https://atmospherejs.com/keplerjs">Plugins</a></li>
</ul>
<ul>
<li><a href="https://bit.ly/KeplerJsRoadmap">Roadmap</a>
<li><a href="https://github.com/Keplerjs/Kepler">Sources</a></li>
<li><a href="https://github.com/Keplerjs/Kepler/issues">Issues</a></li>
<!-- <li><a href="https://groups.google.com/d/forum/keplerjs">Discussion</a></li> -->
</ul>
<ul>
<li>
<a class="github-button" href="https://github.com/Keplerjs/Kepler" data-size="large" data-show-count="true" aria-label="Star Keplerjs/KeplerJs on GitHub">GitHub Star</a>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<br />
</li>
<li>
<a href="https://twitter.com/Kepler_JS" class="twitter-follow-button" data-size="large" data-show-count="true">@Kepler_JS</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<br />
<li>
<span class="fb-like" data-href="https://www.facebook.com/KeplerJs" data-layout="button_count" data-action="like" data-size="large" data-show-faces="false" data-share="true"></span>
<span id="fb-root"></span>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.10&appId=133848430551055";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</li>
</ul>
</div>
<div class="copy">
<small>
<a href="mailto:info@kepler.opengeo.tech">info@kepler.opengeo.tech</a>
•
© 2015-2021
<a href="https://opengeo.tech/">Stefano Cudini</a>
•
<a href="terms.html">terms</a>
•
<a href="credits.html">credits</a>
</small>
</div>
</footer>
</div>
<script>
//window.baseUrl = 'http://localhost:4000/api';
</script>
<script src="bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-104501199-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>