Blame view

README.md 1.28 KB
867da4eb   isisadmin   add md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  # DEalEr Provider (DEEP)
  
  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.
  Developed by the [UNISA TEAM](http://www.isislab.it/) for the [ROUTE-TO-PA PROJECT](http://www.routetopa.eu/).
  
  
  ## Table of contents
  
  * [Quick start](#quick-start)
  * [Bugs and feature requests](#bugs-and-feature-requests)
  * [Usage](#usage)
  * [Versioning](#versioning)
  * [Creators](#creators)
  * [Copyright and license](#copyright-and-license)
  
  
  ## Quick start
  
  Clone the repo: `git clone http://service.routetopa.eu:7480/admin/projects/isislab/DEEP`.
  
  ### What's included
  
  Within the download you'll find the following directories and files. You'll see something like this:
  
  ```
  DEEPCLIENT/
  ├── Slim/
  │   ├── ...
  ├── DEEP.php
  ├── controllets.xml
  ├── datalets.xml
  ├── index.php
  └── .htaccess
  ```
  
  ## Bugs and feature requests
  
  Have a bug or a feature request? 
  Send a mail to developers@routetopa.eu
  
  ## Versioning
  v0.1
  
  ## Creators
  UNISA Team - Dipartimento di Informatica - Università degli studi di Salerno - Italy
  
  ## Copyright and license
  
  Code released under [the MIT license](https://opensource.org/licenses/MIT).