Merge pull request #398 from renderorange/gh-pages_update-to-ssl

Update gh-pages to SSL
This commit is contained in:
Alexander Savchuk 2020-09-24 21:05:49 +12:00 committed by GitHub
commit 93fee8285f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 58 additions and 104 deletions

View File

@ -6,26 +6,9 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content="Marcus Whybrow"> <meta name="author" content="Marcus Whybrow">
<link rel="author" href="https://plus.google.com/103832793361409130288/posts"> <link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="http://msmhq.com/assets/css/bootstrap.min.css"> <link rel="stylesheet" href="https://msmhq.com/assets/css/style.css">
<link rel="stylesheet" href="http://msmhq.com/assets/css/style.css"> <link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="http://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>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32675598-2']);
_gaq.push(['_setDomainName', 'msmhq.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head> </head>
<body> <body>
@ -37,13 +20,13 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</a> </a>
<a class="brand" href="http://msmhq.com/">MSM</a> <a class="brand" href="https://msmhq.com/">MSM</a>
<div class="nav-collapse collapse"> <div class="nav-collapse collapse">
<ul class="nav"> <ul class="nav">
<li><a href="http://msmhq.com/">Overview</a></li> <li><a href="https://msmhq.com/">Overview</a></li>
<li><a href="http://msmhq.com/blog/">Blog</a></li> <li><a href="https://msmhq.com/blog/">Blog</a></li>
<li><a href="http://msmhq.com/docs/">Docs</a></li> <li><a href="https://msmhq.com/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> </ul>
</div> </div>
</div> </div>
@ -56,26 +39,25 @@
<h1>404 Page Not Found</h1> <h1>404 Page Not Found</h1>
<p>Sorry, can't find that page.</p> <p>Sorry, can't find that page.</p>
<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> </p>
</div> </div>
<footer class="footer"> <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>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="http://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</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="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>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> </footer>
</div> </div>
<script type="text/javascript" src="http://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="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"> <script type="text/javascript">
// jquery-1.7.2.min.js local fallback // 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 // 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> </script>
</body> </body>
</html> </html>

View File

@ -1,3 +1,3 @@
permalink: /:categories/:title permalink: /:categories/:title
baseurl: http://msmhq.com baseurl: https://msmhq.com
paginate: 10 paginate: 10

View File

@ -6,26 +6,9 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content="Marcus Whybrow"> <meta name="author" content="Marcus Whybrow">
<link rel="author" href="https://plus.google.com/103832793361409130288/posts">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap.min.css"> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css"> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-responsive.min.css"> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-responsive.min.css">
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32675598-2']);
_gaq.push(['_setDomainName', 'msmhq.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head> </head>
<body class="{% if page.tab %}section-{{ page.tab }}{% endif %}"> <body class="{% if page.tab %}section-{{ page.tab }}{% endif %}">
@ -37,7 +20,7 @@
<li{% if page.tab == "overview" %} class="active"{% endif %}><a href="{{ site.baseurl }}/">Overview</a></li> <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 == "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{% 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> </ul>
</div> </div>
</div> </div>
@ -49,16 +32,15 @@
{% if page.footer != 'hide' %} {% if page.footer != 'hide' %}
<footer class="footer"> <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>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="http://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</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="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>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> </footer>
{% endif %} {% endif %}
</div> </div>
<script type="text/javascript" src="http://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="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"> <script type="text/javascript">
// jquery-1.7.2.min.js local fallback // jquery-1.7.2.min.js local fallback
@ -78,4 +60,4 @@
})(); })();
</script> </script>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@ I have had, since starting MSM, two or three people enquire about donations. It'
If you're wishing to donateand 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]. If you're wishing to donateand 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. 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 [readme]: https://github.com/marcuswhybrow/minecraft-server-manager#readme
[star]: https://github.com/marcuswhybrow/minecraft-server-manager [star]: https://github.com/marcuswhybrow/minecraft-server-manager
[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL [paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL

View File

@ -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. 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 [op]: https://www.minecraftwiki.net/wiki/Operator
[survival]: http://www.minecraftwiki.net/wiki/Survival [survival]: https://www.minecraftwiki.net/wiki/Survival
[creative]: http://www.minecraftwiki.net/wiki/Creative [creative]: https://www.minecraftwiki.net/wiki/Creative
[data-values]: http://www.minecraftwiki.net/wiki/Data_values [data-values]: https://www.minecraftwiki.net/wiki/Data_values

View File

@ -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 [op]: https://www.minecraftwiki.net/wiki/Operator
[survival]: http://www.minecraftwiki.net/wiki/Survival [survival]: https://www.minecraftwiki.net/wiki/Survival
[creative]: http://www.minecraftwiki.net/wiki/Creative [creative]: https://www.minecraftwiki.net/wiki/Creative
[we-snapshots]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots [we-snapshots]: https://wiki.sk89q.com/wiki/WorldEdit/Snapshots
[active-vs-inactive]: https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Active-vs-Inactive-Servers [active-vs-inactive]: https://github.com/marcuswhybrow/minecraft-server-manager/wiki/Active-vs-Inactive-Servers

View File

@ -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 [we-snapshots]: https://wiki.sk89q.com/wiki/WorldEdit/Snapshots
[active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html [active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.html

View File

@ -11,8 +11,8 @@ docsitem: community-videos
<p>A step by step guide to installing MSM and setting up its directories.</p> <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> <p>And part two:</p>
<iframe width="560" height="315" src="http://www.youtube.com/embed/j60pCSmVUe8" frameborder="0" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/j60pCSmVUe8" frameborder="0" allowfullscreen></iframe>

View File

@ -7,18 +7,18 @@ docsitem: home
<div class="hero-unit"> <div class="hero-unit">
<h1>Getting Started</h1> <h1>Getting Started</h1>
<p>If you're looking to get going see the <a href="{{ site.baseurl }}/docs/installation.html" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Install Guide']);">Install guide</a>, then peruse <a href="{{ site.baseurl }}/docs/commands/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: The Commands']);">the commands</a>. After that maybe watch the project for updates on <a href="https://github.com/marcuswhybrow/minecraft-server-manager/" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: GitHub']);">GitHub</a> and join the MSM community.</p> <p>If you're looking to get going see the <a href="{{ site.baseurl }}/docs/installation.html">Install guide</a>, then peruse <a href="{{ site.baseurl }}/docs/commands/">the commands</a>. After that maybe watch the project for updates on <a href="https://github.com/marcuswhybrow/minecraft-server-manager/">GitHub</a> and join the MSM community.</p>
<p> <p>
<a <a
class="btn btn-primary btn-large" class="btn btn-primary btn-large"
href="{{ site.baseurl }}/docs/installation.html" href="{{ site.baseurl }}/docs/installation.html"
onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Get Started Installing']);"> >
Get Started Installing</a> Get Started Installing</a>
</p> </p>
</div> </div>
<h2>Contributing to this Documentation</h2> <h2>Contributing to this Documentation</h2>
<p>If there is something in this documentation which you thinks needs changing, now you can change it by <a href="https://github.com/marcuswhybrow/minecraft-server-manager/tree/gh-pages" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Fork gh-pages']);">forking gh-pages</a> and sending a pull request.</p> <p>If there is something in this documentation which you thinks needs changing, now you can change it by <a href="https://github.com/marcuswhybrow/minecraft-server-manager/tree/gh-pages">forking gh-pages</a> and sending a pull request.</p>
<p>Equally if there is something which you do not understand <a href="https://github.com/marcuswhybrow/minecraft-server-manager/issues" onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Post an issue']);">post an issue</a> and I will help you out and update the documentation to better prevent confusion in the future.</p> <p>Equally if there is something which you do not understand <a href="https://github.com/marcuswhybrow/minecraft-server-manager/issues">post an issue</a> and I will help you out and update the documentation to better prevent confusion in the future.</p>

