TETHYS - Data Publisher for Geoscience Austria is a digital data library and a data publisher for earth system science. Data can be georeferenced in time (date/time) and space (latitude, longitude, depth/height). Please watch our website - www.tethys.at https://data.tethys.at/
Go to file
Arno Kaimbacher 7d1406ee5c - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods.
-  Use Laravel Carbon: Laravel provides an Illuminate\Support\Carbon class which wraps the underlying Carbon class. By using this class, you gain access to some additional testing methods and create separation between your code and underlying dependencies.
2022-08-12 07:53:27 +00:00
.vscode my changes 2020-06-10 21:09:10 +02:00
app - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
bootstrap add publish module 2020-06-10 21:09:10 +02:00
config - laravel framework upgrade frpm 7.x to 8. see also: https://laravel.com/docs/8.x/upgrade#assert-exact-json-method 2022-08-10 11:18:10 +02:00
database - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
docs - composer updates 2020-06-10 21:09:31 +02:00
public - laravel framework upgrade frpm 7.x to 8. see also: https://laravel.com/docs/8.x/upgrade#assert-exact-json-method 2022-08-10 11:18:10 +02:00
resources - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
routes - Form Request array syntax: Convert pipe (|) delimited validation rules from strings into an array of validation rules while using Laravel Rule objects where available 2022-08-12 06:52:06 +00:00
storage - new frontend style 2020-06-10 21:09:23 +02:00
tests - getMetadataForDoi and updateMetadataForDoi in DoiClient.php 2021-03-01 16:04:02 +01:00
.babelrc - npm updates 2021-05-11 16:37:38 +02:00
.env.example - set relative url in solr search 2020-07-23 17:02:26 +02:00
.gitattributes initial commit 2020-06-10 21:04:18 +02:00
.gitignore - unique keywords 2020-06-10 21:09:27 +02:00
artisan my changes 2020-06-10 21:09:10 +02:00
composer.json - composer remove fideloper/proxy; use use Illuminate\Http\Middleware\TrustProxies in TrustProxies middlewar; 2022-08-11 18:25:28 +02:00
composer.lock - composer remove fideloper/proxy; use use Illuminate\Http\Middleware\TrustProxies in TrustProxies middlewar; 2022-08-11 18:25:28 +02:00
doi_notes.txt - add ui for editor for publishing dois 2021-05-18 13:17:29 +02:00
LICENSE - add LICENSE file 2020-06-15 17:56:40 +02:00
package-lock.json - npm updates for javascript libraries 2022-08-05 10:11:17 +02:00
package.json - npm updates for javascript libraries 2022-08-05 10:11:17 +02:00
phpspec.yml initial commit 2020-06-10 21:04:18 +02:00
phpunit.xml - DOI implementation wit unit testing 2021-02-26 17:02:07 +01:00
readme.md - composer updates 2020-07-14 14:40:02 +02:00
server.php my changes 2020-06-10 21:09:10 +02:00
solr.xslt - solr.xslt autor and author_sort are now sorted by @SortOrder 2020-10-01 18:38:31 +02:00
Tethys.code-workspace - DOI implementation wit unit testing 2021-02-26 17:02:07 +01:00
tsconfig.json - tsconfig.json with files 2020-06-10 21:09:28 +02:00
webpack.mix.js - add alias_url ind config/app.php 2021-06-01 17:32:19 +02:00

tethys TETHYS

TETHYS - Data Publisher for Geoscience Austria is a digital data library and a data publisher for earth system science. Data can be georeferenced in time (date/time) and space (latitude, longitude, depth/height).
Please watch our website - www.tethys.at


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

Follow the installation instructions step by step: installation manual

Also check the official laravel installation guide for server requirements before you start. Official Documentation

Versioning

For the versions available, see the tags on this repository.

Authors

  • Arno Kaimbacher - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the license file for details