{% 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 are looking at Evennia's web presence, which can be expanded to a full-fledged site as needed. Through the admin interface you can view and edit the database without logging into the game. Also take your time to peruse our extensive online documentation.

Should you have any questions, concerns, bug reports, or if you want to help out, don't hesitate to come join the Evennia community and get your voice heard!

(To edit this file, go to game/web/templates/prosimii/index.html.)

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 technologies allows for the quick and easy creation of the game of your dreams - as simple or as complex as you like.

{% endblock %}