Commit bccd4361414b6d4e7a3040aceaf7e60cf9f8458a

Authored by Luigi Serra
2 parents 293da0d3 867da4eb

Merge branch 'master' of http://service.routetopa.eu:7480/isislab/DEEP

Showing 1 changed file with 49 additions and 0 deletions
README.md 0 → 100644
  1 +# DEalEr Provider (DEEP)
  2 +
  3 +The Dealer provider (DEEP) is a RESTful web service written in PHP. It make available a public discovery service that retrieve all the Datalet available into the system and a service call that provide a specific Datalet.
  4 +Developed by the [UNISA TEAM](http://www.isislab.it/) for the [ROUTE-TO-PA PROJECT](http://www.routetopa.eu/).
  5 +
  6 +
  7 +## Table of contents
  8 +
  9 +* [Quick start](#quick-start)
  10 +* [Bugs and feature requests](#bugs-and-feature-requests)
  11 +* [Usage](#usage)
  12 +* [Versioning](#versioning)
  13 +* [Creators](#creators)
  14 +* [Copyright and license](#copyright-and-license)
  15 +
  16 +
  17 +## Quick start
  18 +
  19 +Clone the repo: `git clone http://service.routetopa.eu:7480/admin/projects/isislab/DEEP`.
  20 +
  21 +### What's included
  22 +
  23 +Within the download you'll find the following directories and files. You'll see something like this:
  24 +
  25 +```
  26 +DEEPCLIENT/
  27 +├── Slim/
  28 +│ ├── ...
  29 +├── DEEP.php
  30 +├── controllets.xml
  31 +├── datalets.xml
  32 +├── index.php
  33 +└── .htaccess
  34 +```
  35 +
  36 +## Bugs and feature requests
  37 +
  38 +Have a bug or a feature request?
  39 +Send a mail to developers@routetopa.eu
  40 +
  41 +## Versioning
  42 +v0.1
  43 +
  44 +## Creators
  45 +UNISA Team - Dipartimento di Informatica - Università degli studi di Salerno - Italy
  46 +
  47 +## Copyright and license
  48 +
  49 +Code released under [the MIT license](https://opensource.org/licenses/MIT).
0 50 \ No newline at end of file
... ...