Go to file
nearwood b7565eec92 Contains work for issue #9. Marks transition to OO per issue #12 2015-02-15 13:10:25 -05:00
db Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
doxygen Doxygen stuff, and msqur class refactor. 2015-02-12 17:15:02 -05:00
img Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
ini Add test2.ini for better parsing example. Start of engine make/code work for issue #13. 2015-02-09 22:06:50 -05:00
lib/tablesorter Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
src Contains work for issue #9. Marks transition to OO per issue #12 2015-02-15 13:10:25 -05:00
.hgignore Doxygen stuff, and msqur class refactor. 2015-02-12 17:15:02 -05:00
38.msq Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
39.msq Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
README.md Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
admin.php Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
browse.php merge. 2015-02-08 16:50:51 -05:00
config.php.dist Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
db.php merge. 2015-02-08 16:50:51 -05:00
footer.php Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
header.php Doxygen stuff, and msqur class refactor. 2015-02-12 17:15:02 -05:00
index.php Doxygen stuff, and msqur class refactor. 2015-02-12 17:15:02 -05:00
msq.format.php Add test2.ini for better parsing example. Start of engine make/code work for issue #13. 2015-02-09 22:06:50 -05:00
msq.format4.json Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
msq.php Doxygen stuff, and msqur class refactor. 2015-02-12 17:15:02 -05:00
msqur.css Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
msqur.js Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
parse.ini.php Doxygen stuff, and msqur class refactor. 2015-02-12 17:15:02 -05:00
search.php Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00
stats.php Put missing INI error in HTML output destined for DB. Cleanup some stuff. 2015-02-08 16:50:02 -05:00

README.md

MSQur

'Masker' for lack of better name. MegaSquirt MSQ file sharing and viewing site.

Parses MSQ "XML" and displays it in a familiar format for viewing and comparison.

MSQ XML is pretty bad XML, it doesn't take advantage of many XML features.

TODO

Uploader (user)/Manager (admin)

How do I get set up?

  • AMP Stack
  • Arch: PHP, PHP-Apache, MariaDB/MySQL, phpMyAdmin, pdo_mysql.so in php.ini
  • Create database user and tables
  • Upload web files
  • How to run tests

hgrc

[hooks] post-update = hg log -r . --template "v{latesttag}-{latesttagdistance}-{node|short}\n" > VERSION

Deployment instructions

  • Export tables (not entire DB)
  • Pull updates on host (don't overwrite DB config)
  • Import DB

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

Credits

Apache, PHP, MySQL jQuery, jQuery UI jquery.tablesorter http://tablesorter.com/docs/ Tango Icon Theme Geany/Notepad++