-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (35 loc) · 3.01 KB
/
index.html
File metadata and controls
52 lines (35 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>The Plotter Project</title>
<link rel="stylesheet" type="text/css" href="styles/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/fontawesome/css/font-awesome.min.css">
<link href="styles/styles.css" rel="stylesheet" />
</head>
<body>
<h1><img class="plotter-logo" src="css/images/Logo-Shiny.jpg"></img> The Plotter Project</h1>
<p class="lead">Modular set of open source tools and supporting community for building future-proof, lightweight, extensible spatial information systems that can be deployed to desktop apps (on windows, mac, and linux), websites, and mobile apps (on iOS, Android, Windows Phone, and other mobile platforms)</p>
<h2><a href="https://github.com/plotter/id-tools#id-tools" target="_blank">id-tools</a></h2>
<p class="lead">tools for providing authentication and role-based authorization within applications</p>
<h2><a href="https://github.com/plotter/schema-tools#schema-tools" target="_blank">schema-tools</a></h2>
<p class="lead">tools for managing application data schema across and within data sources</p>
<h2><a href="https://github.com/plotter/pak-tools#pak-tools" target="_blank">pak-tools</a></h2>
<p class="lead">tools for managing extensible *paks* of functionality within an application</p>
<h2><a href="https://github.com/plotter/data-tools#data-tools" target="_blank">data-tools</a></h2>
<p class="lead">tools for managing data sources</p>
<h2><a href="https://github.com/plotter/file-tools#file-tools" target="_blank">file-tools</a></h2>
<p class="lead">tools for managing (virtualized) public and private folders and files</p>
<h2><a href="https://github.com/plotter/map-tools#map-tools" target="_blank">map-tools</a></h2>
<p class="lead">tools for building and extending spatial visualization and analysis with a plugin model for incorporating Leaflet, ESRI, Google, Bing and other GIS technologies</p>
<h2><a href="https://github.com/plotter/search-tools#search-tools" target="_blank">search-tools</a></h2>
<p class="lead">tools for creating, editing, and running structured and unstructured (and optionally spatial) data searches</p>
<h2><a href="https://github.com/plotter/chart-tools#chart-tools" target="_blank">chart-tools</a></h2>
<p class="lead">tools for creating interactive, animated data visuals supporting a wide variety of chart types</p>
<h2><a href="https://github.com/plotter/video-tools#video-tools" target="_blank">video-tools</a></h2>
<p class="lead">tools for authoring, managing, and viewing remixed web video, audio and images in *mashups*. drag and drop content from the web and add comments and links</p>
<h2><a href="https://github.com/plotter/three-d-tools#three-d-tools" target="_blank">three-d-tools</a></h2>
<p class="lead">tools for authoring, editing, managing, and displaying webgl 3d content</p>
<script src="scripts/jquery/dist/jquery.js"></script>
<script src="scripts/bootstrap/dist/js/bootstrap.min.js"></script>
</body>