diff --git a/evennia/game_template/server/README.md b/evennia/game_template/server/README.md index bf64052b3..9f530c39e 100644 --- a/evennia/game_template/server/README.md +++ b/evennia/game_template/server/README.md @@ -28,8 +28,8 @@ When running you will find four new files appear in this directory: This subdirectory holds the configuration modules for the server. With them you can change how Evennia operates and also plug in your own functionality to replace the default. You usually need to restart the -server to apply changes done here. The most importand file is the file -`settings.py´ which is the main configuration file of Evennia. +server to apply changes done here. The most important file is the file +`settings.py` which is the main configuration file of Evennia. ## server/logs/ diff --git a/evennia/game_template/web/media/README.md b/evennia/game_template/web/media/README.md index 5f2c3da7a..28b56b635 100644 --- a/evennia/game_template/web/media/README.md +++ b/evennia/game_template/web/media/README.md @@ -1 +1,2 @@ -This directory is where file uploads from Django apps are placed by default. \ No newline at end of file +This directory is where file uploads from Django apps are placed by +default. diff --git a/evennia/game_template/web/static/README.md b/evennia/game_template/web/static/README.md index 10e1c2721..886e0656b 100644 --- a/evennia/game_template/web/static/README.md +++ b/evennia/game_template/web/static/README.md @@ -1,3 +1,4 @@ DO NOT EDIT FILES IN THIS DIRECTORY! THEY WILL BE OVERWRITTEN. -If you need to edit static files, see the static_overrides directory. +If you need to edit static files, replace them (using the same path) +in the static_overrides directory. diff --git a/evennia/game_template/web/template_overrides/README.md b/evennia/game_template/web/template_overrides/README.md index 4a8a86497..87ba6f149 100644 --- a/evennia/game_template/web/template_overrides/README.md +++ b/evennia/game_template/web/template_overrides/README.md @@ -1,4 +1,4 @@ Place your own version of templates into this file to override the default ones. -For instance, if there's a template at: `evennia/web/templates/evennia_general/index.html` -and you want to replace it, create the file `template_overrides/evennia_general/index.html` +For instance, if there's a template at: `evennia/web/website/templates/website/index.html` +and you want to replace it, create the file `template_overrides/website/index.html` and it will be loaded instead.