Updated README.md

This commit is contained in:
Francesco Mangiacrapa 2019-10-17 11:40:23 +02:00
parent 8df820e974
commit 22930ab328
2 changed files with 36 additions and 4 deletions

23
.project Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ckanext-datesearch</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

View File

@ -1,11 +1,20 @@
# "Filter by year" extension for CKAN
# "Filter by Time" extension for CKAN
## "Description by Time"
This ckan plugin "Filter by year" has been cloned from https://github.com/EUDAT-B2FIND/ckanext-datesearch and updated by * **Francesco Mangiacrapa**
according to the needs of D4science and its communities
## Authors
* **Francesco Mangiacrapa** ([ORCID](https://orcid.org/0000-0002-6528-664X)) Computer Scientist at [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience)
## License
GNU Affero General Public License version 3 (AGPLv3)
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
## Contains external libraries
- [bootstrap-datepicker.js](https://github.com/eternicode/bootstrap-datepicker/), Apache License 2.0
- [Moment.js](http://momentjs.com/), MIT License
## Acknowledgement
Originally started by [Sean Hammond](https://github.com/seanh).
## Originally sources
See at [UDAT-B2FIND](https://github.com/EUDAT-B2FIND/ckanext-datesearch)