Commit graph

7 commits

Author SHA1 Message Date
4290be3aab Gemfile.lock: update 2023-10-04 19:17:11 -03:00
57953cd819 ryo.rb: update to v0.4.3 2023-09-17 00:53:00 -03:00
f4483b62e4 Restructure the object that describes a surah.
The object is now structured differently:

{
  id: number,
  name: {
    codepoints: number[],
    translated: string,
    transliterated: string
  },
  origin: "makkah" | "medina",
  ayahs: number,
  slug: string,
  translator: string
}
2023-09-17 00:08:32 -03:00
6a5f42cd5c Gemfile.lock: update 2023-07-30 17:27:24 -03:00
4ba407021e Gemfile.lock: update 2023-03-14 19:10:59 -03:00
2d9a22ea8f The great rewrite
The project's directory structure has been changed to be similar
to how FreeBSD organizes its filesystem. The english, portuguese,
and farsi translations are now sourced from https://quran.com. The
original Arabic is still sourced from searchtruth.com. Files
have been removed, and / or replaced. The SQL-related files have
been removed, with the intention to separate them into a new project
in the future (quran-sql). The lessons learnt from the development of
quran-audio were an inspiration for this change.
2023-02-08 16:14:48 -03:00
8507f0a142 Check in Gemfile.lock 2023-02-04 16:27:10 -03:00