• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H03-Jun-2020-5038

lib/XML/Atom/H03-Jun-2020-819277

t/H03-Jun-2020-185139

ChangesH A D03-Jun-20206.3 KiB173140

LICENSEH A D03-Jun-202017.9 KiB380292

MANIFESTH A D03-Jun-2020356 1716

META.jsonH A D03-Jun-20201.4 KiB6059

META.ymlH A D03-Jun-2020804 3433

Makefile.PLH A D03-Jun-20202.7 KiB8772

READMEH A D03-Jun-20201,006 3423

boilerplate.plH A D03-Jun-20201.3 KiB4230

README

1XML::Atom::SimpleFeed
2
3This is a minimal API for generating Atom syndication feeds quickly and
4easily. It supports all aspects of the Atom format itself but has no
5mechanism for the inclusion of extension elements.
6
7You can supply strings for most things, and the module will provide
8useful defaults. When you want more control, you can provide data
9structures, as documented, to specify more particulars.
10
11INSTALLATION
12
13This is a Perl module distribution. It should be installed with whichever
14tool you use to manage your installation of Perl, e.g. any of
15
16  cpanm .
17  cpan  .
18  cpanp -i .
19
20Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
21Should you wish to install this module manually, the procedure is
22
23  perl Makefile.PL
24  make
25  make test
26  make install
27
28COPYRIGHT AND LICENSE
29
30This software is copyright (c) 2020 by Aristotle Pagaltzis.
31
32This is free software; you can redistribute it and/or modify it under the
33same terms as the Perl 5 programming language system itself.
34