* Download button (#20)
* add functioning download button. seems like some of the temperature values are mangled when importing in to tunerstudio but this at least gives the ability to read in the majority of the tune. will troubleshoot the temp issues later
* blank out mariadb username and password from local docker, users can set their own as needed
* add download link to browse file as well
* complete items from @nearwood's code review: delete db/msqur-4.sql, revert script.config.dist, update src/browse.php to have a capital D for Download and use the floppy emoji in place of download MSQ text, drop null xml check from src/db.php.getMSQForDownload function, change content-type header to application/xml in src/download.php, use floppy emoji in download link in src/msq.php
* remove duplicate DB_USER param from script.config.dist
* oops: forgot to commit changes to config.php.dist switching DB_HOST and DB_USERNAME back to original settings
* Move deploy prereqs to deploy script
* Update README
* Fix links
* Update copyright
* add functioning download button. seems like some of the temperature values are mangled when importing in to tunerstudio but this at least gives the ability to read in the majority of the tune. will troubleshoot the temp issues later
* blank out mariadb username and password from local docker, users can set their own as needed
* add download link to browse file as well
* complete items from @nearwood's code review: delete db/msqur-4.sql, revert script.config.dist, update src/browse.php to have a capital D for Download and use the floppy emoji in place of download MSQ text, drop null xml check from src/db.php.getMSQForDownload function, change content-type header to application/xml in src/download.php, use floppy emoji in download link in src/msq.php
* remove duplicate DB_USER param from script.config.dist
* oops: forgot to commit changes to config.php.dist switching DB_HOST and DB_USERNAME back to original settings