<- 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«.
## 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«.
## 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 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:

* slstatus commit log:
  * https://git.drkhsh.at/slstatus/atom.xml
  * gopher://drkhsh.at/0/scm/slatatus/atom.xml
* slstatus tags/releases:
  * https://git.drkhsh.at/slstatus/tags.xml
  * gopher://drkhsh.at/0/scm/slstatus/tags.xml
.