diff options
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | help/about-server.txt | 36 |
2 files changed, 29 insertions, 15 deletions
@@ -7,13 +7,17 @@ XSLTPROC = xsltproc all: about-server check +contrib: about-server wiki + +contributors: contrib + about-server: @$(XSLTPROC) -o help/about-server.txt ../tools/contrib_xsl/about-server.xsl ../tools/contrib_xsl/contributors.xml @echo "The file about-server.txt was created successfully." wiki: - @$(XSLTPROC) ../tools/contrib_xsl/wiki.xsl ../tools/contrib_xsl/contributors.xml | less - @echo "You can now place this output in: http://wiki.evolonline.org/contributors" + @$(XSLTPROC) ../tools/contrib_xsl/wiki.xsl ../tools/contrib_xsl/contributors.xml > ../wiki/Contributors.md + @echo "Wiki generated" check: check-xml check-png testxml diff --git a/help/about-server.txt b/help/about-server.txt index b25a1b91..b1031ca0 100644 --- a/help/about-server.txt +++ b/help/about-server.txt @@ -6,16 +6,36 @@ ##3-- <<TMW2 Contributors>> -- ##3--------------------------- -##941444d494e (Andrei Karas) <4144 evolonline.org> + +##3##BServer Administrators##b ##9jesusalva (Jonatas L. Nogueira) <cpntb1 ymail.com> ##9Saulc (Lucas Helaine) <lucashelaine14 gmail.com> ##9Crazyfefe (Lecanu Colin) <admin tmw2.org> -##9Polaczka (Denis) <trella9007 gmail.com> -##9Soren <psyprogreesive gmail.com> + +##3##BAdditional Coders##b ##9Rakinorf ##9ayruss ##9GonzoDark +##3##BAdditional Art and Music##b +##9Polaczka (Denis) <trella9007 gmail.com> + +##3##BAdditional Mappers##b +##9Soren <psyprogreesive gmail.com> + +##3##BNotable Mentions##b +##941444d494e (Andrei Karas) <4144 evolonline.org> + +##3--------------------------- +##3-- <<Related Communities>> -- +##3--------------------------- + +[@@https://manaplus.org|<<ManaPlus>>https://manaplus.org@@] +[@@http://opengameart.org|<<Open Game Art>>http://opengameart.org@@] +[@@http://tmw-br.scall.org|<<The Mana World Brazil>>http://tmw-br.scall.org@@] +[@@https://themanaworld.org|<<The Mana World>>https://themanaworld.org@@] +[@@http://evolonline.org|<<Evol Online>>http://evolonline.org@@] + ##3--------------------------- ##3-- <<Evol Online Contributors>> -- ##3--------------------------- @@ -140,13 +160,3 @@ ##9speedygonzo[@@http://freesound.org/people/speedygonzo/|<<http://freesound.org/people/speedygonzo/>>@@] ##9spookymodem[@@http://freesound.org/people/spookymodem/|<<http://freesound.org/people/spookymodem/>>@@] ##9vibe_crc[@@http://freesound.org/people/vibe_crc/|<<http://freesound.org/people/vibe_crc/>>@@] - -##3--------------------------- -##3-- <<Related Communities>> -- -##3--------------------------- - -[@@https://manaplus.org|<<ManaPlus>>https://manaplus.org@@] -[@@http://opengameart.org|<<Open Game Art>>http://opengameart.org@@] -[@@http://tmw-br.scall.org|<<The Mana World Brazil>>http://tmw-br.scall.org@@] -[@@https://themanaworld.org|<<The Mana World>>https://themanaworld.org@@] -[@@http://evolonline.org|<<Evol Online>>http://evolonline.org@@] |