WorldGuard/README.html

83 lines
2.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>WorldGuard ${version}</title>
<style>
body {
margin: 0;
padding: 20px;
background: #efefef;
color: #333;
2012-10-20 02:10:56 +02:00
line-height: 1.5;
}
#wrapper {
2012-10-20 02:10:56 +02:00
margin: 1em auto 1em auto;
width: 600px;
background: #fff;
2012-10-20 02:10:56 +02:00
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 {
2012-10-20 02:10:56 +02:00
font: 0.8em sans-serif;
}
a:link, a:visited {
2012-10-20 02:10:56 +02:00
color: #0004b2;
text-decoration: none;
}
2012-10-20 02:10:56 +02:00
a:hover {
color: #ac0000;
text-decoration: none;
border-bottom: 1px solid #999;
}
h1 {
2012-10-20 02:10:56 +02:00
font: 2.2em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #6a45ac;
margin: 0 0;
padding: 0 0 0.2em 0;
font-weight: normal;
}
h2 {
2012-10-20 02:10:56 +02:00
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>
2012-10-20 02:10:56 +02:00
<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>
2012-10-20 02:10:56 +02:00
<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>
2012-10-20 02:10:56 +02:00
<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>
2011-06-26 11:52:13 +02:00
<ul>
2012-10-20 02:10:56 +02:00
<li>How to join IRC chat and ask questions</li>
<li>Where to report bugs and request features</li>
2011-06-26 11:52:13 +02:00
</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>
2012-10-20 02:10:56 +02:00
<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>