X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=1.17%2FREADME;fp=1.17%2FREADME;h=0000000000000000000000000000000000000000;hb=ed44be48bb467d82127717d1ae2d11890aaf329b;hp=42df8e0db8e110a2529e3b3b24b010e9dcddbfbe;hpb=982e2bb08f00d800e2cd9fb65b108231719c8a65;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/1.17/README b/1.17/README deleted file mode 100644 index 42df8e0..0000000 --- a/1.17/README +++ /dev/null @@ -1,72 +0,0 @@ -HTML-CalendarMonth -------------------- - -HTML::CalendarMonth is a module that simplifies the rendering of a -calendar month in HTML. It is NOT a scheduling system. - -Calendars are represented as HTML::Element based structures, derived -from the HTML::ElementTable class. - -The module includes support for 'week of the year' numbering, arbitrary -1st day of the week definitions, and aliasing so that you can express -any element in any language HTML can handle. - -If you wish to use 'week of the year' numbering, or want to explore -dates beyond the capability of the internal perl time functions, then -you will need Date::Calc or Date::Manip. - -INSTALLATION - -You install HTML-Calendar, as you would install any perl module library, -by running these commands: - - perl Makefile.PL - make - make test - make install - -DOCUMENTATION - -See HTML/CalendarMonth.pm for the code. See Changes for recent changes. -POD style documentation is included in the module. This is normally -converted to a manual page and installed as part of the "make install" -process. You should also be able to use the 'perldoc' utility to extract -and read documentation from the module directly. - -Some examples can be found here: - - http://www.mojotoad.com/sisk/projects/HTML-CalendarMonth/examples.html - -SUPPORT - -There is a mailing list for HTML::Calendar. To subscribe or view past -messages, please visit the following URL: - - http://lists.sourceforge.net/mailman/listinfo/html-calmonth-general - -Questions and comments may also be directed to Matt Sisk - - -AVAILABILITY - -The package is available from CPAN: - - http://www.cpan.org/authors/id/M/MS/MSISK/ - -The package is also available at the Toadstool: - - http://www.mojotoad.com/sisk/projects/HTML-CalendarMonth/ - -ACKNOWLEDGMENTS - -Thanks to William R. Ward for some conceptual nudging. Thanks to Fabian -Aichele, Jarkko Hietaniemi, Wolfgang Jürgensen, and David 'Sniper' -Rigaudiere for some suggestions on global calendar customs. Thanks to -Gael Marziou, Raul Rivero, T. Bugra Uytun, and Philipp W. for some -helpful bug spotting. - -COPYRIGHT - -Copyright (c) 1999-2005 Matthew P. Sisk. All rights reserved. All wrongs -revenged. This program is free software; you can redistribute it and/or -modify it under the same terms as Perl itself.