View File

@ -12,11 +12,11 @@ Installation
Install MSM on a Debian server (Ubuntu etc.) by pasting this line in your terminal: 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: 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]. 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. 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: 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`: 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: 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: 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 sudo service cron reload
If you understand cron, give it a read and alter the timings to your liking. If you understand cron, give it a read and alter the timings to your liking.

View File

@ -6,7 +6,7 @@ tab: overview
<div class="masthead"> <div class="masthead">
<div class="new-blog-post"> <div class="new-blog-post">
<a href="{{ site.baseurl}}{{ paginator.posts[0].url }}" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'New Blog Post', '{{ paginator.posts[0].title }}']);"> <a href="{{ site.baseurl}}{{ paginator.posts[0].url }}">
New Blog Post: <strong>{{ paginator.posts[0].title }}</strong> New Blog Post: <strong>{{ paginator.posts[0].title }}</strong>
</a> </a>
</div> </div>
@ -15,35 +15,25 @@ tab: overview
<p>A comprehensive start up script for Minecraft and Bukkit servers.</p> <p>A comprehensive start up script for Minecraft and Bukkit servers.</p>
<div class="buttons"> <div class="buttons">
<a id="view-button" href="https://github.com/msmhq/msm" class="btn btn-primary btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Github Project', 'View project on GitHub']);">View project on GitHub</a> <a id="view-button" href="https://github.com/msmhq/msm" class="btn btn-primary btn-large">View project on GitHub</a>
<a id="install-button" href="{{ site.baseurl }}/docs/" class="btn btn-large" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'Install']);">Install Guide <small>(0.9.3)</small></a> <a id="install-button" href="{{ site.baseurl }}/docs/" class="btn btn-large">Install Guide <small>(0.9.3)</small></a>
</div> </div>
<ul class="quick-links"> <ul class="quick-links">
<li> <li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&amp;repo=msm&amp;type=watch&amp;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&amp;repo=msm&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</li> </li>
<li> <li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&amp;repo=msm&amp;type=fork&amp;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&amp;repo=msm&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</li> </li>
<li class="text ga-track"><a href="{{ site.baseurl }}/docs/">Read the docs</a></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://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 class="text ga-track"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL">Donate</a></li>
<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> </li>
</ul> </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&amp;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>
</div>
<p class="created-by">Created by craftysaurus</p>
</div>
</div>
<div class="section features"> <div class="section features">
<h1>Designed by admins, for admins.</h1> <h1>Designed by admins, for admins.</h1>
<p class="byline">Reasons why you'll love MSM</p> <p class="byline">Reasons why you'll love MSM</p>
@ -58,7 +48,7 @@ tab: overview
<div class="span4"> <div class="span4">
<img class="feature-icon" src="assets/img/glyphicons/glyphicons_342_hdd.png"> <img class="feature-icon" src="assets/img/glyphicons/glyphicons_342_hdd.png">
<h2>World and server backups</h2> <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>
<div class="span4"> <div class="span4">
@ -104,7 +94,7 @@ tab: overview
<div class="span4"> <div class="span4">
<img class="feature-icon" src="assets/img/glyphicons/glyphicons_118_embed_close.png"> <img class="feature-icon" src="assets/img/glyphicons/glyphicons_118_embed_close.png">
<h2>Beautiful code</h2> <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&amp;repo=msm&amp;type=fork&amp;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&amp;repo=msm&amp;type=fork&amp;count=false" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe> the code and start today.</p>
</div> </div>
</div> </div>
@ -137,7 +127,7 @@ tab: overview
<div id="contributors"></div> <div id="contributors"></div>
<p class="byline"> <p class="byline">
Want to be in this list? Just Want to be in this list? Just
<iframe class="github-btn fork-btn" src="http://ghbtns.com/github-btn.html?user=msmhq&amp;repo=msm&amp;type=fork&amp;count=false&amp;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&amp;repo=msm&amp;type=fork&amp;count=false&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="80px" height="30px"></iframe>
and send a pull request. and send a pull request.
</p> </p>
</div> </div>
@ -167,7 +157,7 @@ tab: overview
</div> </div>
<div rel="tooltip" title="John" class="donator"> <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>
</div> </div>