Add breadcrumbs. Format markdown files to char width 100

This commit is contained in:
Griatch 2020-06-16 16:53:35 +02:00
parent 10c1831aad
commit 78970e92b3
142 changed files with 10357 additions and 3417 deletions

View file

@ -1,13 +1,20 @@
# Screenshot
![evennia_screenshot2017](https://user-images.githubusercontent.com/294267/30773728-ea45afb6-a076-11e7-8820-49be2168a6b8.png)
![evennia_screenshot2017](https://user-
images.githubusercontent.com/294267/30773728-ea45afb6-a076-11e7-8820-49be2168a6b8.png)
*(right-click and choose your browser's equivalent of "view image" to see it full size)*
This screenshot shows a vanilla [install](Getting-Started) of the just started Evennia MUD server. In the bottom window we can see the log messages from the running server.
This screenshot shows a vanilla [install](Getting-Started) of the just started Evennia MUD server.
In the bottom window we can see the log messages from the running server.
In the top left window we see the default website of our new game displayed in a web browser (it has shrunk to accomodate the smaller screen). Evennia contains its own webserver to serve this page. The default site shows some brief info about the database. From here you can also reach Django's *admin interface* for editing the database online.
In the top left window we see the default website of our new game displayed in a web browser (it has
shrunk to accomodate the smaller screen). Evennia contains its own webserver to serve this page. The
default site shows some brief info about the database. From here you can also reach Django's *admin
interface* for editing the database online.
To the upper right is the included web-browser client showing a connection to the server on port 4001. This allows users to access the game without downloading a mud client separately.
To the upper right is the included web-browser client showing a connection to the server on port
4001. This allows users to access the game without downloading a mud client separately.
Bottom right we see a login into the stock game using a third-party MUD client ([Mudlet](http://www.mudlet.org)). This connects to the server via the telnet protocol on port 4000.
Bottom right we see a login into the stock game using a third-party MUD client
([Mudlet](http://www.mudlet.org)). This connects to the server via the telnet protocol on port 4000.