diff --git a/404.html b/404.html index 1cb5112..a1bdb8e 100644 --- a/404.html +++ b/404.html @@ -7,9 +7,9 @@ <meta name="author" content="Marcus Whybrow"> <link rel="author" href="https://plus.google.com/103832793361409130288/posts"> - <link rel="stylesheet" href="http://msmhq.com/assets/css/bootstrap.min.css"> - <link rel="stylesheet" href="http://msmhq.com/assets/css/style.css"> - <link rel="stylesheet" href="http://msmhq.com/assets/css/bootstrap-responsive.min.css"> + <link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap.min.css"> + <link rel="stylesheet" href="https://msmhq.com/assets/css/style.css"> + <link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap-responsive.min.css"> <!--[if lt IE 9]> <script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> @@ -37,13 +37,13 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </a> - <a class="brand" href="http://msmhq.com/">MSM</a> + <a class="brand" href="https://msmhq.com/">MSM</a> <div class="nav-collapse collapse"> <ul class="nav"> - <li><a href="http://msmhq.com/">Overview</a></li> - <li><a href="http://msmhq.com/blog/">Blog</a></li> - <li><a href="http://msmhq.com/docs/">Docs</a></li> - <li><a href="http://msm.tenderapp.com/">Support</a></li> + <li><a href="https://msmhq.com/">Overview</a></li> + <li><a href="https://msmhq.com/blog/">Blog</a></li> + <li><a href="https://msmhq.com/docs/">Docs</a></li> + <li><a href="https://msm.tenderapp.com/">Support</a></li> </ul> </div> </div> @@ -56,26 +56,26 @@ <h1>404 Page Not Found</h1> <p>Sorry, can't find that page.</p> <p> - <a class="btn btn-large btn-primary" href="http://msmhq.com/">Oh well, show me the overview!</a> + <a class="btn btn-large btn-primary" href="https://msmhq.com/">Oh well, show me the overview!</a> </p> </div> <footer class="footer"> - <p>Code licensed under the <a class="ga-track" href="http://www.gnu.org/copyleft/gpl.html" target="_blank">General Public Licence v3</a>. Documentation licensed under <a class="ga-track" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <p>You may have noticed this design approach is a shamless reworking of <a class="ga-track" href="http://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p> - <p>Icons from <a class="ga-track" href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a class="ga-track" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>Code licensed under the <a class="ga-track" href="https://www.gnu.org/copyleft/gpl.html" target="_blank">General Public Licence v3</a>. Documentation licensed under <a class="ga-track" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>You may have noticed this design approach is a shamless reworking of <a class="ga-track" href="https://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p> + <p>Icons from <a class="ga-track" href="https://glyphicons.com">Glyphicons Free</a>, licensed under <a class="ga-track" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> </footer> </div> - <script type="text/javascript" src="http://widget.uservoice.com/PV3DwOMKgbtdnsS4oZBew.js" async="true"></script> + <script type="text/javascript" src="https://widget.uservoice.com/PV3DwOMKgbtdnsS4oZBew.js" async="true"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> - <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js"></script> + <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js"></script> <script type="text/javascript"> // jquery-1.7.2.min.js local fallback - typeof jQuery == 'undefined' && document.write('<script src="http://msmhq.com/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>'); + typeof jQuery == 'undefined' && document.write('<script src="https://msmhq.com/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>'); // bootstrap.min.js local fallback - typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="http://msmhq.com/assets/js/bootstrap.min.js" type="text/javascript"><\/script>'); + typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="https://msmhq.com/assets/js/bootstrap.min.js" type="text/javascript"><\/script>'); </script> </body> -</html> \ No newline at end of file +</html> diff --git a/_config.yml b/_config.yml index 0d24cfa..0a065cb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ permalink: /:categories/:title -baseurl: http://msmhq.com -paginate: 10 \ No newline at end of file +baseurl: https://msmhq.com +paginate: 10 diff --git a/_layouts/default.html b/_layouts/default.html index bdf53f5..20c1169 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -37,7 +37,7 @@ <li{% if page.tab == "overview" %} class="active"{% endif %}><a href="{{ site.baseurl }}/">Overview</a></li> <li{% if page.tab == "blog" %} class="active"{% endif %}><a href="{{ site.baseurl }}/blog/">Blog</a></li> <li{% if page.tab == "docs" %} class="active"{% endif %}><a href="{{ site.baseurl }}/docs/">Docs</a></li> - <li><a href="http://msm.tenderapp.com/">Support</a></li> + <li><a href="https://msm.tenderapp.com/">Support</a></li> </ul> </div> </div> @@ -49,16 +49,16 @@ {% if page.footer != 'hide' %} <footer class="footer"> - <p>Code licensed under the <a class="ga-track" href="http://www.gnu.org/copyleft/gpl.html" target="_blank">General Public Licence v3</a>. Documentation licensed under <a class="ga-track" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <p>You may have noticed this design approach is a shamless reworking of <a class="ga-track" href="http://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p> - <p>Icons from <a class="ga-track" href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a class="ga-track" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>Code licensed under the <a class="ga-track" href="https://www.gnu.org/copyleft/gpl.html" target="_blank">General Public Licence v3</a>. Documentation licensed under <a class="ga-track" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p>You may have noticed this design approach is a shamless reworking of <a class="ga-track" href="https://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p> + <p>Icons from <a class="ga-track" href="https://glyphicons.com">Glyphicons Free</a>, licensed under <a class="ga-track" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> </footer> {% endif %} </div> - <script type="text/javascript" src="http://widget.uservoice.com/PV3DwOMKgbtdnsS4oZBew.js" async="true"></script> + <script type="text/javascript" src="https://widget.uservoice.com/PV3DwOMKgbtdnsS4oZBew.js" async="true"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> - <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js"></script> + <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js"></script> <script type="text/javascript"> // jquery-1.7.2.min.js local fallback @@ -78,4 +78,4 @@ })(); </script> </body> -</html> \ No newline at end of file +</html> diff --git a/blog/_posts/2012-11-03-donations.md b/blog/_posts/2012-11-03-donations.md index 76c5efb..9c49b39 100644 --- a/blog/_posts/2012-11-03-donations.md +++ b/blog/_posts/2012-11-03-donations.md @@ -8,7 +8,7 @@ I have had, since starting MSM, two or three people enquire about donations. It' If you're wishing to donate–and I by no means want to encourage you to do so (staring the project [on GitHub][star] is all the reward I need)–then now you can with the new [PayPal donation page][paypal]. -A link to this page can also be found at [msmhq.com](http://msmhq.com/) and, as a "Donate" button at the top of the GitHub project [readme page][readme]. +A link to this page can also be found at [msmhq.com](https://msmhq.com/) and, as a "Donate" button at the top of the GitHub project [readme page][readme]. I'm not sure if it's possible to discern this information, but if donators would agree, I will have a page immortalising those kind few who did give so graciously to MSM, by listing their names. @@ -18,4 +18,4 @@ I'm so pleased that MSM has got to the stage where people think it's worth suppo [readme]: https://github.com/marcuswhybrow/minecraft-server-manager#readme [star]: https://github.com/marcuswhybrow/minecraft-server-manager -[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL \ No newline at end of file +[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL diff --git a/docs/commands/in-game.md b/docs/commands/in-game.md index 21d1a2f..101c5fd 100644 --- a/docs/commands/in-game.md +++ b/docs/commands/in-game.md @@ -89,7 +89,7 @@ Sends a command to the server, for example: `msm creativeserver cmd tp craftysau Like the previous command, sends a string to the server to execute, but in addition outputs the server log to the screen afterwards. You can stop watching the log output by pressing Ctrl+C. -[op]: http://www.minecraftwiki.net/wiki/Operator -[survival]: http://www.minecraftwiki.net/wiki/Survival -[creative]: http://www.minecraftwiki.net/wiki/Creative -[data-values]: http://www.minecraftwiki.net/wiki/Data_values \ No newline at end of file +[op]: https://www.minecraftwiki.net/wiki/Operator +[survival]: https://www.minecraftwiki.net/wiki/Survival +[creative]: https://www.minecraftwiki.net/wiki/Creative +[data-values]: https://www.minecraftwiki.net/wiki/Data_values diff --git a/docs/commands/index.md b/docs/commands/index.md index 4097891..636650c 100644 --- a/docs/commands/index.md +++ b/docs/commands/index.md @@ -80,8 +80,8 @@ You can always get a quick list of commands by typing `msm help`, which outputs -[op]: http://www.minecraftwiki.net/wiki/Operator -[survival]: http://www.minecraftwiki.net/wiki/Survival -[creative]: http://www.minecraftwiki.net/wiki/Creative -[we-snapshots]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots -[active-vs-inactive]: https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Active-vs-Inactive-Servers \ No newline at end of file +[op]: https://www.minecraftwiki.net/wiki/Operator +[survival]: https://www.minecraftwiki.net/wiki/Survival +[creative]: https://www.minecraftwiki.net/wiki/Creative +[we-snapshots]: https://wiki.sk89q.com/wiki/WorldEdit/Snapshots +[active-vs-inactive]: https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Active-vs-Inactive-Servers diff --git a/docs/commands/server.md b/docs/commands/server.md index a41219c..eea3628 100644 --- a/docs/commands/server.md +++ b/docs/commands/server.md @@ -94,5 +94,5 @@ This command may be a good entry point for admins not familiar with command line -[we-snapshots]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots -[active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html \ No newline at end of file +[we-snapshots]: https://wiki.sk89q.com/wiki/WorldEdit/Snapshots +[active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html diff --git a/docs/community/videos.html b/docs/community/videos.html index 64aa00f..94a54ff 100644 --- a/docs/community/videos.html +++ b/docs/community/videos.html @@ -11,8 +11,8 @@ docsitem: community-videos <p>A step by step guide to installing MSM and setting up its directories.</p> -<iframe width="560" height="315" src="http://www.youtube.com/embed/z5n22OF7GWM" frameborder="0" allowfullscreen></iframe> +<iframe width="560" height="315" src="https://www.youtube.com/embed/z5n22OF7GWM" frameborder="0" allowfullscreen></iframe> <p>And part two:</p> -<iframe width="560" height="315" src="http://www.youtube.com/embed/j60pCSmVUe8" frameborder="0" allowfullscreen></iframe> \ No newline at end of file +<iframe width="560" height="315" src="https://www.youtube.com/embed/j60pCSmVUe8" frameborder="0" allowfullscreen></iframe> diff --git a/docs/installation.md b/docs/installation.md index e67f3dc..0842912 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,11 +12,11 @@ Installation Install MSM on a Debian server (Ubuntu etc.) by pasting this line in your terminal: - wget -q http://git.io/Sxpr9g -O /tmp/msm && bash /tmp/msm + wget -q https://git.io/Sxpr9g -O /tmp/msm && bash /tmp/msm Or on RedHat using: - wget -q http://git.io/lu0ULA -O /tmp/msm && bash /tmp/msm + wget -q https://git.io/lu0ULA -O /tmp/msm && bash /tmp/msm Or [suggest a new platform][issues]. @@ -32,7 +32,7 @@ Manual Installation 2. Download MSM's default configuration file, then **read through it** and change anything you want. Be sure to carry any changes you make forwards through this guide. - sudo wget http://git.io/6eiCSg -O /etc/msm.conf + sudo wget https://git.io/6eiCSg -O /etc/msm.conf 3. Create the user and directories MSM needs: @@ -54,7 +54,7 @@ Manual Installation 4. Download the MSM script and place it in `/etc/init.d`: - sudo wget http://git.io/J1GAxA -O /etc/init.d/msm + sudo wget https://git.io/J1GAxA -O /etc/init.d/msm 5. Set script permissions, and integrate script with startup/shutdown: @@ -71,7 +71,7 @@ Manual Installation 8. Setup MSM's included cron script for scheduled tasks and force cron to load script: - sudo wget http://git.io/pczolg -O /etc/cron.d/msm + sudo wget https://git.io/pczolg -O /etc/cron.d/msm sudo service cron reload If you understand cron, give it a read and alter the timings to your liking. diff --git a/index.html b/index.html index 39fd226..6a6f0fb 100644 --- a/index.html +++ b/index.html @@ -21,24 +21,24 @@ tab: overview <ul class="quick-links"> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> + <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> </li> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> + <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> </li> <li class="text ga-track"><a href="{{ site.baseurl }}/docs/">Read the docs</a></li> <li class="text ga-track"><a href="https://github.com/msmhq/msm/issues">Submit an issue</a></li> <li class="text ga-track"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL">Donate</a></li> <li> - <div class="g-plusone" data-size="medium" data-href="http://msmhq.com/"></div> + <div class="g-plusone" data-size="medium" data-href="https://msmhq.com/"></div> </li> </ul> <div class="section players"> <div class="player player-craftysaurus" title="visit my website"> - <iframe src="http://marcuswhybrow.github.com/minecraft-widgets/skin.html?playername=craftysaurus&scale=2" allowtransparency="true" frameborder="0" scrolling="0" width="32" height="65"></iframe> + <iframe src="https://marcuswhybrow.github.com/minecraft-widgets/skin.html?playername=craftysaurus&scale=2" allowtransparency="true" frameborder="0" scrolling="0" width="32" height="65"></iframe> <div class="shadow"></div> - <a class="link" href="http://marcus.codes/" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Created by craftysaurus']);"></a> + <a class="link" href="https://marcus.codes/" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Created by craftysaurus']);"></a> </div> <p class="created-by">Created by craftysaurus</p> </div> @@ -58,7 +58,7 @@ tab: overview <div class="span4"> <img class="feature-icon" src="assets/img/glyphicons/glyphicons_342_hdd.png"> <h2>World and server backups</h2> - <p>Periodically create <a class="ga-track" href="http://wiki.sk89q.com/wiki/WorldEdit/Snapshots">WorldEdit compatible snapshots</a> and then restore regions in-game to protect against griefers. Or backup the entire server directory for complete protection.</p> + <p>Periodically create <a class="ga-track" href="https://wiki.sk89q.com/wiki/WorldEdit/Snapshots">WorldEdit compatible snapshots</a> and then restore regions in-game to protect against griefers. Or backup the entire server directory for complete protection.</p> </div> <div class="span4"> @@ -104,7 +104,7 @@ tab: overview <div class="span4"> <img class="feature-icon" src="assets/img/glyphicons/glyphicons_118_embed_close.png"> <h2>Beautiful code</h2> - <p>Readable code means less bugs, easier fixes, simpler updates, and lowers the learning curve for new contributors to the project. Why not <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=fork&count=false" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe> the code and start today.</p> + <p>Readable code means less bugs, easier fixes, simpler updates, and lowers the learning curve for new contributors to the project. Why not <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=fork&count=false" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe> the code and start today.</p> </div> </div> @@ -137,7 +137,7 @@ tab: overview <div id="contributors"></div> <p class="byline"> Want to be in this list? Just - <iframe class="github-btn fork-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=fork&count=false&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="80px" height="30px"></iframe> + <iframe class="github-btn fork-btn" src="https://ghbtns.com/github-btn.html?user=msmhq&repo=msm&type=fork&count=false&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="80px" height="30px"></iframe> and send a pull request. </p> </div> @@ -167,7 +167,7 @@ tab: overview </div> <div rel="tooltip" title="John" class="donator"> - <a href="http://www.minepick.com/" target="_blank"><img src="https://i2.wp.com/a248.e.akamai.net/assets.github.com/images/gravatars/gravatar-user-420.png"></a> + <a href="https://www.minepick.com/" target="_blank"><img src="https://i2.wp.com/a248.e.akamai.net/assets.github.com/images/gravatars/gravatar-user-420.png"></a> </div> </div>