Commit Graph

143 Commits

Author SHA1 Message Date
c6d042cf0a postgresql: Update docs, add optional dependency, fix bug, remove dead code 2026-03-04 22:45:03 -08:00
ef2a18108d Update docs 2026-02-15 18:37:08 +01:00
97060f86c1 Update changelog docs 2026-01-12 17:21:39 +01:00
e098a57cce Minor tweak to installation instructions, to rebuild docs 2026-01-12 16:15:32 +01:00
ea4a2f5c89 More fixes to install docs 2025-11-12 13:45:02 +01:00
8c7fefe09e Fix versions in install instructions 2025-11-12 13:41:26 +01:00
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
10146449b7 remove twistd.bat creation and usage 2025-01-24 21:46:34 -08:00
f34c707826 Update Mac Troubleshooting, as per #3704 2025-01-18 12:24:47 +01:00
284fb68553 Update troubleshooting page 2024-12-19 09:51:43 +01:00
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
25ddad219e Evennia 4.4.1 patch release 2024-10-01 09:12:09 +02:00
11f0e8b01a Update CHANGELOG, sync docs 2024-08-25 09:23:24 +02:00
4d72fd0ce4 update akami/linode info 2024-04-29 10:42:18 -06:00
387533d1f0 Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage 2024-04-06 14:08:36 +02:00
c4552d6953 Minor cleanup for docstring to more succinct 2024-04-01 20:24:32 +02:00
a4812906a9 Update installation/tutorial docs 2024-03-17 17:13:02 +01:00
3a0b434e42 Fix rpsystem inefficient regex 2024-03-17 09:25:04 +01:00
577f66c3ec Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
4d1b89a119 Merge pull request #3388 from gas-public-wooden-clean/fix-tutorial
Fix tutorial
2024-01-08 20:17:32 +01:00
9b77fec6b6 Merge pull request #3381 from homeofpoe/patch-26
Update Online-Setup.md
2024-01-08 20:03:00 +01:00
a26596d476 Merge pull request #3380 from homeofpoe/patch-25
Update Installation.md
2024-01-08 20:02:06 +01:00
ff159e3942 Fix typos. 2024-01-01 18:22:10 -06:00
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
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
9a718c836d Update Updating-Evennia.md
fix a typo and a link.
2023-12-26 12:32:01 -08:00
cd3c5db324 Update CHANGELOG 2023-12-19 23:47:52 +01:00
c37dde248e Update CHANGELOG, some refining of docs 2023-12-10 19:59:24 +01:00
48fdc2c935 Update CHANGELOG 2023-12-02 21:35:45 +01:00
8914e7b0b6 Change settings._TEST_ENVIRONMENT to settings.TEST_ENVIRONMENT to address not-found issues during initialization 2023-11-26 14:25:12 +01:00
8dd6c12786 Fix Evennia upgrade instructions. Resolve #3303 2023-11-26 12:48:09 +01:00
84e8ca129f Update CHANGELOG and autodocs with recent changes 2023-11-23 19:08:46 +01:00
f6b43b0416 Ran black on sources 2023-11-02 20:58:03 +01:00
900993ab92 Update CHANGELOG 2023-10-31 21:02:23 +01:00
a989246cdb Make virtualenv link more visible in installation doc 2023-09-01 21:06:05 +02:00
bc77c691ae Clean up evennia-update doc page 2023-08-07 09:17:29 +02:00
46c7b26c42 Fix web tutorial formatting and app creation. Resolve #3175. 2023-08-06 17:51:46 +02:00
bf744aaf08 docs(installation): add missing markdown to close italics 2023-07-23 14:32:13 -07:00
23d77efcda docs(installation): replace -- with — 2023-07-23 14:30:52 -07:00
74235bafea docs(installation): fix typos 2023-07-23 14:16:28 -07:00
9579ce83d0 docs(installation): 📝 improve text copy
Stack's OCD copy editing
2023-07-18 05:32:29 -07:00
726054a36d Update changelog 2023-07-14 14:13:32 +02:00
9ff69d4482 update windows install note 2023-06-06 18:33:44 -06:00
b23f8bf2c0 Merge pull request #3191 from InspectorCaracal/nginx-docs-update
Minor cleanup of nginx docs page
2023-05-21 10:51:33 +02:00
2a75ea8343 Fix doc generation of all evadventure modules 2023-05-19 20:20:14 +02:00
95dabfdb65 Update Config-Nginx.md 2023-05-13 14:36:19 -06:00
bc0023072d Expand sqlite issue to Mac troubleshooting doc. Resolve #3143 2023-04-29 08:28:30 +02:00
68c111b7f7 Update notes on Postgres14+ setup, as per Jake's info 2023-04-10 09:03:18 +02:00
f66db3344d Update djangodoc references also in READMEs, as per #3126 2023-03-04 20:10:12 +01:00