WorldGuard/README.html
2012-10-24 00:29:19 -07:00

83 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>WorldGuard ${version}</title>
<style>
body {
margin: 0;
padding: 20px;
background: #efefef;
color: #333;
line-height: 1.5;
}
#wrapper {
margin: 1em auto 1em auto;
width: 600px;
background: #fff;
padding: 3em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
border: 1px solid #ccc;
box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.1);
line-height: 1.4;
}
body, th, td, input {
font: 0.8em sans-serif;
}
a:link, a:visited {
color: #0004b2;
text-decoration: none;
}
a:hover {
color: #ac0000;
text-decoration: none;
border-bottom: 1px solid #999;
}
h1 {
font: 2.2em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #6a45ac;
margin: 0 0;
padding: 0 0 0.2em 0;
font-weight: normal;
}
h2 {
font: 1.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #555;
margin: 1.6em 0 1em 0;
padding: 0 0 0.2em 0;
border-bottom: 1px solid #CCC;
font-weight: bold;
}
</style>
</head>
<body>
<div id="wrapper">
<h1>WorldGuard ${version}</h1>
<p>Thanks for choosing WorldGuard! WorldGuard protects your multiplayer server and provides additional features.</p>
<h2>Relevant links</h2>
<p>You can find information on how to install, configure, and use WorldGuard on our wiki.</p>
<ul>
<li><a href="http://wiki.sk89q.com/wiki/WorldGuard/Installation">Installation</a></li>
<li><a href="http://wiki.sk89q.com/wiki/WorldGuard/Upgrading">Upgrading</a></li>
<li><a href="http://wiki.sk89q.com/wiki/WorldGuard/Changelog">Changelog</a></li>
<li><a href="http://wiki.sk89q.com/wiki/WorldGuard#Usage">Documentation</a></li>
</ul>
<h2>Getting help</h2>
<p>Need help? Check out our <a href="http://wiki.sk89q.com/wiki/WorldGuard/Support">support information page</a>.</p>
<p>There, you can learn how to:</p>
<ul>
<li>How to join IRC chat and ask questions</li>
<li>Where to report bugs and request features</li>
</ul>
<h2>Contributing</h2>
<p>WorldGuard is entirely open source! You can download all of the plugin code to learn from it, modify it for your own self, or even contribute back!</p>
<ul>
<li><a href="http://wiki.sk89q.com/wiki/WorldGuard/Development">More information</a></li>
</ul>
<p><small>Maven information: ${groupId}/${artifactId}/${version}</small></p>
</div>
</body>
</html>