https://github.com/ceefour/hadith-islamware
Hadith database from Islam Ware
https://github.com/ceefour/hadith-islamware
Last synced: 6 months ago
JSON representation
Hadith database from Islam Ware
- Host: GitHub
- URL: https://github.com/ceefour/hadith-islamware
- Owner: ceefour
- License: unlicense
- Created: 2014-08-01T00:53:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T17:23:36.000Z (almost 12 years ago)
- Last Synced: 2024-11-07T20:42:20.302Z (over 1 year ago)
- Homepage: https://www.islamware.com/app/downloads
- Size: 61.7 MB
- Stars: 121
- Watchers: 13
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-Islam - Hadith-islamware
README
hadith-islamware
================
Hadith database from [Islam Ware](https://www.islamware.com/app/downloads).
Copyright (C) 2006-2014 Islam Ware.
The files are provided here and signed by [Hendy Irawan](http://www.hendyirawan.com/)
for preservation purposes.
The UTF-8 files are converted using:
```
iconv -f cp1256 -t utf8 -o hadith-maliks-muwatta.utf8.csv hadith-maliks-muwatta.csv
iconv -f cp1256 -t utf8 -o hadith-musnad-ahmad-ibn-hanbal.utf8.csv hadith-musnad-ahmad-ibn-hanbal.csv
iconv -f cp1256 -t utf8 -o hadith-sahih-bukhari.utf8.csv hadith-sahih-bukhari.csv
iconv -f cp1256 -t utf8 -o hadith-sahih-muslim.utf8.csv hadith-sahih-muslim.csv
iconv -f cp1256 -t utf8 -o hadith-sunan-abu-dawud.utf8.csv hadith-sunan-abu-dawud.csv
iconv -f cp1256 -t utf8 -o hadith-sunan-al-darimi.utf8.csv hadith-sunan-al-darimi.csv
iconv -f cp1256 -t utf8 -o hadith-sunan-al-nasai.utf8.csv hadith-sunan-al-nasai.csv
iconv -f cp1256 -t utf8 -o hadith-sunan-al-tirmidhi.utf8.csv hadith-sunan-al-tirmidhi.csv
iconv -f cp1256 -t utf8 -o hadith-sunan-ibn-maja.utf8.csv hadith-sunan-ibn-maja.csv
```
The LF-line-ending files are signed with Hendy Irawan [key 5A9AC703](https://keyserver.pgp.com/vkd/DownloadKey.event?keyid=0xFEDB960B5A9AC703) using:
```
for i in *.csv ; do gpg --detach-sign --armor $i ; done
```
`--textmode` not usable due to `gpg: can't handle text lines longer than 19995 characters`