Edit readme and cleanup comment.

This commit is contained in:
nearwood 2015-02-03 06:19:25 -05:00
parent 19cf574c72
commit f435dea6b0
3 changed files with 10 additions and 4 deletions

View File

@ -8,7 +8,12 @@ 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 #
v0.5:
1. Parse engine details and update from MSQ
1. Organize constants to collapsable area(s)
1. Get firmware flavor and version in DB.
Future:
1. DB update management
1. Admin so things are easier
1. Strip whitespace (except in table data!)
@ -42,6 +47,10 @@ Displayer
* 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)

View File

@ -1 +1 @@
v0.3-2-77c352dbbd7d
v0.3-12-3db6396c647d

View File

@ -118,9 +118,6 @@ function msqConstant($constant, $value)
return '<div class="constant">' . $constant . ': ' . $value . '</div>';
}
//TODO Uh, this should be in db.php
function parseMSQ($xml, &$output)
{
if (DEBUG) echo '<div class="debug">Parsing MSQ...</div>';