Commit graph

137 commits

Author SHA1 Message Date
holl0wstar
63305dbf69
Update HAProxy Config Docs
Add explanation / config example for HAProxy on how to proxy Telnet through it, so Secure Telnet can be used instead of just regular telnet.
2025-07-24 15:42:45 -03:00
0xDEADFED5
10146449b7 remove twistd.bat creation and usage 2025-01-24 21:46:34 -08:00
Griatch
f34c707826 Update Mac Troubleshooting, as per #3704 2025-01-18 12:24:47 +01:00
Griatch
284fb68553 Update troubleshooting page 2024-12-19 09:51:43 +01:00
Marcos Marado
0984fccafb fix: remove erroneous links from the documentation
Sphinx assumes that WORD.py should be a link to https://WORD.py .

This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.

This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
Griatch
25ddad219e Evennia 4.4.1 patch release 2024-10-01 09:12:09 +02:00
Griatch
11f0e8b01a Update CHANGELOG, sync docs 2024-08-25 09:23:24 +02:00
InspectorCaracal
4d72fd0ce4
update akami/linode info 2024-04-29 10:42:18 -06:00
Griatch
387533d1f0 Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage 2024-04-06 14:08:36 +02:00
Griatch
c4552d6953 Minor cleanup for docstring to more succinct 2024-04-01 20:24:32 +02:00
Griatch
a4812906a9 Update installation/tutorial docs 2024-03-17 17:13:02 +01:00
Griatch
3a0b434e42 Fix rpsystem inefficient regex 2024-03-17 09:25:04 +01:00
Griatch
577f66c3ec Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
Griatch
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
Griatch
4d1b89a119
Merge pull request #3388 from gas-public-wooden-clean/fix-tutorial
Fix tutorial
2024-01-08 20:17:32 +01:00
Griatch
9b77fec6b6
Merge pull request #3381 from homeofpoe/patch-26
Update Online-Setup.md
2024-01-08 20:03:00 +01:00
Griatch
a26596d476
Merge pull request #3380 from homeofpoe/patch-25
Update Installation.md
2024-01-08 20:02:06 +01:00
gas-public-wooden-clean
ff159e3942 Fix typos. 2024-01-01 18:22:10 -06:00
homeofpoe
2e4fb69a3d
Update Online-Setup.md
Price changes!  Name changes!

Heficed: https://www.heficed.com/cloud-hosting-pricing/

Chicago IL USA has a 1GB for $5/mo.

Linode pricing based on here: https://www.linode.com/pricing/

Linode is now Akami, and it looks like it will be rolling out more broadly over time: https://www.linode.com/blog/linode/a-bold-new-approach-to-the-cloud/
2023-12-26 12:52:26 -08:00
homeofpoe
7b133e4dbf
Update Installation.md
There were broken links in the code block (```) sections because links aren't processed there.
2023-12-26 12:40:19 -08:00
homeofpoe
9a718c836d
Update Updating-Evennia.md
fix a typo and a link.
2023-12-26 12:32:01 -08:00
Griatch
cd3c5db324 Update CHANGELOG 2023-12-19 23:47:52 +01:00
Griatch
c37dde248e Update CHANGELOG, some refining of docs 2023-12-10 19:59:24 +01:00
Griatch
48fdc2c935 Update CHANGELOG 2023-12-02 21:35:45 +01:00
Griatch
8914e7b0b6 Change settings._TEST_ENVIRONMENT to settings.TEST_ENVIRONMENT to address not-found issues during initialization 2023-11-26 14:25:12 +01:00
Griatch
8dd6c12786 Fix Evennia upgrade instructions. Resolve #3303 2023-11-26 12:48:09 +01:00
Griatch
84e8ca129f Update CHANGELOG and autodocs with recent changes 2023-11-23 19:08:46 +01:00
Griatch
f6b43b0416 Ran black on sources 2023-11-02 20:58:03 +01:00
Griatch
900993ab92 Update CHANGELOG 2023-10-31 21:02:23 +01:00
Griatch
a989246cdb Make virtualenv link more visible in installation doc 2023-09-01 21:06:05 +02:00
Griatch
bc77c691ae Clean up evennia-update doc page 2023-08-07 09:17:29 +02:00
Griatch
46c7b26c42 Fix web tutorial formatting and app creation. Resolve #3175. 2023-08-06 17:51:46 +02:00
iLPdev
bf744aaf08 docs(installation): add missing markdown to close italics 2023-07-23 14:32:13 -07:00
iLPdev
23d77efcda docs(installation): replace -- with — 2023-07-23 14:30:52 -07:00
iLPdev
74235bafea docs(installation): fix typos 2023-07-23 14:16:28 -07:00
iLPdev
9579ce83d0 docs(installation): 📝 improve text copy
Stack's OCD copy editing
2023-07-18 05:32:29 -07:00
Griatch
726054a36d Update changelog 2023-07-14 14:13:32 +02:00
InspectorCaracal
9ff69d4482 update windows install note 2023-06-06 18:33:44 -06:00
Griatch
b23f8bf2c0 Merge pull request #3191 from InspectorCaracal/nginx-docs-update
Minor cleanup of nginx docs page
2023-05-21 10:51:33 +02:00
Griatch
2a75ea8343 Fix doc generation of all evadventure modules 2023-05-19 20:20:14 +02:00
InspectorCaracal
95dabfdb65 Update Config-Nginx.md 2023-05-13 14:36:19 -06:00
Griatch
bc0023072d Expand sqlite issue to Mac troubleshooting doc. Resolve #3143 2023-04-29 08:28:30 +02:00
Griatch
68c111b7f7 Update notes on Postgres14+ setup, as per Jake's info 2023-04-10 09:03:18 +02:00
Griatch
f66db3344d Update djangodoc references also in READMEs, as per #3126 2023-03-04 20:10:12 +01:00
Griatch
fe546c888d Auto-remapped old django docs to new version. Resolve #3126 2023-03-04 19:49:23 +01:00
Griatch
cc204fd3bc Add and fix up new Nginx doc page 2023-02-25 09:01:22 +01:00
Griatch
ca3cb448f5 Merge pull request #3105 from InspectorCaracal/nginx-config
Documentation page for NGINX configuration
2023-02-25 08:44:49 +01:00
InspectorCaracal
af9e19053f rename nginx page 2023-02-03 11:22:37 -07:00
InspectorCaracal
0ad541139b add ip forwarding, comments 2023-02-03 11:17:13 -07:00
Griatch
cca37f7022 Removed mentions of requirements.extra.txt from docs 2023-01-15 13:47:52 +01:00