2.2.2, clean up documentation
This commit is contained in:
parent
d6bf15415f
commit
487285775f
15
README.md
15
README.md
@ -3,7 +3,7 @@ Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happ
|
|||||||
Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances.
|
Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances.
|
||||||
|
|
||||||
#### Try it out!
|
#### Try it out!
|
||||||
You can see an up-to-date copy of the production branch running on https://minetrack.me
|
You can see an up-to-date copy of the production branch running on http://minetrack.me
|
||||||
|
|
||||||
"master" branch contains everything you need to start your own copy. "production" branch is what's used in the production environment of the minetrack.me site.
|
"master" branch contains everything you need to start your own copy. "production" branch is what's used in the production environment of the minetrack.me site.
|
||||||
|
|
||||||
@ -19,15 +19,4 @@ Database logging is disabled by default. You can enable it in ```config.json```
|
|||||||
This requires sqlite3 drivers to be installed.
|
This requires sqlite3 drivers to be installed.
|
||||||
|
|
||||||
#### What's being changed?
|
#### What's being changed?
|
||||||
For the changelog, check out the [CHANGELOG](CHANGELOG.md) file.
|
For the changelog, check out the [CHANGELOG](docs/CHANGELOG.md) file.
|
||||||
|
|
||||||
#### How do I get added to minetrack.me?
|
|
||||||
Networks that get added to the main "minetrack.me" are purely at my discretion. This is due to limited capacity and it's functionality.
|
|
||||||
|
|
||||||
Minetrack is designed to be flexible, you're more than welcome to fork/clone it and start your own listing focusing on different networks.
|
|
||||||
|
|
||||||
*Smaller networks currently listed have been grandfathered in.*
|
|
||||||
|
|
||||||
#### TODO
|
|
||||||
- Add public API (similiar to old server.json)
|
|
||||||
- Add ingame server, similiar to old mc.minetrack.me
|
|
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Made with <span style="color: #e74c3c;">♥</span> by <a href="http://cryptkpr.me">Cryptkeeper</a> · Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a> · Compass icon by <a href="https://www.iconfinder.com/PixelBuddha">Pixel Buddha</a>
|
Made with <span style="color: #e74c3c;">♥</span> by <a href="http://cryptkpr.me">Cryptkeeper</a> · Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
**2.2.2** *(Jul 5 2016)*
|
||||||
|
- Now builds against mcpe-ping-fixed (requires a ```npm install```)!
|
||||||
|
|
||||||
|
**2.2.1** *(Jun 20 2016)*
|
||||||
|
- Design tweaks (sticky bar at top, updated header/footer)
|
||||||
|
- New favicon
|
||||||
|
|
||||||
**2.2.0** *(Mar 6 2016)*
|
**2.2.0** *(Mar 6 2016)*
|
||||||
- Added supported versions per network (courtesy of [@forairan](https://github.com/forairan))
|
- Added supported versions per network (courtesy of [@forairan](https://github.com/forairan))
|
||||||
- Updated dependency version of ```mc-ping-updated``` to 0.1.0
|
- Updated dependency version of ```mc-ping-updated``` to 0.1.0
|
1
docs/CREDITS.md
Normal file
1
docs/CREDITS.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
Compass icon by PixelBuddha: https://www.iconfinder.com/PixelBuddha
|
12
package.json
12
package.json
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "minetrack",
|
"name": "minetrack",
|
||||||
"version": "2.2.0",
|
"version": "2.2.2",
|
||||||
"description": "A Minecraft server tracker that lets you focus on the basics.",
|
"description": "A Minecraft server tracker that lets you focus on the basics.",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mc-ping-updated": "0.1.0",
|
"mc-ping-updated": "0.1.0",
|
||||||
"mcpe-ping-fixed": "0.0.3",
|
"mcpe-ping-fixed": "0.0.3",
|
||||||
"mime": "^1.3.4",
|
"mime": "1.3.4",
|
||||||
"request": "^2.65.0",
|
"request": "2.65.0",
|
||||||
"socket.io": "^1.3.7",
|
"socket.io": "1.3.7",
|
||||||
"sqlite3": "^3.1.1",
|
"sqlite3": "3.1.1",
|
||||||
"winston": "^2.0.0"
|
"winston": "2.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user