Open Translation Engine (OTE) is an open source project developing language translation and dictionary tools for the Internet community.
Installation Notes:
- Put ote files in a web accessable directory on your server
- Copy module/settings.php to: module/settings.active.php
- Edit module/settings.active.php for database settings
- edit module/class.php for filesystem and url settings
- edit .htaccess for correct pathname to 404.php file
- edit 404.php for correct pathnames
- edit robots.txt for correct pathnames
- create new database named 'ote'
- create database structure via import of module/db.structure.sql
- create Dutch/English data via import of module/db.import.sql
Notes:
- OTE depends on the web server running files with no extension as PHP files. In Apache, this is added to the .htaccess file:
ForceType application/x-httpd-php
Your web server must be setup to read .htaccess files, or you must add the ForceType declaration to your http.conf file.
Product's homepage
What's New in This Release: [ read full changelog ]
· /export gettext PO format
· /export javascript 'quickbox' format
· new quickbox /quick/index.php, using sample from javscript export
· new templates for /word, /random
· new settings define FORCE_LOWERCASE to force all words into lowercase, or not
· fixed $ote->insert_task() to escape words before mysql insert
· added 'Lookup Word or Phrase' input box on homepage