<- Back
# Feeds ## Atom
* Atom feed, smaller filesize with only a summary: »atom.xml«.
* Atom feed with content: »atom_content.xml«.
## RSS
* RSS feed, smaller filesize with only a summary: »rss.xml«.
* RSS feed with content: »rss_content.xml«.
## Twtxt
Twtxt feed: »twtxt.txt«.
## sfeed TAB-separated format
* Feed, smaller filesize with only a summary: »sfeed.tsv«.
* Feed with content: »sfeed_content.tsv«.
Documentation:
* sfeed TAB-separated data format documentation.
* sfeed - simple RSS and Atom parser.
## JSONfeed 1.1
* JSONfeed 1.1 feed, smaller filesize with only a summary: »jsonfeed.json«.
* JSONfeed 1.1 feed with content: »jsonfeed_content.json«.
## Atom feeds for the git repositories
The git »repositories« each have an Atom feed for the commit log (atom.xml) and
an Atom feed for the tags/releases (tags.xml). This can be useful for package maintainers to keep track of software releases. For example: * stagit commit log:
* https://git.codemadness.org/stagit/atom.xml
* gopher://codemadness.org/0/git/stagit/atom.xml
* stagit tags/releases:
* https://git.codemadness.org/stagit/tags.xml
* gopher://codemadness.org/0/git/stagit/tags.xml