[go: up one dir, main page]

File: TODO

package info (click to toggle)
libkal 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 232 kB
  • sloc: ansic: 901; makefile: 47; sh: 22
file content (25 lines) | stat: -rw-r--r-- 922 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

What needs to be done:
	* more extensive testing. (Does anybody have some chronological
	  tables ?)
	* adding new calendars:
		Mayan - could be quite easy.
		Egyptian, Coptic, Armenian - very nice calendars; have
		  12 months - each 30 days + 5 days extra at the end/
		  beginning of the year.
		Roman - the same as the julianic, but 754 years 'older'.
		The Calendar of the french revolution - seems to be not
		  soo much easy.
		Indian, Japanese, Chinese... - I have no idea :-(
	* debugging the turkish calendar.
	* some implementation for feasts. (but this is VERY complicated
	  if we want to be as much general as possible).

	* rewriting of kal_getdate() so that it doesn't need to exec the
	  "date" command.
	* adding 'kal_xxx_year_info', that would compute the characteristic
	  for given year (such as 'the golden number', 'epact', number of
	  days in the year etc.)

	* making it into a shared library.