ichaida / seerah-timeline

A timeline of the biography of the prophet Muhammed ﷺ (PBUH).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seerah Timeline

A timeline of the biography of the prophet Muhammed ﷺ (PBUH).

Motivation

The biography of the prophet Muhammed ﷺ (PBUH) is very well documented in books but little can be found online to quickly and easily learn. Through this initiative, we hope to provide, to Muslims and non-Muslims alike, a look at the life of the prophet Muhammed ﷺ (PBUH) through a simple to use interface.

Sources

The main (at least for the start) source for this project will be the book The Sealed Nectar ( الرحيق المختوم ). It has been chosen for it's simplicity and availability in different languages.

Contributing

As an open-source project, all contributions are welcome.

1. Seerah events

All data is stored in seerah.json in a JSON format.

To add an event, please make sure these fields are filled properly:

{
  "title": "name of the event",
  "commentary": [
    "multiline more details ",
    "about the event"
  ],
  "notes": "notes from the author",
  "hijri-date": "date in hijri",
  "start": "0571-04-20", /* needs to be in Gregorian (for now) */
  "end": "0571-04-21" /* if any */
}

2. Project

For the sake of simplicity and to maximize contributions, it is required to keep the project as minimalist as possible. Please head to the Issues section and see if you can tackle any of the known bugs.

Licensing

See LICENSE

About

A timeline of the biography of the prophet Muhammed ﷺ (PBUH).

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.7%Language:HTML 0.3%Language:CSS 0.0%