evennia/docs/index.html
2020-11-14 19:41:00 +01:00

70 lines
3.3 KiB
HTML

<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Evennia Python MUD/MU creation system - documentation</title>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="../stylesheets/styles.css">
<link rel="stylesheet" href="../stylesheets/pygment_trac.css">
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet'>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/newsfeed.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description" content="Evennia is a modern Python library and server for creating text-based
multi-player games and virtual worlds (also known as MUD, MUSH, MU, MUX, MUCK, etc).
While Evennia handles all the necessary things every online game needs, like database and
networking, you create the game of your dreams by writing normal Python modules.">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<p>
<img class="logo" src="../images/evennia_logo.png" alt="Evennia logo">
</p>
<h1 class="header">Evennia</h1>
<p class="header header-text">The Python MU* Development Library</p>
<div class="linksection">
<ul>
<div class="buttonsection">
<li><a class="buttons" href="https://github.com/evennia/evennia">Download (GitHub)</a></li>
<li class="documentation"><a class="buttons" href="docs/latest/index.html">Documentation</a></li>
<div class="buttonsidetext" style="padding-left:18px;">CODE</div>
</div>
<div class="buttonsection">
<li><a class="buttons community" href="http://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb">IRC channel</a></li>
<li><a class="buttons community" href="https://discord.gg/NecFePw">Discord channel</a></li>
<li><a class="buttons community" href="https://groups.google.com/forum/#%21forum/evennia">Forum</a></li>
<div class="buttonsidetext">COMMUNITY</div>
</div>
<li><a class="buttons community" href="http://evennia.blogspot.com/">Dev Blog</a></li>
</ul>
</div>
<div class="sponsor">
<div class="sponsor-column">
<a href="https://www.patreon.com/griatch"><img class="patreon" src="../images/evennia_patreon_100x100.png" alt="Patreon"></a>
</div>
<div class="sponsor-column">
<a href="https://www.paypal.me/GriatchEvennia"><img class="paypal" src="../images/btn_donateCC_LG.gif" alt="Paypal donate"></a>
</div>
</div>
</header>
<section>
<h2>
Continue to the Evennia documentation:
</h2>
<ul>
<li><a href="https://evennia.com/docs/latest" style="font-size:20px;">Current documentation</a></li>
<li><a href="https://evennia.com/docs/1.0-dev">Development (unstable) documentation</a></li>
</ul>
</section>
</body>
</html>