Home > quran_tl

quran_tl

Quran_tl is a project mainly written in ..., it's free.

Qur'an Transliteration System

In the name of Allah, Most Gracious, Most Merciful


/ _ / // / __/ _/ _, /_,// _,//// /_/ transliteration tools

purpose: to provide working examples and code for doing transliteration search, autocompletion, and so on for Qur'anic text.

steps to setup:

  1. make a mysql database (ex, 'quran'). add permissions as necessary.
  2. source data/transliteration.sql. this contains the base transliteration data (transliteration of the Quran).
  3. add a file called auth.inc with 5 lines:

<?php $mysql_host = 'localhost'; $mysql_user = ''; $mysql_passwd = ''; $mysql_db = 'quran';

and fill in the values accordingly.

  1. source data/cache/cache.sql in mysql and add permissions as necessary.
  2. run data/cache/gencache.php to generate the data cache.