]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blob - 1.16/README
[svn-inject] Tagging upstream source version of libhtml-calendarmonth-perl
[deb_pkgs/libhtml-calendarmonth-perl.git] / 1.16 / README
1 HTML-CalendarMonth
2 -------------------
3
4 HTML::CalendarMonth is a module that simplifies the rendering of a
5 calendar month in HTML. It is NOT a scheduling system.
6
7 Calendars are represented as HTML::Element based structures, derived
8 from the HTML::ElementTable class.
9
10 The module includes support for 'week of the year' numbering, arbitrary
11 1st day of the week definitions, and aliasing so that you can express
12 any element in any language HTML can handle.
13
14 If you wish to use 'week of the year' numbering, or want to explore
15 dates beyond the capability of the internal perl time functions, then
16 you will need Date::Calc or Date::Manip.
17
18 INSTALLATION
19
20 You install HTML-Calendar, as you would install any perl module library,
21 by running these commands:
22
23    perl Makefile.PL
24    make
25    make test
26    make install
27
28 DOCUMENTATION
29
30 See HTML/CalendarMonth.pm for the code. See Changes for recent changes.
31 POD style documentation is included in the module. This is normally
32 converted to a manual page and installed as part of the "make install"
33 process. You should also be able to use the 'perldoc' utility to extract
34 and read documentation from the module directly.
35
36 Some examples can be found here:
37
38    http://www.mojotoad.com/sisk/projects/HTML-CalendarMonth/examples.html
39
40 SUPPORT
41
42 There is a mailing list for HTML::Calendar. To subscribe or view past
43 messages, please visit the following URL:
44
45    http://lists.sourceforge.net/mailman/listinfo/html-calmonth-general
46
47 Questions and comments may also be directed to Matt Sisk
48 <sisk@mojotoad.com>
49
50 AVAILABILITY
51
52 The package is available from CPAN:
53
54    http://www.cpan.org/authors/id/M/MS/MSISK/
55
56 The package is also available at the Toadstool:
57
58    http://www.mojotoad.com/sisk/projects/HTML-CalendarMonth/
59
60 ACKNOWLEDGMENTS
61
62 Thanks to William R. Ward for some conceptual nudging. Thanks to Fabian
63 Aichele, Jarkko Hietaniemi, Wolfgang Jürgensen, and David 'Sniper'
64 Rigaudiere for some suggestions on global calendar customs. Thanks to
65 Gael Marziou, Raul Rivero, T. Bugra Uytun, and Philipp W. for some
66 helpful bug spotting.
67
68 COPYRIGHT
69
70 Copyright (c) 1999-2005 Matthew P. Sisk. All rights reserved. All wrongs
71 revenged. This program is free software; you can redistribute it and/or
72 modify it under the same terms as Perl itself.