This package can be used to generate feeds in the Atom 1.0 XML format.
The main class means to define the feed properties such as the title, URL, sub-title, language, encoding, last updated data, copy rights, author, icon, logo and contributors.
The main class may also create an object of a separate class that manipulates feed entries.
That class provides means to define entry properties such as the title, URL, publishing and last updated dates, the author, copy rights, associated links, categories, summary and alternative types of the entry content.
The Atom feed may be generated as part of the current script output, returned as a string or stored in given file.