From 0f5265360feea6843b95d8eb21b3f1a46f87a4fb Mon Sep 17 00:00:00 2001 From: angeliki Date: Wed, 25 Sep 2024 11:42:53 +0000 Subject: [PATCH] first commit from new server --- .DS_Store | Bin .gitignore | 1 + Dockerfile | 0 README.md | 0 app/.DS_Store | Bin app/LICENSE.md | 0 app/extractText.py | 0 app/getannot.py | 0 app/static/.DS_Store | Bin .../fonts/metaaccanthisalternate-webfont.woff | Bin .../fonts/metaaccanthisalternate-webfont.woff2 | Bin app/static/img/audio.png | Bin app/static/img/hangout.png | Bin app/static/img/me.png | Bin app/static/img/mosquito.png | Bin app/static/img/text.png | Bin app/static/js/jquery-3.3.1.min.js | 0 app/static/js/jquery.min.js | 0 app/static/js/leaflet-knn.min.js | 0 app/static/js/leaflet.css | 0 app/static/js/leaflet.geometryutil.js | 0 app/static/js/leaflet.js | 0 app/static/js/libmp3lame.min.js | 0 app/static/js/mp3Worker.js | 0 app/static/js/mp3recorder.js | 0 app/static/js/recorderToMp3.js | 0 app/static/js/recorderWorker.js | 0 app/templates/_formhelpers.html | 0 app/test.txt | 0 init_db.sh | 0 main.py | 0 requirements.txt | 0 start.sh | 0 uwsgi.ini | 0 34 files changed, 1 insertion(+) mode change 100644 => 100755 .DS_Store mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 README.md mode change 100644 => 100755 app/.DS_Store mode change 100644 => 100755 app/LICENSE.md mode change 100644 => 100755 app/extractText.py mode change 100644 => 100755 app/getannot.py mode change 100644 => 100755 app/static/.DS_Store mode change 100644 => 100755 app/static/fonts/metaaccanthisalternate-webfont.woff mode change 100644 => 100755 app/static/fonts/metaaccanthisalternate-webfont.woff2 mode change 100644 => 100755 app/static/img/audio.png mode change 100644 => 100755 app/static/img/hangout.png mode change 100644 => 100755 app/static/img/me.png mode change 100644 => 100755 app/static/img/mosquito.png mode change 100644 => 100755 app/static/img/text.png mode change 100644 => 100755 app/static/js/jquery-3.3.1.min.js mode change 100644 => 100755 app/static/js/jquery.min.js mode change 100644 => 100755 app/static/js/leaflet-knn.min.js mode change 100644 => 100755 app/static/js/leaflet.css mode change 100644 => 100755 app/static/js/leaflet.geometryutil.js mode change 100644 => 100755 app/static/js/leaflet.js mode change 100644 => 100755 app/static/js/libmp3lame.min.js mode change 100644 => 100755 app/static/js/mp3Worker.js mode change 100644 => 100755 app/static/js/mp3recorder.js mode change 100644 => 100755 app/static/js/recorderToMp3.js mode change 100644 => 100755 app/static/js/recorderWorker.js mode change 100644 => 100755 app/templates/_formhelpers.html mode change 100644 => 100755 app/test.txt mode change 100644 => 100755 init_db.sh mode change 100644 => 100755 main.py mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 start.sh mode change 100644 => 100755 uwsgi.ini diff --git a/.DS_Store b/.DS_Store old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index e7c7b2a..9d27ebd --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ pyrqlite/ whoosh/ sqlalchemy-rqlite/ rqlite* +venv/ diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/app/.DS_Store b/app/.DS_Store old mode 100644 new mode 100755 diff --git a/app/LICENSE.md b/app/LICENSE.md old mode 100644 new mode 100755 diff --git a/app/extractText.py b/app/extractText.py old mode 100644 new mode 100755 diff --git a/app/getannot.py b/app/getannot.py old mode 100644 new mode 100755 diff --git a/app/static/.DS_Store b/app/static/.DS_Store old mode 100644 new mode 100755 diff --git a/app/static/fonts/metaaccanthisalternate-webfont.woff b/app/static/fonts/metaaccanthisalternate-webfont.woff old mode 100644 new mode 100755 diff --git a/app/static/fonts/metaaccanthisalternate-webfont.woff2 b/app/static/fonts/metaaccanthisalternate-webfont.woff2 old mode 100644 new mode 100755 diff --git a/app/static/img/audio.png b/app/static/img/audio.png old mode 100644 new mode 100755 diff --git a/app/static/img/hangout.png b/app/static/img/hangout.png old mode 100644 new mode 100755 diff --git a/app/static/img/me.png b/app/static/img/me.png old mode 100644 new mode 100755 diff --git a/app/static/img/mosquito.png b/app/static/img/mosquito.png old mode 100644 new mode 100755 diff --git a/app/static/img/text.png b/app/static/img/text.png old mode 100644 new mode 100755 diff --git a/app/static/js/jquery-3.3.1.min.js b/app/static/js/jquery-3.3.1.min.js old mode 100644 new mode 100755 diff --git a/app/static/js/jquery.min.js b/app/static/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/app/static/js/leaflet-knn.min.js b/app/static/js/leaflet-knn.min.js old mode 100644 new mode 100755 diff --git a/app/static/js/leaflet.css b/app/static/js/leaflet.css old mode 100644 new mode 100755 diff --git a/app/static/js/leaflet.geometryutil.js b/app/static/js/leaflet.geometryutil.js old mode 100644 new mode 100755 diff --git a/app/static/js/leaflet.js b/app/static/js/leaflet.js old mode 100644 new mode 100755 diff --git a/app/static/js/libmp3lame.min.js b/app/static/js/libmp3lame.min.js old mode 100644 new mode 100755 diff --git a/app/static/js/mp3Worker.js b/app/static/js/mp3Worker.js old mode 100644 new mode 100755 diff --git a/app/static/js/mp3recorder.js b/app/static/js/mp3recorder.js old mode 100644 new mode 100755 diff --git a/app/static/js/recorderToMp3.js b/app/static/js/recorderToMp3.js old mode 100644 new mode 100755 diff --git a/app/static/js/recorderWorker.js b/app/static/js/recorderWorker.js old mode 100644 new mode 100755 diff --git a/app/templates/_formhelpers.html b/app/templates/_formhelpers.html old mode 100644 new mode 100755 diff --git a/app/test.txt b/app/test.txt old mode 100644 new mode 100755 diff --git a/init_db.sh b/init_db.sh old mode 100644 new mode 100755 diff --git a/main.py b/main.py old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/start.sh b/start.sh old mode 100644 new mode 100755 diff --git a/uwsgi.ini b/uwsgi.ini old mode 100644 new mode 100755