mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 16:26:30 +01:00
279 lines
No EOL
9.6 KiB
HTML
279 lines
No EOL
9.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>Administrative Docs — Evennia 1.0-dev 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 1.0-dev documentation" href="index.html"/>
|
||
|
||
|
||
<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="index.html" 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="#">Administrative Docs</a><ul>
|
||
<li><a class="reference internal" href="#installation-and-early-life">Installation and Early Life</a></li>
|
||
<li><a class="reference internal" href="#customizing-the-server">Customizing the server</a></li>
|
||
<li><a class="reference internal" href="#administrating-the-running-game">Administrating the running game</a></li>
|
||
<li><a class="reference internal" href="#working-with-evennia">Working with Evennia</a></li>
|
||
</ul>
|
||
</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="index.html">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="index.html">Docs</a> »</li>
|
||
|
||
<li>Administrative Docs</li>
|
||
|
||
|
||
<li class="wy-breadcrumbs-aside">
|
||
|
||
|
||
<a href="_sources/Administrative-Docs.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="administrative-docs">
|
||
<h1>Administrative Docs<a class="headerlink" href="#administrative-docs" title="Permalink to this headline">¶</a></h1>
|
||
<p>The following pages are aimed at game administrators – the higher-ups that possess shell access and are responsible for managing the game.</p>
|
||
<div class="section" id="installation-and-early-life">
|
||
<h2>Installation and Early Life<a class="headerlink" href="#installation-and-early-life" title="Permalink to this headline">¶</a></h2>
|
||
<ul class="simple">
|
||
<li><p><a class="reference internal" href="Choosing-An-SQL-Server.html"><span class="doc">Choosing (and installing) an SQL Server</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Getting-Started.html"><span class="doc">Getting Started - Installing Evennia</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Running-Evennia-in-Docker.html"><span class="doc">Running Evennia in Docker Containers</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Start-Stop-Reload.html"><span class="doc">Starting, stopping, reloading and resetting Evennia</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Updating-Your-Game.html"><span class="doc">Keeping your game up to date</span></a></p></li>
|
||
<li><p><a class="reference external" href="/Updating-Your-Game.html#resetting-your-database">Resetting your database</a></p></li>
|
||
<li><p><a class="reference internal" href="Online-Setup.html"><span class="doc">Making your game available online</span></a></p>
|
||
<ul>
|
||
<li><p><a class="reference external" href="/Online-Setup.html#hosting-options">Hosting options</a></p></li>
|
||
<li><p><a class="reference external" href="/Online-Setup.html#ssl">Securing your server with SSL/Let’s Encrypt</a></p></li>
|
||
</ul>
|
||
</li>
|
||
<li><p><a class="reference internal" href="Evennia-Game-Index.html"><span class="doc">Listing your game</span></a> at the online <a class="reference external" href="http://games.evennia.com">Evennia game index</a></p></li>
|
||
</ul>
|
||
</div>
|
||
<div class="section" id="customizing-the-server">
|
||
<h2>Customizing the server<a class="headerlink" href="#customizing-the-server" title="Permalink to this headline">¶</a></h2>
|
||
<ul class="simple">
|
||
<li><p><a class="reference external" href="/Server-Conf.html#Settings-file">Changing the Settings</a></p>
|
||
<ul>
|
||
<li><p><a class="reference external" href="https://github.com/evennia/evennia/blob/master/evennia/settings_default.py">Available Master Settings</a></p></li>
|
||
</ul>
|
||
</li>
|
||
<li><p><a class="reference internal" href="Internationalization.html"><span class="doc">Change Evennia’s language</span></a> (internationalization)</p></li>
|
||
<li><p><a class="reference internal" href="Apache-Config.html"><span class="doc">Apache webserver configuration</span></a> (optional)</p></li>
|
||
<li><p><a class="reference internal" href="Text-Encodings.html"><span class="doc">Changing text encodings used by the server</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Connection-Screen.html"><span class="doc">The Connection Screen</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Guest-Logins.html"><span class="doc">Guest Logins</span></a></p></li>
|
||
<li><p><a class="reference internal" href="IRC.html"><span class="doc">How to connect Evennia to IRC channels</span></a></p></li>
|
||
<li><p><a class="reference internal" href="RSS.html"><span class="doc">How to connect Evennia to RSS feeds</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Grapevine.html"><span class="doc">How to connect Evennia to Grapevine</span></a></p></li>
|
||
<li><p><a class="reference internal" href="How-to-connect-Evennia-to-Twitter.html"><span class="doc">How to connect Evennia to Twitter</span></a></p></li>
|
||
</ul>
|
||
</div>
|
||
<div class="section" id="administrating-the-running-game">
|
||
<h2>Administrating the running game<a class="headerlink" href="#administrating-the-running-game" title="Permalink to this headline">¶</a></h2>
|
||
<ul class="simple">
|
||
<li><p><a class="reference internal" href="Client-Support-Grid.html"><span class="doc">Supported clients</span></a> (grid of known client issues)</p></li>
|
||
<li><p><a class="reference internal" href="Building-Permissions.html"><span class="doc">Changing Permissions</span></a> of users</p></li>
|
||
<li><p><a class="reference internal" href="Banning.html"><span class="doc">Banning</span></a> and deleting users</p>
|
||
<ul>
|
||
<li><p><a class="reference external" href="/Banning.html#summary-of-abuse-handling-tools">Summary of abuse-handling tools</a> in the default cmdset</p></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section" id="working-with-evennia">
|
||
<h2>Working with Evennia<a class="headerlink" href="#working-with-evennia" title="Permalink to this headline">¶</a></h2>
|
||
<ul class="simple">
|
||
<li><p><a class="reference internal" href="Version-Control.html"><span class="doc">Setting up your work environment with version control</span></a></p></li>
|
||
<li><p><a class="reference internal" href="First-Steps-Coding.html"><span class="doc">First steps coding with Evennia</span></a></p></li>
|
||
<li><p><a class="reference internal" href="Continuous-Integration.html"><span class="doc">Setting up a continuous integration build environment</span></a></p></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<footer>
|
||
|
||
|
||
<hr/>
|
||
|
||
<div role="contentinfo">
|
||
<p>
|
||
© 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:'1.0-dev',
|
||
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> |