{% extends "base.html" %} {% block sidebar %} {% endblock %} {% block header_ext %} {% endblock %} {% block content %}

Welcome!

Welcome to your new installation of Evennia, your friendly neighborhood next-generation MUD server. You'll want to customize this file, webtemplates/prosimii/index.html, to have a more valid welcome message. Should you have any questions, concerns, ideas, or bug reports, head over to the Evennia community and speak up!

Latest News

{% for entry in news_entries %} {{entry.topic.name}}: {{entry.title}}

By {{entry.author.username}} on {{entry.date_posted|time}}

{{entry.body|truncatewords:20}}

{% endfor %}

Players

There are currently {{num_players_connected}} connected, and a total of {{num_players_registered}} registered. Of these, {{num_players_registered_recent}} were created this week, and {{num_players_connected_recent}} have connected within the last seven days.

Recently Connected

Database Stats

Evennia

Evennia is MUD server built in Python, on top of the Twisted and Django frameworks. This combination of technology allows for the quick and easy creation of games, as simple as complex as one desires.

{% endblock %}