Commit dbad0ebabafc0d0381a2c8303e7af0e610775822

Authored by Luigi Serra
2 parents abeb4a17 52bc9a04

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

Showing 1 changed file with 20 additions and 41 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
... ... @@ -8,8 +8,6 @@ COMPONENTS is a repositiory of datalet and controllet, maintained by the [UNISA
8 8 * [Quick start](#quick-start)
9 9 * [Bugs and feature requests](#bugs-and-feature-requests)
10 10 * [Documentation](#documentation)
11   -* [Contributing](#contributing)
12   -* [Community](#community)
13 11 * [Versioning](#versioning)
14 12 * [Creators](#creators)
15 13 * [Copyright and license](#copyright-and-license)
... ... @@ -17,59 +15,40 @@ COMPONENTS is a repositiory of datalet and controllet, maintained by the [UNISA
17 15  
18 16 ## Quick start
19 17  
20   -Several quick start options are available:
21   -
22   -* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
23   -* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
  18 +Clone the repo: `git clone http://service.routetopa.eu:7480/WebCompDev/COMPONENTS.git`.
24 19  
25 20 ### What's included
26 21  
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:
  22 +Within the download you'll find the following directories and files. You'll see something like this:
28 23  
29 24 ```
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
  25 +COMPONENTS/
  26 +├── bower_components/
  27 +│ ├── ...
  28 +├── controllets/
  29 +│ ├── ...
  30 +│ └── ...
  31 +├── datalets/
  32 +│ ├── ...
  33 +│ └── ...
  34 +└── docs/
  35 + ├── docs.html
49 36 ```
50 37  
51   -
52 38 ## Bugs and feature requests
53 39  
54   -Have a bug or a feature request?
  40 +Have a bug or a feature request?
  41 +Send a mail to developers@routetopa.eu
55 42  
56 43 ## Documentation
57 44  
58   -COMPONENTS documentation.
59   -
60   -### Running documentation locally
61   -
62   -### Documentation for previous releases
63   -
64   -## Contributing
65   -
66   -## Community
67   -
68   -Get updates on COMPONENTS's development and chat with the project maintainers and community members.
  45 +Every datalet/controllet has a doc.html file in datalet/controllet root directory
69 46  
70 47 ## Versioning
  48 +v0.1
71 49  
72 50 ## Creators
  51 +UNISA Team - Dipartimento di Informatica - Università degli studi di Salerno - Italy
73 52  
74 53 ## Copyright and license
75 54  
... ...