auto commit on 2019-03-08 17:33
authorKilian Saffran <ksaffran@dks.lu>
Fri, 8 Mar 2019 16:33:21 +0000 (17:33 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Fri, 8 Mar 2019 16:33:21 +0000 (17:33 +0100)
commit2eb385a87d188a1bf925227443379c73a8fdb8d6
tree63cb89f9be22e61a96531b608e93ce07ab975858
auto commit on 2019-03-08 17:33
35 files changed:
.gitignore [new file with mode: 0644]
Module/FileSystem.pm [new file with mode: 0644]
Module/GISFiles.pm [new file with mode: 0644]
Module/SQLite.pm [new file with mode: 0644]
Module/Service.pm [new file with mode: 0644]
gisservicehelper.json [new file with mode: 0644]
gisservicehelper.pl [new file with mode: 0644]
htdocs/css/site.css [new file with mode: 0644]
htdocs/index.html [new file with mode: 0644]
htdocs/install/compile.bat [new file with mode: 0644]
htdocs/js/site.js [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-grid.css [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-grid.css.map [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-grid.min.css [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-grid.min.css.map [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-reboot.css [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-reboot.css.map [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-reboot.min.css [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap-reboot.min.css.map [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap.css [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
htdocs/vendor/bootstrap/css/bootstrap.min.css.map [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.bundle.js [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.bundle.js.map [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.bundle.min.js [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.bundle.min.js.map [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.js [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.js.map [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
htdocs/vendor/bootstrap/js/bootstrap.min.js.map [new file with mode: 0644]
htdocs/vendor/jquery/jquery.min.js [new file with mode: 0644]
htdocs/vendor/jquery/jquery.min.map [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]