-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from nearwood/master
v1.51
- Loading branch information
Showing
17 changed files
with
6,300 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,48 @@ | ||
# MSQur | ||
|
||
'Masker' I guess? Supposed to be a play on imgur. | ||
MegaSquirt MSQ file sharing and viewing site. | ||
|
||
Pronounced 'masker' I guess? Supposed to be a play on imgur. | ||
|
||
Parses MSQ "XML" in tandem with an associated INI (config) file and displays it in a familiar format for viewing and comparing. | ||
|
||
Try it now at: https://msqur.com/ | ||
Try it now at: https://msqur.com | ||
|
||
### Build Status: | ||
* msqur.com [![Build Status](https://travis-ci.org/nearwood/msqur.svg?branch=msqur.com)](https://travis-ci.org/nearwood/msqur) | ||
* [msqur.com](https://msqur.com) [![Build Status](https://travis-ci.org/nearwood/msqur.svg?branch=msqur.com)](https://travis-ci.org/nearwood/msqur) | ||
* master [![Build Status](https://travis-ci.org/nearwood/msqur.svg?branch=master)](https://travis-ci.org/nearwood/msqur) | ||
|
||
## Development status | ||
|
||
Firmware support: | ||
|
||
- [ ] MS1 | ||
- [ ] MSnS-extra (partial) | ||
- [x] MS2 | ||
- [x] MS2Extra | ||
- [x] MS3 | ||
- [ ] Speeduino | ||
|
||
## Contributing | ||
|
||
This is basically a one-man operation. I welcome any contributions: code, styles, text content, or simply spelling & grammar. | ||
If you're interesting in helping out, please first take a look at the existing [issues](issues) and see if you can offer any assistance with them. | ||
If you don't see your issue or new idea listed there you can [create a new issue](issues/new). Please be detailed. | ||
|
||
If you'd like to run a copy to develop yourself, read the [Installation](#Installation) section below. | ||
|
||
### Installation | ||
|
||
#### Needed software | ||
|
||
* MariaDB, PHP | ||
* PDO extension for PHP. | ||
- PHP 7.x with the following extensions: | ||
- PDO | ||
- OpenSSL | ||
- MySQL/MariaDB | ||
|
||
#### Recommended software | ||
#### Optional software | ||
|
||
* Web server (Apache/nginx/etc.) | ||
* phpMyAdmin - For managing the DB | ||
|
||
#### Development Setup | ||
|
@@ -33,6 +56,18 @@ Try it now at: https://msqur.com/ | |
1. Update DB with update scripts in sequential order (patse into phpMyAdmin or piped to `sqlcmd`, etc.) | ||
1. Hit webserver to start using it (eg. `php -S`, etc.) | ||
|
||
### Source tree description | ||
|
||
* `db` - Database scripts | ||
* `doxygen` - Doxygen configuration and generated code documentation | ||
* `src` - PHP source | ||
* `ini` - Megasquirt configuration files | ||
* `view` - PHP/JS frontend source | ||
* `lib` - JS 3rd party libraries | ||
* `img` - Static images | ||
* `tests` - PHP Unit Tests (TODO) | ||
|
||
|
||
### Update & Deployment Instructions | ||
|
||
> These steps are outdated | ||
|
@@ -48,13 +83,13 @@ msqur is licensed under the GPL v3.0. A copy of this license is included in the | |
|
||
### Who do I talk to? | ||
|
||
* Nicholas Earwood | ||
* Nick | ||
* [email protected] | ||
* https://nearwood.dev/ | ||
|
||
### Credits | ||
|
||
[CamHenlin](https://github.com/CamHenlin) | ||
* [CamHenlin](https://github.com/CamHenlin) | ||
|
||
> This section needs to be updated | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.