Skip to content

Commit

Permalink
Merge pull request #18 from jayarathina/v4
Browse files Browse the repository at this point in the history
Minor Update
  • Loading branch information
jayarathina committed Sep 30, 2022
2 parents 22cd876 + a788c87 commit aadc33c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This project acts as a backbone for my [Tamil Lectionary](https://github.com/jay
* SQL database, preferably MySQL (but works with many other SQL databases too)
* The [Medoo library](http://medoo.in) (included in the package)

## Flow
## Before Starting

Specific settings like the Solemnities of Epiphany, Ascension and Corpus Christi can be set in [config.php](lib/config.php).

Expand All @@ -32,6 +32,8 @@ You can add separate tables for each of your local calendars and place the table
The tables have a column with Tamil data used for translation. You can use it as a sample to translate into any other language.

## Structure of JSON Generated
The JSON is created in the [dat folder](dat/) with the year subfolder.

The content of the JSON file that is generated is of two-dimensional array. Outer most key has the month number and next has the day number. Which is followed by individual feast descriptions. The following is a sample for January 3rd.
```JSON
{
Expand Down

0 comments on commit aadc33c

Please sign in to comment.