Skip to content

Commit 88a2847

Browse files
committed
Text edits.
1 parent fc3cf48 commit 88a2847

File tree

9 files changed

+45
-30
lines changed

9 files changed

+45
-30
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ For the matching RESTful API you will also need to setup [Evolutility-Server-Nod
3636

3737
## Views
3838

39-
Evolutility's views have a Backbone model (to define the data) and also a UI-model (to define the UI to display the data and interact with it).
39+
Evolutility-UI-jQuery's views have a Backbone model (to define the data) and also a UI-model (to define the UI to display the data and interact with it).
4040

4141
All views for a Backbone model and collection share a single UI-Model which defines of all UI elements across views in a simple declarative way.
4242

43-
Evolutility provides 3 types of views
43+
Evolutility-UI-jQuery provides 3 types of views
4444

4545
* Views for a model: [Browse](#browse), [Edit](#edit), [Mini (quick edit)](#mini), [JSON](#json).
4646
* Views for a collection: [List](#list), [Cards](#cards), [Bubbles](#bubbles), [Charts](#charts).
@@ -364,6 +364,6 @@ The (beginning of a) [documentation](http://evoluteur.github.io/evolutility-ui-j
364364

365365
## License
366366

367-
Copyright (c) 2016 Olivier Giulieri.
367+
Copyright (c) 2017 [Olivier Giulieri](https://evoluteur.github.io/).
368368

369369
Evolutility-UI-jQuery is released under the [MIT license](http://github.com/evoluteur/evolutility-ui-jquery/blob/master/LICENSE.md).

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "evolutility-ui-jquery",
33
"version": "1.2.0",
4-
"copyright": "(c) 2016 Olivier Giulieri",
4+
"copyright": "(c) 2017 Olivier Giulieri",
55
"description": "UI which changes form, volume and structure to adapt to your data (using jQuery, Backbone, and D3.js).",
66
"main": [
7-
"dist/evolutility-ui-jquery.min.js",
8-
"dist/css/evolutility-ui-jquery.min.css"
7+
"dist/evolutility-ui-jquery.js",
8+
"dist/css/evolutility-ui-jquery.css"
99
],
1010
"homepage": "http://evoluteur.github.io/evolutility-ui-jquery/",
11-
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
11+
"authors": "Olivier Giulieri (https://evoluteur.github.io/)",
1212
"dependencies": {
1313
"jquery": "^3.1.1",
1414
"backbone": "^1.3.3",

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1 id="title">Demos</h1>
9595
</div>
9696

9797
</div>
98-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
98+
<div class="footer">&#169; 2017 <a href="https://evoluteur.github.io/">Olivier Giulieri</a></div>
9999

100100
<script>
101101

demo/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 id="title">Test</h1>
4141

4242
<div id="evol" class="">
4343

44-
<p>This app is made to easily test Evolutility. It provides an object which uses all possible field types.</p>
44+
<p>This app is made to easily test Evolutility-UI-jQuery. It provides an object which uses all possible field types.</p>
4545
<h4><a href="#test/list" data-id="test"><img src="pix/color_wheel.png" class="evo-icon-16">Test object</a></h4>
4646

4747
</div>
@@ -67,7 +67,7 @@ <h4><a href="#test/list" data-id="test"><img src="pix/color_wheel.png" class="ev
6767
});
6868

6969
</script>
70-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
70+
<div class="footer">&#169; 2017 Olivier Giulieri</div>
7171
</body>
7272

7373
</html>

doc/controller.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>Controller</h1>
4242

4343
<div class="evo-content2">
4444

45-
<p>Still under construction, Evolutility controller is not the usual "C" in "MVC".
45+
<p>Still under construction, Evolutility-UI-jQuery controller is not the usual "C" in "MVC".
4646
Very likely you will want to write your own (at least for now).
4747
</p>
4848

@@ -81,7 +81,7 @@ <h3>Options</h3>
8181
<p><strong>el</strong>: DOM element to hold the views.</p>
8282
<p><strong>uiModels</strong>: Array of UI-models.</p>
8383
<p><strong>style</strong>: Bootstrap style for panels (possible values: "panel-default" (grey), "panel-primary" (dark blue), "panel-success" (green), "panel-info" (light blue), "panel-warning" (yellow), "panel-danger" (red)).</p>
84-
<p><strong>useRouter</strong>: Set to true for Evolutility to automatically handle routing.</p>
84+
<p><strong>useRouter</strong>: Set to true for Evolutility-UI-jQuery to automatically handle routing.</p>
8585
<p><strong>pageSize</strong>: Page size for list and cards views.</p>
8686

8787
</section>
@@ -189,9 +189,9 @@ <h3>Events</h3>
189189

190190
</section>
191191

192-
<p><br/>evolutility.js at <a href="https://github.com/evoluteur/evolutility-ui-jquery" target="download">GitHub</a></p>
192+
<p><br/>Evolutility-UI-jQuery at <a href="https://github.com/evoluteur/evolutility-ui-jquery" target="download">GitHub</a></p>
193193

194-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
194+
<div class="footer">&#169; 2017 Olivier Giulieri</div>
195195
</div>
196196

197197
</body>

doc/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
</div>
3333

3434
<div class="evo-title2">
35-
<h1>Evolutility Documentation</h1>
35+
<h1>Evolutility-UI-jQuery Documentation</h1>
3636
</div>
3737

3838
<div class="evo-content2 page-docidx">
3939

4040
<section>
4141
<h2>Metadata-driven Web UI for CRUD and more.</h2>
4242

43-
<p>Evolutility provides a set of UI-models driven views which adapt to different data structures.
43+
<p>Evolutility-UI-jQuery provides a set of model-driven views which adapt to different data structures.
4444
For each entity, a single UI-model defines the UI for all views.
4545

4646
</section>
@@ -107,7 +107,7 @@ <h3><a href="controller.html">Controller</a></h3>
107107
</section>
108108
<section>
109109
<h3>Code</h3>
110-
<p>Evolutility is using Javascript, HTML5, CSS3,
110+
<p>Evolutility-UI-jQuery is using Javascript, HTML5, CSS3,
111111
with these open source libraries:
112112
<a href="http://backbonejs.org" target="bb">Backbone.js</a>,
113113
<a href="http://underscorejs.org/" target="u">Underscore.js</a>,
@@ -133,7 +133,7 @@ <h3 class="mt20">The meaning of Evolutility</h3>
133133

134134
<p><br/>Get Evolutility-UI-jQuery at <a href="https://github.com/evoluteur/evolutility-ui-jquery" target="download">GitHub</a></p>
135135

136-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
136+
<div class="footer">&#169; 2017 Olivier Giulieri</div>
137137

138138
</body>
139139

doc/ui-model.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>UI Model</h1>
5757

5858
<div class="evo-content2">
5959

60-
<p>With Evolutility views are fully defined by UI models (rather than hand coded templates and custom Javascript code).</p>
60+
<p>With Evolutility-UI-jQuery views are fully defined by UI models (rather than hand coded templates and custom Javascript code).</p>
6161

6262
<p>For each Backbone model and collection, a single UI model defines all information necessary to render all views associated to that entity.
6363
The UI model maps attributes in the Backbone model to <a href="#field">fields</a> on the screen. It also groups fields into <a href="#panel">panels</a> and panels into <a href="#tab">tabs</a>.
@@ -714,7 +714,7 @@ <h1>tab</h1>
714714
<section>
715715
<h1>Sample UI-model</h1>
716716

717-
<p>See below the UI-model for the "todo app" in <a href="../demo/index.html#todo">Evolutility demo</a>.</p>
717+
<p>See below the UI-model for the "todo app" in <a href="../demo/index.html#todo">Evolutility-UI-jQuery demo</a>.</p>
718718

719719
<iframe style="width:100%;height:300px" src="../models/todo.js"></iframe>
720720

@@ -724,7 +724,7 @@ <h1>Sample UI-model</h1>
724724

725725
<p><br/>Evolutility-UI-jQuery at <a href="https://github.com/evoluteur/evolutility-ui-jquery" target="download">GitHub</a></p>
726726

727-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
727+
<div class="footer">&#169; 2017 Olivier Giulieri</div>
728728
</div>
729729

730730
</body>

doc/views.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ <h1>Views</h1>
7070

7171
<div class="evo-content2">
7272

73-
<p>Evolutility provides a set of Backbone views
73+
<p>Evolutility-UI-jQuery provides a set of Backbone views
7474
for manipulating (viewing, editing, filtering, exporting, importing...) Backbone models and collections.
7575
These views are not defined in templates and custom code
7676
but configured by a <a href="ui-model.html">ui-model</a>.</p>
7777

7878

79-
<p>Evolutility views are of 3 different types:
79+
<p>Evolutility-UI-jQuery views are of 3 different types:
8080

8181
<ul class="evo-links-views links-bih">
8282
<li>Views for <strong>one</strong> model: <a href="#one">Evol.ViewOne</a>
@@ -565,7 +565,7 @@ <h3><i class="glyphicon glyphicon-cloud-upload"></i>&nbsp;Import <span class="vi
565565

566566
</div>
567567
<div style="height:500px"></div>
568-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
568+
<div class="footer">&#169; 2017 Olivier Giulieri</div>
569569
</div>
570570

571571
<script>

index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,22 @@
3131
<div class="evo-logo"><a href="index.html"><span>evol</span>utility<br/>ui-jquery</a></div>
3232
<ul class="evo-head-links">
3333
<li><a href="demo/index.html">demos</a></li>
34+
<li class="evo-link2">
35+
<div class="evo-head-links2">
36+
<div><a href="demo/index.html#todo" data-id="todo">todo</a></div>
37+
<div><a href="demo/index.html#contact" data-id="contact">addressbook</a></div>
38+
<div><a href="demo/index.html#winecellar" data-id="winecellar">wine cellar</a></div>
39+
<div><a href="demo/index.html#comics/cards" data-id="comics">graphic novels</a></div>
40+
</div>
41+
</li>
3442
<li><a href="doc/index.html">doc</a></li>
35-
<li class="spaced"><a href="https://github.com/evoluteur/evolutility-ui-jquery" target="_new">GitHub</a></li>
43+
<li class="spaced">
44+
<a href="https://github.com/evoluteur/evolutility-ui-jquery" target="_new">GitHub</a>
45+
<div class="hideIfSmall">
46+
<br/>
47+
<iframe src="https://ghbtns.com/github-btn.html?user=evoluteur&repo=evolutility-ui-jquery&type=star&count=true&size=small" frameborder="0" scrolling="0" width="170px" height="30px"></iframe>
48+
</div>
49+
</li>
3650
</ul>
3751
<div class="clearfix"></div>
3852
</div>
@@ -50,9 +64,10 @@ <h1 style="color:#BBDEFB;">Views which change form, volume and structure to adap
5064
data of different structures and volumes.
5165
</p>
5266

53-
<p>With Evolutility, views are not defined in Javascript, templates and CSS but configured with ui-models.</p>
67+
<p>With Evolutility-UI-jQuery, views are not defined in Javascript, templates and CSS but configured with ui-models.</p>
68+
69+
<p> &nbsp;</p>
5470

55-
<p>&nbsp;</p>
5671
<h3 class="mt20">Sample views</h3>
5772

5873
<div id="evol-views-params" class="demo-controls">
@@ -93,7 +108,7 @@ <h3 class="mt20">Sample views</h3>
93108

94109
<div id="evol1"></div>
95110

96-
<p><br>If you are wondering, No, I didn't write 40 templates (10 views for 4 entities = 40 views) for the demo above. I only wrote 4 ui-models, Evolutility is doing the rest.</p>
111+
<p><br>If you are wondering, No, I didn't write 40 templates (10 views for 4 entities = 40 views) for the demo above. I only wrote 4 ui-models, Evolutility-UI-jQuery is doing the rest.</p>
97112

98113
</section>
99114

@@ -141,7 +156,7 @@ <h3 class="mt20">UI model to configure the views</h3>
141156
<section>
142157

143158
<h3 class="mt20">Documentation</h3>
144-
<p>Learn more about <a href="doc/ui-model.html">Evolutility UI-models</a> and <a href="doc/views.html">generic Views</a>.</p>
159+
<p>Learn more about <a href="doc/ui-model.html">UI-models</a> and <a href="doc/views.html">generic Views</a>.</p>
145160

146161
</section>
147162
<section>
@@ -165,7 +180,7 @@ <h3 class="mt20">The meaning of Evolutility</h3>
165180

166181
</div>
167182

168-
<div class="footer">&#169; 2016 Olivier Giulieri</div>
183+
<div class="footer">&#169; 2017 <a href="https://evoluteur.github.io/">Olivier Giulieri</a></div>
169184
<script>
170185

171186
$(document).ready(function(){

0 commit comments

Comments
 (0)