Skip to content

Commit 876fc08

Browse files
committed
Added a more descriptive README
1 parent 4c2814c commit 876fc08

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.DS_Store
2+
nb-configuration.xml
3+
nbproject/
14
target/
25
pom.xml.tag
36
pom.xml.releaseBackup

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# plethonian-webapp
2-
Web application for Pletho's Calendar website
1+
# Plethonian Calendar Web Application
2+
3+
An application that computes time according to the rules of the calendar
4+
introduces by Pletho, the Greek Platonic philosopher who was the real initiator
5+
of the Italian Renaissance.
6+
7+
The website is visible at [Fasti Pletonis](https://fastipletonis.eu)
8+
9+
## Rules of the calendar
10+
The calendar calculates months according to the Moon cycle, and years according
11+
to the Sun cycles, therefore the number of months in a year can be either
12+
twelve or thirteen, while the number of days in a month is either 29 or 30.
13+
These are the general rules:
14+
15+
- each month starts at the first day AFTER the New Moon;
16+
- the year starts at the beginning of the first month AFTER the winter solstice;
17+
- each month is divided in four weeks, with one or two days outside the week
18+
cycle, depending if it's a 29-days or a 30-days month.

0 commit comments

Comments
 (0)