evennia/docs/0.9.1/index.html
2020-06-14 21:48:02 +02:00

245 lines
No EOL
8.6 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VERSION WARNING &mdash; Evennia 0.9.1 documentation</title>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="Evennia 0.9.1 documentation" href="#"/>
<script src="_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="#" class="icon icon-home"> Evennia
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">VERSION WARNING</a></li>
<li><a class="reference internal" href="#evennia-documentation">Evennia Documentation</a></li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">Evennia</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="#">Docs</a> &raquo;</li>
<li>VERSION WARNING</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/index.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="version-warning">
<h1>VERSION WARNING<a class="headerlink" href="#version-warning" title="Permalink to this headline"></a></h1>
<blockquote>
<div><p>This is the experimental static v0.9 documentation of Evennia, <em>automatically</em> generated from the
<a class="reference external" href="https://github.com/evennia/evennia/wiki/">evennia wiki</a> at 2020-06-12 22:36:53.868703.
There are known conversion issues which will <em>not</em> be addressed in this version - refer to
the original wiki if you have trouble.</p>
<p>Manual conversion and cleanup will instead happen during development of the upcoming v1.0
version of this static documentation.</p>
</div></blockquote>
</div>
<div class="section" id="evennia-documentation">
<h1>Evennia Documentation<a class="headerlink" href="#evennia-documentation" title="Permalink to this headline"></a></h1>
<p>This is the manual of <a class="reference external" href="http://www.evennia.com">Evennia</a>, the open source Python <code class="docutils literal notranslate"><span class="pre">MU*</span></code> creation system.
You can <a class="reference external" href="https://www.google.com/cse/publicurl?cx=010440404980795145992:6ztkvqc46je">Search</a> the documentation as well as browse all pages alphabetically in the
<a class="reference internal" href="Wiki-Index.html"><span class="doc">Index</span></a>. If you have trouble with unclear documentation, please let us know on our
<a class="reference external" href="https://groups.google.com/forum/#%21forum/evennia">mailing list</a>, over <a class="reference external" href="http://tinyurl.com/p22oofg">IRC</a> or by dropping a note in our quick no-registration <a class="reference external" href="http://tinyurl.com/c4tue23">online
suggestion box</a>!</p>
<p>There is <a class="reference internal" href="Evennia-Introduction.html"><span class="doc">a lengthier introduction</span></a> to read. You might also want to read about
<a class="reference internal" href="How-To-Get-And-Give-Help.html"><span class="doc">how to get and give help</span></a>.</p>
<p>| <img alt="Getting Started" src="https://raw.githubusercontent.com/wiki/evennia/evennia/images/bright4.png" />| <img alt="Admin Docs" src="https://raw.githubusercontent.com/wiki/evennia/evennia/images/speedometer26.png" /> | <img alt="Builder Docs" src="https://raw.githubusercontent.com/wiki/evennia/evennia/images/toolbox3.png" /> | <img alt="Developer-Central" src="https://raw.githubusercontent.com/wiki/evennia/evennia/images/technical.png" /> | <img alt="Tutorials" src="https://raw.githubusercontent.com/wiki/evennia/evennia/images/living1.png" /> | <a class="reference external" href="api:evennia"><img alt="API" src="https://raw.githubusercontent.com/wiki/evennia/evennia/images/python3.png" /></a> |</p>
<p>|<a class="reference internal" href="Getting-Started.html"><span class="doc">Getting Started</span></a>| <a class="reference internal" href="Administrative-Docs.html"><span class="doc">Admin Docs</span></a> | <a class="reference internal" href="Builder-Docs.html"><span class="doc">Builder Docs</span></a> | <a class="reference internal" href="Developer-Central.html"><span class="doc">Developer Central</span></a> | <a class="reference internal" href="Tutorials.html"><span class="doc">Tutorials &amp; Examples</span></a> | <a class="reference external" href="api/evennia.html">API</a> |</p>
<ul class="simple">
<li><p>The <a class="reference internal" href="Getting-Started.html"><span class="doc">Getting Started</span></a> page helps installing and starting Evennia for the first time.</p></li>
<li><p>The <a class="reference internal" href="Administrative-Docs.html"><span class="doc">Admin Docs</span></a> covers running and maintaining an Evennia server.</p></li>
<li><p>The <a class="reference internal" href="Builder-Docs.html"><span class="doc">Builder Docs</span></a> helps for starting to build a game world using Evennia.</p></li>
<li><p>The <a class="reference internal" href="Developer-Central.html"><span class="doc">Developer Central</span></a> describes how Evennia works and is used by coders.</p></li>
<li><p>The <a class="reference internal" href="Tutorials.html"><span class="doc">Tutorials &amp; Examples</span></a> contains help pages on a step-by-step or tutorial format.</p></li>
<li><p>The <a class="reference external" href="api/evennia.html">API</a> documentation is created from the latest source code.</p></li>
<li><p>The <a class="reference internal" href="toc.html"><span class="doc">TOC</span></a> lists all regular documentation pages.</p></li>
</ul>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright 2020, The Evennia developer community.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> and ❤️ using a custom <a href="https://github.com/LinxiFan/Sphinx-theme">theme</a> based on <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.9.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>