File: README

package info (click to toggle)
libxml-atom-simplefeed-perl 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 96 kB
  • ctags: 26
  • sloc: perl: 288; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XML::Atom::SimpleFeed

This module provides a minimal API for generating Atom syndication
feeds quickly and easily. It supports all aspects of the Atom format,
but it has no provisions for generating feeds with extension elements.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

COPYRIGHT AND LICENCE

Copyright (C) 2005, Aristotle Pagaltzis

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.