Skip to content

Commit f99c4f8

Browse files
committed
Text edits.
1 parent 13dadcb commit f99c4f8

File tree

5 files changed

+23
-21
lines changed

5 files changed

+23
-21
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ By default, Evolutility-UI-jQuery is configured use localStorage for storing dat
3030
- run Grunt (to rebuild evolutility-ui-jquery.js (or evolutility-ui-jquery.min.js),
3131
- move the app to a web server.
3232

33+
```bash
34+
# To rebuild the project
35+
cd evolutility-ui-jquery
36+
bower install
37+
grunt
38+
```
39+
3340
For the matching RESTful API you will also need to setup [Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node).
3441

3542

@@ -348,20 +355,15 @@ Javascript, HTML5, CSS3,
348355

349356
Note: For convenience, all dependencies are minified together in a single file "dependencies.min.js". The dependencies list is specified in "Gruntfile.js".
350357

358+
The React alternative:
359+
[Evolutility-UI-React](https://github.com/evoluteur/evolutility-ui-react)
360+
351361
## Documentation
352362

353363
The (beginning of a) [documentation](http://evoluteur.github.io/evolutility-ui-jquery/doc/index.html) is in progress: [ui-models](http://evoluteur.github.io/evolutility-ui-jquery/doc/ui-model.html) and [views](http://evoluteur.github.io/evolutility-ui-jquery/doc/views.html).
354364

355-
## Other implementations of Evolutility
356-
357-
[Evolutility-UI-React](https://github.com/evoluteur/evolutility-ui-react) - Model-driven Web UI for CRUD using React.
358-
359-
[Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node) - RESTful Micro-ORM for CRUD and more, written in Javascript, using Node.js, Express, and Postgres.
360-
361-
[Evolutility](http://www.evolutility.org) - Lightweight CRUD framework for heavy lifting with ASP.net and Microsoft SQL-Server.
362-
363365
## License
364366

365-
Copyright (c) 2017 [Olivier Giulieri](https://evoluteur.github.io/).
367+
Copyright (c) 2019 [Olivier Giulieri](https://evoluteur.github.io/).
366368

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

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "evolutility-ui-jquery",
33
"version": "1.2.2",
4-
"copyright": "(c) 2017 Olivier Giulieri",
5-
"description": "UI which changes form, volume and structure to adapt to your data (using jQuery, Backbone, and D3.js).",
4+
"copyright": "(c) 2019 Olivier Giulieri",
5+
"description": "Set of model-driven views list, browse, edit, and chart your data (using jQuery, Backbone, and D3.js).",
66
"main": [
77
"dist/evolutility-ui-jquery.js",
88
"dist/css/evolutility-ui-jquery.css"

demo/index.html

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

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

9898
<script>
9999

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<title>Evolutility-UI-jQuery</title>
99
<meta name="description" content="Evolutility-UI-jQuery :: Views which adapt to your data by changing form, volume and structure." /></head>
10-
<meta name="keywords" content="UI Backbone model view open source metadata driven SPA single page app application generic MDDA MDA CRUD framework Bootstrap" />
10+
<meta name="keywords" content="low-code UI Backbone model MVC open source metadata driven SPA single page app application generic MDDA MDA CRUD framework Bootstrap" />
1111

1212
<link id="bwCSS" href="dist/css/dependencies.min.css" rel="stylesheet" />
1313
<link href="dist/css/demo.css" rel="stylesheet" />
@@ -54,17 +54,17 @@
5454
<div class="evo-content page-index">
5555

5656
<section id="s-splash">
57-
<h1 class="titleindex">Evolutility<br/>UI-jQuery</nobr> <span class="version">1.2.2</span></h1>
58-
<h1 style="color:#BBDEFB;">Views which change form, volume and structure to adapt to your data.</h1>
57+
<h1 class="titleindex">Evolutility-UI-jQuery</nobr></h1>
58+
<h1 style="color:#BBDEFB;">A set of model-driven views to list, browse, edit, and chart data.</h1>
5959
</section>
6060

6161
<section id="s-intro">
62-
<p>Evolutility-UI-jQuery provides a set of generic Views ("V" as in "MVC") to
62+
<p>Evolutility-UI-jQuery (currently v1.2.2) provides a set of generic Views ("V" as in "MVC") to
6363
browse, edit, filter, export and chart
6464
data of different structures and volumes.
6565
</p>
6666

67-
<p>With Evolutility-UI-jQuery, views are not defined in Javascript, templates and CSS but configured with ui-models.</p>
67+
<p>With Evolutility-UI-jQuery, views are not hand-coded in Javascript, HTML templates, and CSS but configured with ui-models.</p>
6868

6969
<p> &nbsp;</p>
7070

@@ -180,7 +180,7 @@ <h3 class="mt20">The meaning of Evolutility</h3>
180180

181181
</div>
182182

183-
<div class="footer">&#169; 2017 <a href="https://evoluteur.github.io/">Olivier Giulieri</a></div>
183+
<div class="footer">&#169; 2019 <a href="https://evoluteur.github.io/">Olivier Giulieri</a></div>
184184
<script>
185185

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"grunt-sass": "^2.0.0"
2727
},
2828
"keywords": [
29+
"low-code",
2930
"model",
3031
"metadata",
3132
"UI",
3233
"forms",
3334
"CRUD",
3435
"Backbone",
35-
"web",
3636
"MDA",
3737
"javascript",
38-
"low-code",
39-
"forms"
38+
"forms",
39+
"MVC"
4040
]
4141
}

0 commit comments

Comments
 (0)