mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Add intermediary page at docs/ level
This commit is contained in:
parent
80056b4d0c
commit
861ed13fdd
1 changed files with 70 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
0.9.5/index.html
|
||||
70
docs/index.html
Normal file
70
docs/index.html
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue