-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·246 lines (242 loc) · 9.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="deepjs, javascript tools for better programming.">
<meta name="keywords" content="deepjs,javascript,AOP,promise,tools,framework,views,restful,app">
<meta name="author" content="Gilles Coomans">
<title>deepjs - tools for better programming</title>
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<!-- Bootstrap Core CSS -->
<link href="libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="libs/github-fork-ribbon-css/gh-fork-ribbon.css" />
<link rel="stylesheet" href="js/highlight/styles/github.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="libs/github-fork-ribbon-css/gh-fork-ribbon.ie.css" />
<![endif]-->
<link href="css/style.css" rel="stylesheet">
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<div class="github-fork-ribbon-wrapper right-bottom">
<div class="github-fork-ribbon">
<a href="https://github.com/deepjs/deepjs.github.io">fork me on GitHub</a>
</div>
</div>
<!-- Intro Section -->
<section id="intro" class="intro-section">
<div class="container">
<div class="row">
<div>
<div class="col-lg-12">
<img src="img/deepjs-white128.png" width="97" height="97">
<h1 class="logo logo-lg">deepjs</h1>
<div class="baseline">tools for better programming.</div>
</div>
<div class="col-lg-12">
<div class="dp-try">
deep.when("world").log("hello :");
</div>
<br>
<a class="page-scroll" href="#generics">
<i class="fa fa-arrow-circle-down glyphicon-md"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="generics" class="generics-section">
<div class="container">
<!-- Introduction Row -->
<div class="row">
<div class="col-lg-12">
<div class="circle">1</div>
<h3 class="logo color-1"><a href="https://github.com/deepjs/deepjs">deepjs core</a></h3>
<p> is a namespace that <span class="color-1">gathers</span> and <span class="color-1">links</span> nicely a bunch of <span class="color-1">atomic</span> and <span class="color-1">generic</span> powerful libraries.
<br>Each of them could be used <span class="color-1">independently</span>, or <span class="color-1">together</span> where they release all their <span class="color-1">potential</span>.
<br>Really useful and unobstrusive, they could be used anywhere for any kind of project.</p>
</div>
</div>
<!-- Team Members Row -->
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/nomocas/decompose">
<i class="fa fa-bullseye glyphicon-lg"> </i>
<h3>decompose</h3>
<p>function forgery tools</p>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-promise">
<i class="fa fa-chain glyphicon-lg"> </i>
<h3>promise & context</h3>
<p>asynchrone & concurrent programming</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-protocols">
<i class="fa fa-envelope glyphicon-lg"> </i>
<h3>protocols</h3>
<p>abstract resource locators</p>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-compiler">
<i class="fa fa-align-center glyphicon-lg"> </i>
<h3>compiler, flatten & classes</h3>
<p>inheritance and specialisation</p>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-nodes">
<i class="fa fa-share-alt-square glyphicon-lg"> </i>
<h3>nodes, query & traversal</h3>
<p>objects properties selection & handeling</p>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-ocm">
<i class="fa fa-cubes glyphicon-lg"> </i>
<h3>modes & ocm</h3>
<p>manage who, where & how</p>
</a>
</div>
<div class="bottom-border"> </div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 lib-cell">
</div>
</div>
<div class="text-center">
<a href="https://github.com/deepjs/deepjs">
<i class="fa fa-plus glyphicon-lg"></i> <i class="fa fa-connectdevelop glyphicon-lg"></i>
<h3 class="logo color-1">deepjs addons</h3>
<p>cross modules tools definition</p>
</a>
</div>
<br>
<br>
<br>
<a class="page-scroll" href="#getting-started">
<i class="fa fa-arrow-circle-down glyphicon-md"></i>
</a>
<!-- /.container -->
</section>
<!-- Services Section -->
<section id="getting-started" class="getting-started-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="logo">getting started</h1>
<br>
<p>To install last version of deepjs core :</p>
<div class="code-box">> npm install --save deepjs</div>
<p>or</p>
<div class="code-box">> bower install --save deepjs</div>
<br>
<br>
<p>To get a fully workable example on how it's loaded in a web page : </p>
<div class="code-box">> git clone https://gitub.com/deepjs/deepjs.github.io
<br>> npm install
<br>> bower install
<br>> gulp serve</div>
<br>
<p>More info soon.</p>
<br>
<br>
</div>
</div>
</div>
<a class="page-scroll" href="#autobahnjs">
<i class="fa fa-arrow-circle-down glyphicon-md"></i>
</a>
</section>
<!-- Autobahn Section -->
<section id="autobahnjs" class="autobahnjs-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="circle">2</div>
<h3 class="logo">deepjs as a framework</h3>
<p>Based on deepjs core, four <span class="color-1">perfectly isomorphic</span> libraries, where each could also be used
<br> <span class="color-1">independently or together</span>, has been developped to form a powerful <span class="color-1">modern web app framework</span>.</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-views">
<i class="fa fa-camera-retro glyphicon-lg"> </i>
<h3>views</h3>
<p>controlers and directives</p>
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-restful">
<i class="fa fa-bolt glyphicon-lg"> </i>
<h3>restful</h3>
<p>at your service</p>
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-routes">
<i class="fa fa-code-fork glyphicon-lg"> </i>
<h3>routes</h3>
<p>inversion of controls on structured map</p>
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12 lib-cell">
<a href="https://github.com/deepjs/deep-app">
<i class="fa fa-rocket glyphicon-lg"> </i>
<h3>app</h3>
<p>how run nicely all together</p>
</a>
</div>
</div>
<div class="bottom-border"> </div>
<br>
<br>
<div class="text-center">
<i class="fa fa-question glyphicon-lg"></i>
<h3 class="logo">How-To</h3>
<p>Yeoman generators are coming soon.</p>
</div>
</div>
</section>
<!-- footer -->
<footer class="footer">
<p>Simply made with <strong>love</strong>.</p>
<p><strong>deepjs</strong> is copyright ©2015 Gilles Coomans, MIT Open Source License.</p>
</footer>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="libs/jquery/dist/jquery.min.js"></script>
<script src="libs/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="libs/jquery-easing/jquery.easing.min.js"></script>
<script src="js/highlight/highlight.pack.js"></script>
<script src="js/ace-builds-1.1.9/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
<script data-main="js/main.js" src="libs/require-min.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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-63376159-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>