summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-03-06 09:33:00 +0100
committerLed Mitz <smoothshifter@tuta.io>2024-03-06 18:05:31 +0000
commit790c57e165648bcf11d01960d0f8e50ebf1c3074 (patch)
tree1b351d0b431215cc7d1beb816c994cef93758efc
parentb5acf91dfe7057b8effaf2f23afebb200448cd97 (diff)
downloadtmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.tar.gz
tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.tar.bz2
tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.tar.xz
tmwa-790c57e165648bcf11d01960d0f8e50ebf1c3074.zip
Restored README.md visibility
* Removed the <details> tag used to hide the main contents. * Removed deprecation notice, since we're still running this server and will need to maintain it until it has been replaced. * Deleted the section about tmwa-monitor, since the tool is not just deprecated but actually was deleted in 53a91a3fbf0929a99abcdfea23126f978c3ce71a. This partly reverts da50c517000391c83305ff704e3059c900f28d5b.
-rw-r--r--README.md30
1 files changed, 2 insertions, 28 deletions
diff --git a/README.md b/README.md
index 2b61743..95a5903 100644
--- a/README.md
+++ b/README.md
@@ -2,19 +2,10 @@
![The Mana World logo](share/tmwa/TheManaWorldLogo.png)
-This is TMWA, an MMORPG server used by The Mana World Legacy that uses a
-protocol based on one of many projects that foolishly chose the name "Athena".
+This is TMWA, an MMORPG server used by The Mana World that uses a protocol
+based on one of many projects that foolishly chose the name "Athena".
Specifically, it was forked from eAthena, a Ragnarok Online clone, in 2004.
-# TMWA IS NO LONGER SUPPORTED! don't use this
-
-<br><br>
-
-<details>
-<summary>click _here_ for the old readme</summary>
-
-<br>
-
Take a look at the [wiki](http://wiki.themanaworld.org/index.php/How_to_Develop) for user instructions.
**Important note:** building from a github-generated tarball does not work!
@@ -154,22 +145,6 @@ current working directory; this was the only thing that makes sense
since the files are dependent on the server-data. However, a migration
to installed files has begun.
-
-#### tmwa-monitor:
-&lt;DEPRECATED&gt;
-Formerly known as `eathena-monitor`.
-
-An unmaintained tool whose job was to keep restarting the servers
-every time they crashed. It still builds in case anyone was using it,
-but it proved inflexible and has't really been kept up-to-date with our
-(TMW's) server-data, and besides, the server doesn't crash much now.
-There are also a number of other Open Source programs that monitor
-services already.
-
-There is a `run-all` script in the server-data repo that starts the
-appropriate server for that config. On the main server, we instead
-start the servers (and bots) individually in a tmux.
-
#### tmwa-admin:
Formerly known as `ladmin` ("local").
@@ -275,4 +250,3 @@ The following skills are good to know required for various tasks:
tasks. Particularly, reread the bit about review.)
- C++11 (Not a low entry barrier. I'm not really expecting help with this,
and since this is conflict heavy, please do the other tasks first).
-</details>