This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"language": "en", | |
"title": "Paris Data", | |
"description": "City of Paris Open Data portal", | |
"homepage": "http://opendata.paris.fr/", | |
"modified": "2016-03-04T13:44:44+00:00", | |
"conformsTo": "https://example.com/v1.0/schema", | |
"number_of_datasets": 176, | |
"publisher":{ | |
"name": "City of Paris", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Implements a Solr proxy. | |
* | |
* Currently requires json_decode which is bundled with PHP >= 5.2.0. | |
* | |
* You must download the SolrPhpClient and store it in the same directory as this file. | |
* |