diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 8c76901d..00000000 --- a/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -edubart - leader developer -baxnie - developer \ No newline at end of file diff --git a/BUGS b/BUGS deleted file mode 100644 index c7d4898e..00000000 --- a/BUGS +++ /dev/null @@ -1,2 +0,0 @@ -To report bugs and see currently known bugs visit: -https://github.com/edubart/otclient/issues \ No newline at end of file diff --git a/README.rdoc b/README.rdoc index a06d1f16..71517137 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,18 +1,40 @@ -== Welcome -OTClient is an alternative tibia client for otserv written in C++2011, made -with a modular system that uses lua scripts for ingame interface and -functionality, making otclient flexible and easy to customize. +== What is OTClient? + +OTClient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible, +for that it uses LUA scripting for all game interface functionality and configuration files created with +a syntax similar to CSS for its interface design. OTClient works with a modular system, this means +that each functionality is a separated module, giving the possibility to users modify and customize +anything easily. Users can also create new mods and extend game interface for their own purposes. +OTClient is written in C++2011, the upcoming C++ standard. + +== Need help? + +If you have any questions or are looking for more information, please feel free to ask on our official +forum at http://otclient.info/ == Getting Started +In short, if you need to compile OTClient, follow these tutorials: * {Compiling on Windows}[http://otclient.info/page/articles.html/_/general/compiling-on-windows-r9] * {Compiling on Ubuntu}[http://otclient.info/page/articles.html/_/general/compiling-on-ubuntu-r12] Checkout our website at {http://otclient.info}[http://otclient.info/] for tutorials and more information +== Bugs + +Have found a bug? Please create an issue in our bug tracker! +http://otclient.info/tracker + == Contributing We encourage you to contribute to OTClient! Please check out {our website}[http://otclient.info/] for guidelines about how to proceed. Join us! +== Authors + +* edubart (project creator and leader developer) +* baxnie (official developer) + == License + OTClient is made available under the MIT License +