mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #398 from renderorange/gh-pages_update-to-ssl
Update gh-pages to SSL
This commit is contained in:
commit
93fee8285f
50
404.html
50
404.html
@ -6,26 +6,9 @@
|
||||
<meta name="description" content="">
|
||||
<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">
|
||||
|
||||
<!--[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>
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -37,13 +20,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 +39,25 @@
|
||||
<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://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>
|
||||
</html>
|
||||
|
@ -1,3 +1,3 @@
|
||||
permalink: /:categories/:title
|
||||
baseurl: http://msmhq.com
|
||||
paginate: 10
|
||||
baseurl: https://msmhq.com
|
||||
paginate: 10
|
||||
|
@ -6,26 +6,9 @@
|
||||
<meta name="description" content="">
|
||||
<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/style.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>
|
||||
<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 == "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 +32,15 @@
|
||||
|
||||
{% 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://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 +60,4 @@
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -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
|
||||
[paypal]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z7XQDNF7U5GLL
|
||||
|
@ -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
|
||||
[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
|
||||
|
@ -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
|
||||
[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
|
||||
|
@ -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
|
||||
[we-snapshots]: https://wiki.sk89q.com/wiki/WorldEdit/Snapshots
|
||||
[active-vs-inactive]: {{ site.baseurl }}/docs/concepts/active-vs-inactive.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>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/j60pCSmVUe8" frameborder="0" allowfullscreen></iframe>
|
||||
|
@ -7,18 +7,18 @@ docsitem: home
|
||||
|
||||
<div class="hero-unit">
|
||||
<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>
|
||||
<a
|
||||
class="btn btn-primary btn-large"
|
||||
href="{{ site.baseurl }}/docs/installation.html"
|
||||
onclick="_gaq.push(['_trackEvent', 'Documentation', 'Home: Get Started Installing']);">
|
||||
>
|
||||
Get Started Installing</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
@ -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.
|
||||
|
30
index.html
30
index.html
@ -6,7 +6,7 @@ tab: overview
|
||||
|
||||
<div class="masthead">
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
@ -15,35 +15,25 @@ tab: overview
|
||||
<p>A comprehensive start up script for Minecraft and Bukkit servers.</p>
|
||||
|
||||
<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="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="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">Install Guide <small>(0.9.3)</small></a>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<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">
|
||||
<h1>Designed by admins, for admins.</h1>
|
||||
<p class="byline">Reasons why you'll love MSM</p>
|
||||
@ -58,7 +48,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 +94,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 +127,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 +157,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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user