Atom 1.0.2A library for creating Atom (RSS) Feed Documents (Internal)
Atom is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.
Atom is a library for creating Atom (RSS) Feed Documents.
The Atom Syndication Format, or Atom for short, is the technically advanced successor to RSS v2.0. This Atom library provides a collection of entities that let you compose an Atom Feed Document and serialise it to XML.
Atom is an implementation of the The Atom Syndication Format. See atomenabled.org for a more human readable version.
Install
To install Atom with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install Atom with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/
directory.
Use
To use Atom in a Fantom project, add a dependency to the project's build.fan
:
depends = ["sys 1.0", ..., "afAtom 1.0.2 - 1.0"]
Documentation
Information
Meta information on the Atom pod:
- Published by
- Steve Eynon
- Organisation
- Alien-Factory
- Pod file size
- 50.21 kB
- Licence
- The MIT Licence
- Built on
- 1st Jun 2015
- Source code
- via Mercurial at https://bitbucket.org/AlienFactory/afatom
- Depends on
- sys, xml
- Referenced by
- afEggbox
- Javascript Compatible
- No
Dependency Graph
Release History
There have been 3 releases of Atom: