3 KiB
About
This repository contains a port of the al-quran.reflectslight.io website for the mobile operating system KaiOS. The project is still in the early stages of development.
Screenshots
SurahIndex.tsx
SurahStream.tsx
Development
Requirements
The following languages have to be installed to build the website from source:
- Ruby 3.2 (or later)
- NodeJS v18.15 (or later)
Examples
# Clone repository
git clone https://github.com/ReflectsLight/al-quran_kaios
cd al-quran_kaios
# Setup build environment
bin/setup
# List all tasks
bundle exec rake -T
# Build website (dev build)
bundle exec rake nanoc:build
# Build website (production build)
bundle exec rake nanoc:build[production]
# Start web server
bundle exec rake server
Configuration
-
audio.base_url
audio.base_url
controls what web server serves audio content. The default works out of the box. The URL for an audio file is resolved by joiningaudio.base_url
and/<surahid>/<ayahid>.mp3
. Theaudio.base_url
option makes it relatively easy to change the reciter at build time, before deploying the website.The https://audio.al-quran.reflectslight.io endpoint provides the following recitations:
- Mishari bin Rashed Alafasy
https://audio.al-quran.reflectslight.io/alafasy - Ahmad bin Ali Al-Ajmi
https://audio.al-quran.reflectslight.io/alajmi - Sahl Yassin
https://audio.al-quran.reflectslight.io/yassin - Hani ar-Rifai
https://audio.al-quran.reflectslight.io/rifai
Note
Due to their overall size the audio files are the only files not kept in this repository. The audio files are hosted by https://audio.al-quran.reflectslight.io instead. - Mishari bin Rashed Alafasy
Thanks
الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ
- Thanks to the graphic artists:
- Thanks to the translators:
- English (The Clear Quran) by Dr. Mustafa Khattab
- Farsi by Hussain Ansarian
- Thanks to the reciters:
- Mishari bin Rashed Alafasy
- Ahmad bin Ali Al-Ajmi
- Sahl Yassin
- Hani ar-Rifai
- Thanks to @farooqkz:
Farooq introduced me to KaiOS development
Sources
License
The "source code" is released under the terms of the GPL
See LICENSE for details