mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
First working version of devlog
This commit is contained in:
parent
312d4546f8
commit
bb6de4450a
16 changed files with 815 additions and 74 deletions
117
devblog/html/devblog2020.html
Normal file
117
devblog/html/devblog2020.html
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>Devblog: Evennia Python MUD/MU creation system</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'>
|
||||
<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://www.evennia.com">Back to Evennia</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="devblog-calendar">
|
||||
<ul>
|
||||
|
||||
<li><a href=#devblog-posts>2021 (4)
|
||||
|
||||
<ul class="devblog-calendar-closed">
|
||||
|
||||
|
||||
<li class="devblog-calendar-post">
|
||||
<a href="devblog2021.html#2021-11-14-where-do-i-begin">November 14</a>
|
||||
</li>
|
||||
|
||||
<li class="devblog-calendar-post">
|
||||
<a href="devblog2021.html#2021-11-10-second-blog">November 10</a>
|
||||
</li>
|
||||
|
||||
<li class="devblog-calendar-post">
|
||||
<a href="devblog2021.html#2021-10-01-first-blog">October 1</a>
|
||||
</li>
|
||||
|
||||
<li class="devblog-calendar-post">
|
||||
<a href="devblog2021.html#2021-05-01-another-way-to-do-things">May 1</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><a href=#devblog-posts>2020 (1)
|
||||
|
||||
<ul class="devblog-calendar-open">
|
||||
|
||||
|
||||
<li class="devblog-calendar-post">
|
||||
<a href="devblog2020.html#2020-05-02-initial-blog">May 2</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<section>
|
||||
<h1>
|
||||
<a name="evennia-mudmu-creation-system" class="anchor" href="#evennia-mudmu-creation-system">
|
||||
<span class="octicon octicon-link">
|
||||
</span>
|
||||
</a>Evennia Dev Blog<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>
|
||||
<p>
|
||||
<a href="https://www.paypal.me/GriatchEvennia">
|
||||
<img class="paypal" src="../../images/btn_donateCC_LG.gif" alt="Paypal donate">
|
||||
</a>
|
||||
</div>
|
||||
</h1>
|
||||
|
||||
|
||||
<div class="blog_post">
|
||||
<h1 id=2020-05-02-initial-blog>
|
||||
Initial-Blog
|
||||
<a class="devblog-headerlink" href="2020-05-02-initial-blog" title="Permalink to this blog post">¶</a>
|
||||
<div class="devblog-title-date">- May 2, 2020</div>
|
||||
</h1>
|
||||
<h1>A way to do things</h1>
|
||||
<p>This is a test blog page for using markdown to write</p>
|
||||
<p><a href="https://www.evennia.com">Evennia</a> devblog posts.</p>
|
||||
<h2>Starting out</h2>
|
||||
<p>I'm experimenting with a new section of the docs containing these</p>
|
||||
<p>blog posts (obviously the blogs are CC anyway).</p>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<small></small>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue