All Projects → quran → Waqt.org

quran / Waqt.org

website for calculating muslim prayertimes.

In the name of Allah, Most Gracious, Most Merciful

               __ 

_ _____ ____ / / | |/|/ / _ / _/ / |,__/_,/_, /_/ /_/ a muslim prayertimes calculator (http://waqt.org)

this is the sourcecode to waqt.org, a muslim prayertimes calculation website. it relies on open source tools and apis to do it's calculations.

dependencies:

requirements:

  • setup and install libitl, which can be found at arabeyes.org or on sourceforge https://sourceforge.net/projects/arabeyes/files/ITL.

  • setup and install the php extension (phpize, configure, make, make install).

  • make a settings.inc file. the contents of this file should be:

  • for apache, you need to use the .htaccess file for cleaner links

  • for lighttpd, something like this under the host should work: url.rewrite = ( "^/rss(.)" => "/index.php$1&rss=1", "^/about(.)" => "/index.php?about=1" )

i am providing this code to help those muslims who want to put prayertimes on their websites.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].