forked from evoluteur/evolutility-ui-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·75 lines (60 loc) · 3.01 KB
/
Copy pathindex.html
File metadata and controls
executable file
·75 lines (60 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="../dist/css/vendors.min.css" rel="stylesheet"/>
<link href="../dist/css/demo.css" rel="stylesheet"/>
<link href="../dist/css/evolutility.css" rel="stylesheet"/>
<title>Evolutility Documentation</title>
</head>
<body>
<div class="evo-header">
<div class="evo-logo"><a href="../index.html"><span>evol</span>utility<span>.js</span></a></div>
<ul class="evo-head-links">
<li><a href="../demo/index.html">demo</a></li>
<li><a href="../doc/index.html" class="sel">doc</a></li>
<li class="evo-link2">
<ul class="evo-head-links2">
<li><a href="views.html">views</a></li>
<li><a href="ui-model.html">ui-model</a></li>
<li><a href="controller.html">controller</a></li>
</ul>
</li>
<li class="spaced"><a href="https://github.com/evoluteur/evolutility" target="_new">GitHub</a></li>
</ul>
<div class="clearfix"></div>
</div>
<div class="evo-title2">
<h1>Documentation</h1>
</div>
<div class="evo-content">
<h2>UI models for your Backbone models</h2>
<p>Backbone.js gives models to your data.
Evolutility.js gives UI-models to your models.</p>
<ul class="biglinks">
<li><a href="views.html">Views</a>
<br/>A set of generic Backbone views to browse, edit, filter, export and chart Backbone models and collections of different data structures.</li>
<li><a href="ui-model.html">UI-Models</a>
<br/>A declarative language to configure the views and map fields on screen to attributes in your Backbone models.</li>
<li><a href="controller.html">Controller</a>
<br/>A controller and a toolbar to manage the views and make them act together as a Single Page App.</li>
</ul>
<p><br></p>
<p>Evolutility is using Javascript, HTML5, CSS3,
with these open source libraries:
<a href="http://backbonejs.org" target="bb">Backbone</a>,
<a href="http://underscorejs.org/" target="u">Underscore</a>,
<a href="http://jquery.com" target="jq">jQuery</a>,
<a href="http://getbootstrap.com/" target="b">Bootstrap</a>,
and some UI widgets: <a href="http://ivaynberg.github.io/select2/" target="s2">Select2</a>,
<a href="http://eternicode.github.io/bootstrap-datepicker/" target="bdp">bootstrap-datepicker</a>.
</p>
<p>The code is available at <a href="https://github.com/evoluteur/evolutility" target="download">GitHub</a> under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="agpl">AGPL V3</a> license.</p>
<p></p>
<p><br/>evolutility.js at <a href="https://github.com/evoluteur/evolutility" target="download">GitHub</a></p>
</div>
<div class="footer">© 2015 Olivier Giulieri</div>
</body>
</html>