Commit c71f7df88ab5ac9f5b418cad066404e1a66e1bfd

Authored by isisadmin
1 parent 5e6ba8af

update

Showing 1 changed file with 20 additions and 29 deletions
README.md
1   -# [COMPONENTS](http://www.routetopa.eu)
  1 +# [COMPONENTS]
2 2  
3   -COMPONENTS is a repositiory of datalet and controllet, maintained by the [UNISA TEAM](http://www.isislab.it/) for the ROUTE-TO-PA PROJECT.
  3 +COMPONENTS is a repositiory of datalet and controllet, maintained by the [UNISA TEAM](http://www.isislab.it/) for the [ROUTE-TO-PA PROJECT](http://www.routetopa.eu/).
4 4  
5 5  
6 6 ## Table of contents
... ... @@ -24,52 +24,43 @@ Several quick start options are available:
24 24  
25 25 ### What's included
26 26  
27   -Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
  27 +Within the download you'll find the following directories and files. You'll see something like this:
28 28  
29 29 ```
30   -bootstrap/
31   -├── css/
32   -│ ├── bootstrap.css
33   -│ ├── bootstrap.css.map
34   -│ ├── bootstrap.min.css
35   -│ ├── bootstrap.min.css.map
36   -│ ├── bootstrap-theme.css
37   -│ ├── bootstrap-theme.css.map
38   -│ ├── bootstrap-theme.min.css
39   -│ └── bootstrap-theme.min.css.map
40   -├── js/
41   -│ ├── bootstrap.js
42   -│ └── bootstrap.min.js
43   -└── fonts/
44   - ├── glyphicons-halflings-regular.eot
45   - ├── glyphicons-halflings-regular.svg
46   - ├── glyphicons-halflings-regular.ttf
47   - ├── glyphicons-halflings-regular.woff
48   - └── glyphicons-halflings-regular.woff2
  30 +COMPONENTS/
  31 +├── bower_components/
  32 +│ ├── ...
  33 +├── controllets/
  34 +│ ├── ...
  35 +│ └── ...
  36 +├── datalets/
  37 +│ ├── ...
  38 +│ └── ...
  39 +└── docs/
  40 + ├── docs.html
49 41 ```
50 42  
51   -
52 43 ## Bugs and feature requests
53 44  
54   -Have a bug or a feature request?
  45 +Have a bug or a feature request?
  46 +Send a mail to developers@routetopa.eu
55 47  
56 48 ## Documentation
57 49  
58   -COMPONENTS documentation.
59   -
60   -### Running documentation locally
61   -
62   -### Documentation for previous releases
  50 +Every datalet/controllet has a doc.html file in datalet/controllet root directory
63 51  
64 52 ## Contributing
65 53  
  54 +
66 55 ## Community
67 56  
68 57 Get updates on COMPONENTS's development and chat with the project maintainers and community members.
69 58  
70 59 ## Versioning
  60 +v0.1
71 61  
72 62 ## Creators
  63 +UNISA Team - Dipartimento di Informatica - Università degli studi di Salerno - Italy
73 64  
74 65 ## Copyright and license
75 66  
... ...