On Tue Jul 28 13:43:00 2009, MSCHWERN wrote:
Show quoted text> Sorry, I can't find that documentation anywhere. Perhaps it should be
> listed in the bugs/limitations section?
You are right, it is not documented in the documentation proper, but in
./examples/calendar.cgi:
<TD ALIGN="center" COLSPAN="3">${RED}Note: Historical irregularities are
(usually) not taken into account!${END}</TD>
(I knew I had written it somewhere! :-) )
Show quoted text> Skimming the docs gives the impression that it deals with history quite
> well.
Thank you! :-)
Show quoted text> They start on page one talking about how it doesn't have the year
> limitations of DCY. Everything else about the holiday calculations is
> so detailed going down to individual US states and half holidays.
It is possible in principle to account for all of this, but obviously I
cannot do that for all of the calendar events which exist around the
world...
Show quoted text> But it sounds like you're not interested in maintaining this any more.
In fact I do not have the time anymore to do much support on these modules.
Besides, the list of tiny little change requests is almost endless, and
I'd never be done with satisfying everybody.
So I suggest that you take the Profiles in the module as examples, copy
them into your code and modify them at will.
Another possibility is to import profiles and to modify them at runtime,
by overriding certain entries, by using the same hash keys.
Show quoted text
Someone has modified the module to include the Orthodox and Julian
calendars (which are outside the scope of my module, and for which there
are other Perl modules specializing in them) and has uploaded this new
version to CPAN, which has created confusion because it was (and is) not
authorized. It appears the author just wanted his private version of the
module to be accessible from anywhere.
Cheers!