Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core_functions/tafaseer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Category:
baghawy = "baghawy"
jalalayn = "jalalayn"
katheer = "katheer"
mukhtasar = "mukhtasar"
muyassar = "muyassar"
qortoby = "qortoby"
sa3dy = "sa3dy"
Expand All @@ -18,6 +19,7 @@ class Category:
"البغوي": baghawy,
"الجلالين": jalalayn,
"ابن كثير": katheer,
"المختصر في التفسير": mukhtasar,
"الميسر": muyassar,
"القرطبي": qortoby,
"السعدي": sa3dy,
Expand Down
5 changes: 4 additions & 1 deletion database/tafaseer/how to use.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ e.g: tafsir_1
tafsir_2
...
these tables have the columns:
text (tafsir text), number (aya number in quran), numberInSurah (aya number in surah)
text (tafsir text), number (aya number in quran), numberInSurah (aya number in surah)

mukhtasar.db: المختصر في التفسير - sourced from Tafsir Center for Quranic Studies (tafsir.net)
CC BY 4.0 license - attribution required: "Tafsir Center for Quranic Studies (https://tafsir.net)"
Binary file added database/tafaseer/mukhtasar.db
Binary file not shown.