From c38ac3b03a83096810003120039a934948a0eeb8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 21 Feb 2012 20:12:52 +0000 Subject: Added documentation and license information. --- README | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 5b703fe..9182d3b 100644 --- a/README +++ b/README @@ -1,5 +1,31 @@ -This is the Project::OSiRiON zone editor -http://osirion.org +Project::OSiRiON world editor - README + http://osirion.org + This is a quick-and-dirty editor for Project::OSiRiON zone ini files. + It's written in C++ and uses the Qt library. + +Usage + + Use File -> Open to open an existing ini file. + + You can drag the map using the right mouse button and zoom with the mouse wheel. + + Use the left mouse button to select an entity on the map. + + You can drag the selected entity around the map with the left mouse button. + +Source code + + The latest version of the source code can be downloaded from the subversion repository + svn://osirion.org/osirion-editor + +License + + The source code is licenced under the GENERAL PUBLIC LICENSE, version 2. + The full text of this licence can be found in the file named GPL. + + Please refer to + http://www.gnu.org/licenses/old-licenses/gpl-2.0.html + for more information about this license. -- cgit v1.2.3