2020-07-14 00:21:00 +02:00
<!DOCTYPE html>
2020-10-15 01:31:30 +02:00
< html >
2020-07-14 00:21:00 +02:00
< head >
< meta charset = "utf-8" / >
2021-05-16 00:06:01 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.17.1: http://docutils.sourceforge.net/" / >
2020-07-14 00:21:00 +02:00
< title > Core Concepts — Evennia 1.0-dev documentation< / title >
< link rel = "stylesheet" href = "../_static/nature.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
< script id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
< script src = "../_static/language_data.js" > < / script >
2021-10-26 21:41:11 +02:00
< script async = "async" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML" > < / script >
< script type = "text/x-mathjax-config" > MathJax . Hub . Config ( { "tex2jax" : { "processClass" : "tex2jax_process|mathjax_process|math|output_area" } } ) < / script >
2020-07-14 00:21:00 +02:00
< link rel = "shortcut icon" href = "../_static/favicon.ico" / >
< link rel = "index" title = "Index" href = "../genindex.html" / >
2020-10-19 22:46:24 +02:00
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "API Summary" href = "../Evennia-API.html" / >
< link rel = "prev" title = "Core Components" href = "../Components/Components-Overview.html" / >
2020-07-14 00:21:00 +02:00
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-10-19 22:46:24 +02:00
< li class = "right" >
< a href = "../Evennia-API.html" title = "API Summary"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "../Components/Components-Overview.html" title = "Core Components"
accesskey="P">previous< / a > |< / li >
2020-10-15 01:31:30 +02:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia 1.0-dev< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Core Concepts< / a > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-06-23 18:58:26 +02:00
< div class = "develop" > develop branch< / div >
2020-07-14 00:21:00 +02:00
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2021-10-26 21:41:11 +02:00
< section class = "tex2jax_ignore mathjax_ignore" id = "core-concepts" >
2020-07-14 00:21:00 +02:00
< h1 > Core Concepts< a class = "headerlink" href = "#core-concepts" title = "Permalink to this headline" > ¶< / a > < / h1 >
2021-10-26 21:41:11 +02:00
< p > This documentation cover more over-arching concepts of Evennia, often involving many < a class = "reference internal" href = "../Components/Components-Overview.html" > < span class = "doc std std-doc" > Core Components< / span > < / a > acting together.< / p >
2021-05-16 00:06:01 +02:00
< section id = "general-concepts" >
2020-07-14 00:21:00 +02:00
< h2 > General concepts< a class = "headerlink" href = "#general-concepts" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Async-Process.html" > < span class = "doc std std-doc" > Asynchronous processing< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Soft-Code.html" > < span class = "doc std std-doc" > On Soft-Code< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Using-MUX-as-a-Standard.html" > < span class = "doc std std-doc" > Using MUX as standard for default commands< / span > < / a > < / p > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "access" >
2020-07-14 00:21:00 +02:00
< h2 > Access< a class = "headerlink" href = "#access" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Multisession-modes.html" > < span class = "doc std std-doc" > Multisession modes< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Building-Permissions.html" > < span class = "doc std std-doc" > Permissions< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Banning.html" > < span class = "doc std std-doc" > Banning< / span > < / a > < / p > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "extending-the-server" >
2020-07-14 00:21:00 +02:00
< h2 > Extending the Server< a class = "headerlink" href = "#extending-the-server" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Custom-Protocols.html" > < span class = "doc std std-doc" > Custom Protocols< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Bootstrap-%26-Evennia.html" > < span class = "doc std std-doc" > Bootstrap< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "New-Models.html" > < span class = "doc std std-doc" > Creating new models< / span > < / a > < / p > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "text-processing" >
2020-07-14 00:21:00 +02:00
< h2 > Text processing< a class = "headerlink" href = "#text-processing" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Internationalization.html" > < span class = "doc std std-doc" > Change the language of the server< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "Text-Encodings.html" > < span class = "doc std std-doc" > Server text-encoding< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "TextTags.html" > < span class = "doc std std-doc" > Text tags< / span > < / a > < / p > < / li >
2021-10-30 22:40:55 +02:00
< li > < p > < a class = "reference internal" href = "Change-Messages-Per-Receiver.html" > < span class = "doc std std-doc" > Change Messages Per receiver< / span > < / a > < / p > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< section id = "web-features" >
2020-07-14 00:21:00 +02:00
< h2 > Web features< a class = "headerlink" href = "#web-features" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
2021-10-26 21:41:11 +02:00
< li > < p > < a class = "reference internal" href = "Web-Features.html" > < span class = "doc std std-doc" > Web features< / span > < / a > < / p > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-05-16 00:06:01 +02:00
< / section >
< / section >
2020-07-14 00:21:00 +02:00
2020-10-15 01:31:30 +02:00
< div class = "clearer" > < / div >
2020-07-14 00:21:00 +02:00
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/evennia_logo.png" alt = "Logo" / >
< / a > < / p >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< p > < h3 > < a href = "../index.html" > Table of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Core Concepts< / a > < ul >
< li > < a class = "reference internal" href = "#general-concepts" > General concepts< / a > < / li >
< li > < a class = "reference internal" href = "#access" > Access< / a > < / li >
< li > < a class = "reference internal" href = "#extending-the-server" > Extending the Server< / a > < / li >
< li > < a class = "reference internal" href = "#text-processing" > Text processing< / a > < / li >
< li > < a class = "reference internal" href = "#web-features" > Web features< / a > < / li >
< / ul >
< / li >
< / ul >
2020-10-19 22:46:24 +02:00
< h4 > Previous topic< / h4 >
< p class = "topless" > < a href = "../Components/Components-Overview.html"
title="previous chapter">Core Components< / a > < / p >
< h4 > Next topic< / h4 >
< p class = "topless" > < a href = "../Evennia-API.html"
title="next chapter">API Summary< / a > < / p >
2020-07-14 00:21:00 +02:00
< div role = "note" aria-label = "source link" >
<!-- h3>This Page</h3 -->
< ul class = "this-page-menu" >
< li > < a href = "../_sources/Concepts/Concepts-Overview.md.txt"
rel="nofollow">Show Page Source< / a > < / li >
< / ul >
2021-03-06 01:37:43 +01:00
< / div > < h3 > Links< / h3 >
< ul >
< li > < a href = "https://www.evennia.com" > Home page< / a > < / li >
< li > < a href = "https://github.com/evennia/evennia" > Evennia Github< / a > < / li >
< li > < a href = "http://games.evennia.com" > Game Index< / a > < / li >
2021-08-06 00:47:51 +02:00
< li >
< a href = "https://discord.gg/AJJpcRUhtF" > Discord< / a > -
< a href = "https://github.com/evennia/evennia/discussions" > Discussions< / a > -
2021-08-06 00:53:44 +02:00
< a href = "https://evennia.blogspot.com/" > Blog< / a >
2021-03-06 01:37:43 +01:00
< / li >
< / ul >
2020-07-14 00:21:00 +02:00
< h3 > Versions< / h3 >
< ul >
< li > < a href = "Concepts-Overview.html" > 1.0-dev (develop branch)< / a > < / li >
< / ul >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
>index< / a > < / li >
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2020-10-19 22:46:24 +02:00
< li class = "right" >
< a href = "../Evennia-API.html" title = "API Summary"
>next< / a > |< / li >
< li class = "right" >
< a href = "../Components/Components-Overview.html" title = "Core Components"
>previous< / a > |< / li >
2020-10-15 01:31:30 +02:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia 1.0-dev< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Core Concepts< / a > < / li >
2020-07-14 00:21:00 +02:00
< / ul >
2021-06-23 18:58:26 +02:00
< div class = "develop" > develop branch< / div >
2020-07-14 00:21:00 +02:00
< / div >
< div class = "footer" role = "contentinfo" >
© Copyright 2020, The Evennia developer community.
2020-10-15 01:31:30 +02:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.2.1.
2020-07-14 00:21:00 +02:00
< / div >
< / body >
< / html >