Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is version 0.95 of Cultura. Thanks for helping us get started with this.

Major Changes from v.9

...

  • Exchange start and end dates made more sensible

...

  • added ability to modify exchange languages and dates after initial setup

...

  • Improved terms.fre translation file

...

  • Table fields added to flag language directionality (full right-to-left

...

  • language support not yet implemented, though);

CONTENTS:

Requirements
Installation from Scratch

...

Upgrading from v .9
Problems?

...

Requirements:

1. A php-enabled webserver (tested on Apache/1.3.22 Ben-SSL/1.47 with PHP 4 module installed)
2. The php xmlrpc.inc file. This is normally installed in /usr/local/lib/php, but if you're running php only as an Apache module, you may not have this file. A copy is included in this distribution just in case, but you'd be better off deleting it and using the one on your server if you have it.
3. Mysql (tested on Ver 14.7 Distrib 4.1.11, and set to utf8 in my.cnf)
4. The application is designed for a php implementation with magic quotes turned ON. This setting is often turned off centrally. An .htaccess file is included in the distribution which should override any centrally-set magic quotes setting. If you cannot override this setting (it's possible that the central webserver is set such that you can't, even via the .htaccess file), then you'll need to compensate appropriately by modifying sql.inc.php.

...