  Open-Xchange Mobile GUI

  The Mobile GUI provides a easy-to-use user interface for mobile 
  devices with small/low resolution screens which provides JS and 
  CSS2/3 support (e.g. iPhone or android devices) or a standard 
  HTML interface to connect to the Open-Xchange Server 6.  
  
  Installation
  ------------
  
  A quick installation guide can be found in the file named 
  "INSTALL" in this directory.
  

  The Latest Version
  ------------------

  Details of the latest version can be found on the Open-Xchange
  Project web site <http://www.open-xchange.org/>.


  Licensing
  ---------

  This software is licensed under the terms you may find in the file 
  named "LICENSE" in this directory.




Installation:
~~~~~~~~~~~~~

1. Install apache2 and php5 with following modules:
  + json - Needed for OX Http API Objects
  + curl - Needed for communication with OX API.
  + gettext - Pure PHP Gettext Implementation.
  + mcrypt - Used for de/encryption within the application.

1a. As Mobile GUI Supports i18n, make sure that your system has the following locales correctly installed:
  + de_DE
  + en_US
  All WITH UTF-8 Support!

2. Edit config.php so that it fits in your environment.

2a.If you have problems with times in the calendar, it seems that you have an old version of php5 installed.
 In this case, install "php-pear" and "php-dev" so that you can install addiotinal modules via "pecl":

  Install the "timezonedb" module via pecl:
   -> pecl install timezonedb
   -> As displayed by pecl, configure php.ini to use the timezonedb:
      You should add "extension=timezonedb.so" to php.ini
   -> Check with a PHP "info" Page that timezonedb is installed correctly
      "Olson" Timezone Database Version 	2008.9 <-- the version can differ
      Timezone Database 	external
   INFO: Needed for correct Date with Timezones calculation.Built in timezonesdb seems to be buggy.

5. Open Browser and open the index.php file. You should now be able to use the OX Mobile GUI