Compare commits

...

2 Commits

Author SHA1 Message Date
Alan Orth aa862620d7
README.md: Try a relative link for screenshot.png 2021-03-14 16:15:21 +02:00
Alan Orth f42a83c7ab
Remove Google App Engine config 2021-03-14 16:07:26 +02:00
3 changed files with 1 additions and 33 deletions

View File

@ -1,24 +0,0 @@
# This file specifies files that are *not* uploaded to Google Cloud Platform
# using gcloud. It follows the same syntax as .gitignore, with the addition of
# "#!include" directives (which insert the entries of the given .gitignore-style
# file at that point).
#
# For more information, run:
# $ gcloud topic gcloudignore
#
.gcloudignore
# If you would like to upload your .git directory, .gitignore file or files
# from your .gitignore file, remove the corresponding line
# below:
.git
.gitignore
# Ignores from local project
node_modules
source
*.sqlite
# Python pycache:
__pycache__/
# Ignored by the build system
/setup.cfg

View File

@ -2,7 +2,7 @@
Easy to use, web-based version of the [DSpace CSV Metadata Quality checker](https://github.com/ilri/csv-metadata-quality) application.
<p align="center">
<img width="600" alt="Screenshot of csv-metadata-quality-web on Heroku" src="https://raw.githubusercontent.com/ilri/csv-metadata-quality-web/main/screenshot.png">
<img width="600" alt="Screenshot of csv-metadata-quality-web on Heroku" src="screenshot.png">
</p>
You can try [the hosted version](https://fierce-ocean-30836.herokuapp.com) or host it yourself (see below).

View File

@ -1,8 +0,0 @@
runtime: python39
entrypoint: gunicorn -b :$PORT main:app
handlers:
- url: /static/css/v1
static_dir: static/css/v1
http_headers:
Cache-Control: private