From 487285775f80d09bc96199c397dba8b64ec934a1 Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Tue, 5 Jul 2016 14:11:09 -0500 Subject: [PATCH] 2.2.2, clean up documentation --- README.md | 15 ++------------- assets/html/index.html | 2 +- CHANGELOG.md => docs/CHANGELOG.md | 7 +++++++ docs/CREDITS.md | 1 + package.json | 12 ++++++------ 5 files changed, 17 insertions(+), 20 deletions(-) rename CHANGELOG.md => docs/CHANGELOG.md (87%) create mode 100644 docs/CREDITS.md diff --git a/README.md b/README.md index ee395b1..888fcb5 100644 --- a/README.md +++ b/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. #### 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. @@ -19,15 +19,4 @@ Database logging is disabled by default. You can enable it in ```config.json``` This requires sqlite3 drivers to be installed. #### What's being changed? -For the changelog, check out the [CHANGELOG](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 +For the changelog, check out the [CHANGELOG](docs/CHANGELOG.md) file. \ No newline at end of file diff --git a/assets/html/index.html b/assets/html/index.html index 179e088..e76dc69 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -76,7 +76,7 @@

- Made with by Cryptkeeper · Source code available on Github · Compass icon by Pixel Buddha + Made with by Cryptkeeper · Source code available on Github

diff --git a/CHANGELOG.md b/docs/CHANGELOG.md similarity index 87% rename from CHANGELOG.md rename to docs/CHANGELOG.md index a1ff62f..7fead1c 100644 --- a/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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)* - Added supported versions per network (courtesy of [@forairan](https://github.com/forairan)) - Updated dependency version of ```mc-ping-updated``` to 0.1.0 diff --git a/docs/CREDITS.md b/docs/CREDITS.md new file mode 100644 index 0000000..cfefe5e --- /dev/null +++ b/docs/CREDITS.md @@ -0,0 +1 @@ +Compass icon by PixelBuddha: https://www.iconfinder.com/PixelBuddha \ No newline at end of file diff --git a/package.json b/package.json index e3535c6..993995a 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "minetrack", - "version": "2.2.0", + "version": "2.2.2", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "app.js", "dependencies": { "mc-ping-updated": "0.1.0", "mcpe-ping-fixed": "0.0.3", - "mime": "^1.3.4", - "request": "^2.65.0", - "socket.io": "^1.3.7", - "sqlite3": "^3.1.1", - "winston": "^2.0.0" + "mime": "1.3.4", + "request": "2.65.0", + "socket.io": "1.3.7", + "sqlite3": "3.1.1", + "winston": "2.0.0" }, "repository": { "type": "git",