From 51fe73152d1efe71f6655804a70d59171d29256a Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 13 May 2021 08:20:46 +0100 Subject: [PATCH] fix 'npm test' version warnings, add README --- apps.json | 7 ++++--- apps/doztime/ChangeLog | 1 + apps/doztime/README.md | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 apps/doztime/ChangeLog create mode 100644 apps/doztime/README.md diff --git a/apps.json b/apps.json index 7a5aae374..980eabc40 100644 --- a/apps.json +++ b/apps.json @@ -3155,7 +3155,7 @@ "id": "omnitrix", "name":"Omnitrix", "icon":"omnitrix.png", - "version": "1.0", + "version": "0.01", "readme": "README.md", "description": "An Omnitrix Showpiece", "tags": "game", @@ -3169,7 +3169,7 @@ "name": "Bat Clock", "shortName":"Bat Clock", "icon": "bat-clock.png", - "version":"1.0", + "version":"0.01", "description": "Morphing Clock, with an awesome \"The Dark Knight\" themed logo.", "tags": "clock", "type": "clock", @@ -3183,10 +3183,11 @@ "name":"Dozenal Time", "shortName":"Dozenal Time", "icon":"app.png", - "version":"1.0", + "version":"0.01", "description":"A dozenal Holocene calendar and dozenal diurnal clock", "tags":"clock", "type":"clock", + "readme": "README.md", "storage": [ {"name":"doztime.app.js","url":"app.js"}, {"name":"doztime.img","url":"app-icon.js","evaluate":true} diff --git a/apps/doztime/ChangeLog b/apps/doztime/ChangeLog new file mode 100644 index 000000000..5560f00bc --- /dev/null +++ b/apps/doztime/ChangeLog @@ -0,0 +1 @@ +0.01: New App! diff --git a/apps/doztime/README.md b/apps/doztime/README.md new file mode 100644 index 000000000..075b2f66a --- /dev/null +++ b/apps/doztime/README.md @@ -0,0 +1,14 @@ +Dozenal Time +============ + +A dozenal Holocene calendar and a dozenal diurnal clock. For information about them, go to https://dozenal.ae-web.ca/pdf/dozenal-calendar.pdf and https://dozenal.ae-web.ca/pdf/about-short.pdf. They've been in use for some years. + +In the dozenal number base, ten and eleven are single digits, and 10 is a dozen. The clock simply divides the day by successive powers of a dozen. The day or parts of it may be divided easily into halves, thirds, quarters, sixths, or twelfths (dozenths). There is no conglomeration of bases two, ten, twelve, and sixty, as in the current system of time measurement. + +The annual calendar has a dozen months of 5 weeks each, each week having 6 days. The 5 or 6 days beyond 360 (dozenal 260) are added where they keep the season beginnings the most accurate. + +The year itself begins on the December solstice. Because that always happens, there is no need of a leap-year rule to keep the seasons from drifting. + +The epoch (year numbering) begins in the last year when the perihelion coincided with the June solstice, near the beginning of the Holocene era. That astronomical basis makes the calendar free from politics, religion, or geography. + +While the year number remains cardinal, BTN5 toggles between cardinal and ordinal for the rest of the calendar segments. BTN4 adds or removes a quickly changing digit to or from the clock.