 
 BASEX ================================================================
 
 Welcome to the source code of BaseX.
 
 To get the project running as smooth as possible, please consider the
 following notes:
 
 COMPILING BASEX ------------------------------------------------------
 
 JDK 1.6 is needed to compile the complete BaseX sources. You can 
 launch the following classes, which are all placed in the main package
 org.basex:
 
 BaseX        : console mode
 BaseXServer  : server instance, waiting for requests
 BaseXClient  : console mode, interacting with the server
 BaseXWin     : graphical user interface
 
 Moreover, try -h to have a look at the available command line options.
 For example, you can use BaseX to process XPath queries without
 entering the console.
 
 USING ECLIPSE --------------------------------------------------------
 
 BaseX is being developed with the Eclipse environment. Some style
 guidelines are integrated in the Subversion/CVS version of BaseX;
 they are being embedded as soon as you open the project.
 
 RUNNING BASEX --------------------------------------------------------
 
 Apply the following steps to start BaseX with Eclipse:
 
 - Press Run -> Run...
 - Create a new "Java Application" launch configuration
 - Select "basex" as "Project"
 - Choose a "Main class" (e.g., org.basex.BaseXWin
   for the graphical user interface)
 - Launch the project via 'Run'
 
 ADDING CHECKSTYLE ----------------------------------------------------
 
 Some additional guidelines are defined via the CheckStyle plugin:
 
 - Open Eclipse
 - Press Help -> Software Updates -> Find and Install
 - Press "Search for new features to install"
 - Press "New Remote Site" and enter 'Eclipse' and the following
   URL http://eclipse-cs.sourceforge.net/update 
 - Follow the installation procedure and restart Eclipse
 
 ----------------------------------------------------------------------
 
 Any kind of feedback is welcome; please tell us if you run into any
 troubles while installing and running BaseX: 
 basex-talk@mailman.uni-konstanz.de
 
 Have a nice day,
 BaseX team 2010
 
 =================================== DBIS Group, University of Konstanz
