|
NAMEDateTime::Calendar::FrenchRevolutionary::Locale::fr -- French localization for the French revolutionary calendar.SYNOPSISuse DateTime::Calendar::FrenchRevolutionary::Locale; my $french_locale = DateTime::Calendar::FrenchRevolutionary::Locale->load('fr'); my $french_month_name =$french_locale->month_name($date); DESCRIPTIONThis module provides localization for DateTime::Calendar::FrenchRevolutionary. Usually, its methods will be invoked only from DT::C::FR.USAGEThis module provides the following class methods:
SUPPORTSupport for this module is provided via the datetime@perl.org email list. See <https://lists.perl.org/> for more details.Please report any bugs or feature requests to Github at <https://github.com/jforget/DateTime-Calendar-FrenchRevolutionary>, and create an issue or submit a pull request. If you have no feedback after a week or so, try to reach me by email at JFORGET at cpan dot org. The notification from Github may have failed to reach me. In your message, please mention the distribution name in the subject, so my spam filter and I will easily dispatch the email to the proper folder. On the other hand, I may be on vacation or away from Internet for a good reason. Do not be upset if I do not answer immediately. You should write me at a leisurely rythm, about once per month, until I react. If after about six months or a year, there is still no reaction from me, you can worry and start the CPAN procedure for module adoption. See <https://groups.google.com/g/perl.module-authors/c/IPWjASwuLNs> <https://www.cpan.org/misc/cpan-faq.html#How_maintain_module> and <https://www.cpan.org/misc/cpan-faq.html#How_adopt_module>. AUTHORJean Forget <JFORGET@cpan.org>The development of this module is hosted by Les Mongueurs de Perl, <http://www.mongueurs.net/>. SEE ALSOBooksCalendrier Militaire, anonymous (see the last entry of the Internet section).Internet<https://github.com/houseabsolute/DateTime.pm/wiki><https://en.wikipedia.org/wiki/French_Republican_Calendar> <https://fr.wikipedia.org/wiki/Calendrier_républicain> <https://archive.org/details/decretdelaconven00fran_40> "Décret du 4 frimaire, an II (24 novembre 1793) sur l'ère, le commencement et l'organisation de l'année et sur les noms des jours et des mois" <https://archive.org/details/decretdelaconven00fran_41> Same text, with a slightly different typography. <https://purl.stanford.edu/dx068ky1531> "Archives parlementaires de 1789 à 1860: recueil complet des débats législatifs & politiques des Chambres françaises", J. Madival and E. Laurent, et. al., eds, Librairie administrative de P. Dupont, Paris, 1912. Starting with page 6, this document includes the same text as the previous links, with a much improved typography. Especially, all the "long s" letters have been replaced by short s. Also interesting is the text following the decree, page 21 and following: "Annuaire ou calendrier pour la seconde année de la République française, annexe du décret du 4 frimaire, an II (24 novembre 1793) sur l'ère, le commencement et l'organisation de l'année et sur les noms des jours et des mois". <https://gallica.bnf.fr/ark:/12148/bpt6k48746z> [Fabre] "Rapport fait à la Convention nationale dans la séance du 3 du second mois de la seconde année de la République française, au nom de la Commission chargée de la confection du calendrier", Philippe-François-Nazaire Fabre d'Églantine, Imprimerie nationale, Paris, 1793 <https://gallica.bnf.fr/ark:/12148/bpt6k49016b> [Annuaire] "Annuaire du cultivateur, pour la troisième année de la République : présenté le 30 pluviôse de l'an II à la Convention nationale, qui en a décrété l'impression et l'envoi, pour servir aux écoles de la République", Gilbert Romme, Imprimerie nationale des lois, Paris, 1794-1795 <https://gallica.bnf.fr/ark:/12148/bpt6k43978x> "Calendrier militaire, ou tableau sommaire des victoires remportées par les Armées de la République française, depuis sa fondation (22 septembre 1792), jusqu'au 9 floréal an 7, époque de la rupture du Congrès de Rastadt et de la reprise des hostilités" Moutardier, Paris, An VIII de la République française. The source of the "on_date" method. LICENSE STUFFCopyright (c) 2003, 2004, 2010, 2012, 2014, 2016, 2019, 2021 Jean Forget. All rights reserved. This program is free software. You can distribute, modify, and otherwise mangle DateTime::Calendar::FrenchRevolutionary under the same terms as perl 5.16.3.This program is distributed under the same terms as Perl 5.16.3: GNU Public License version 1 or later and Perl Artistic License You can find the text of the licenses in the LICENSE file or at <https://dev.perl.org/licenses/artistic.html> and <https://www.gnu.org/licenses/gpl-1.0.html>. Here is the summary of GPL: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see <https://www.gnu.org/licenses/> or contact the Free Software Foundation, Inc., <https://www.fsf.org>.
Visit the GSP FreeBSD Man Page Interface. |