mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Updated HTML docs
This commit is contained in:
parent
58f5ece91b
commit
1bbc93507a
1000 changed files with 39106 additions and 33861 deletions
|
|
@ -4,7 +4,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<title>Links — 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" />
|
||||
|
|
@ -41,10 +42,10 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
|
||||
<div class="section" id="links">
|
||||
<section id="links">
|
||||
<h1>Links<a class="headerlink" href="#links" title="Permalink to this headline">¶</a></h1>
|
||||
<p><em>A list of resources that may be useful for Evennia users and developers.</em></p>
|
||||
<div class="section" id="official-evennia-links">
|
||||
<section id="official-evennia-links">
|
||||
<h2>Official Evennia links<a class="headerlink" href="#official-evennia-links" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="http://www.evennia.com">evennia.com</a> - Main Evennia portal page. Links to all corners of Evennia.</p></li>
|
||||
|
|
@ -66,8 +67,8 @@ offline in html, PDF or epub formats.</p></li>
|
|||
<li><p><a class="reference external" href="https://pypi.python.org/pypi/Evennia-MUD-Server/">Evennia on PyPi</a></p></li>
|
||||
<li><p><a class="reference external" href="http://www.reddit.com/r/Evennia/">Evennia subreddit</a> (not much there yet though)</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="third-party-evennia-utilities-and-resources">
|
||||
</section>
|
||||
<section id="third-party-evennia-utilities-and-resources">
|
||||
<h2>Third-party Evennia utilities and resources<a class="headerlink" href="#third-party-evennia-utilities-and-resources" title="Permalink to this headline">¶</a></h2>
|
||||
<p><em>For publicly available games running on Evennia, add and find those in the <a class="reference external" href="http://games.evennia.com">Evennia game
|
||||
index</a> instead!</em></p>
|
||||
|
|
@ -124,16 +125,16 @@ learning</a></em>
|
|||
(<a class="reference external" href="http://people.csail.mit.edu/karthikn/pdfs/mud-play15.pdf">PDF</a>) - MIT research paper using Evennia
|
||||
to train AIs.</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="other-useful-mud-development-resources">
|
||||
</section>
|
||||
<section id="other-useful-mud-development-resources">
|
||||
<h2>Other useful mud development resources<a class="headerlink" href="#other-useful-mud-development-resources" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/ctoth/area_reader">ROM area reader</a> - Parser for converting ROM area files to
|
||||
Python objects.</p></li>
|
||||
<li><p><a class="reference external" href="https://gossip.haus/">Gossip MUD chat network</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="general-mud-forums-and-discussions">
|
||||
</section>
|
||||
<section id="general-mud-forums-and-discussions">
|
||||
<h2>General MUD forums and discussions<a class="headerlink" href="#general-mud-forums-and-discussions" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://mudcoders.com/">MUD Coder’s Guild</a> - A blog and <a class="reference external" href="https://slack.mudcoders.com/">associated Slack
|
||||
|
|
@ -175,8 +176,8 @@ also for MUDs.</p></li>
|
|||
design/the-laws-of-online-world-design/) - thought-provoking guidelines and things to think about
|
||||
when designing a virtual multiplayer world (Raph is known for <em>Ultima Online</em> among other things).</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="literature">
|
||||
</section>
|
||||
<section id="literature">
|
||||
<h2>Literature<a class="headerlink" href="#literature" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>Richard Bartle <em>Designing Virtual Worlds</em> ([amazon page](http://www.amazon.com/Designing-Virtual-
|
||||
|
|
@ -202,8 +203,8 @@ economic theory. Written in 1730 but the translation is annotated and the essay
|
|||
easy to follow also for a modern reader. Required reading if you think of implementing a sane game
|
||||
economic system.</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="frameworks">
|
||||
</section>
|
||||
<section id="frameworks">
|
||||
<h2>Frameworks<a class="headerlink" href="#frameworks" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="http://www.djangoproject.com/">Django’s homepage</a></p></li>
|
||||
|
|
@ -213,16 +214,16 @@ economic system.</p></li>
|
|||
<li><p><a class="reference external" href="http://twistedmatrix.com/documents/current/core/howto/index.html">Documentation</a></p></li>
|
||||
<li><p><a class="reference external" href="http://twistedmatrix.com/trac/browser">Code</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="tools">
|
||||
</section>
|
||||
<section id="tools">
|
||||
<h2>Tools<a class="headerlink" href="#tools" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="http://git-scm.com/">GIT</a></p></li>
|
||||
<li><p><a class="reference external" href="http://git-scm.com/documentation">Documentation</a></p></li>
|
||||
<li><p><a class="reference external" href="http://try.github.io/levels/1/challenges/1">Learn GIT in 15 minutes</a> (interactive tutorial)</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="python-info">
|
||||
</section>
|
||||
<section id="python-info">
|
||||
<h2>Python Info<a class="headerlink" href="#python-info" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="http://www.python.org/">Python Website</a></p></li>
|
||||
|
|
@ -234,8 +235,8 @@ economic system.</p></li>
|
|||
<li><p><a class="reference external" href="https://hyperskill.org/onboarding?track=python">Jetbrains Python academy</a> - free online
|
||||
programming curriculum for different skill levels</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
<div class="clearer"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue