(DIR) <- Back
       
       
       # Feeds
       
       
       ## Atom
       
 (TXT) * Atom feed, smaller filesize with only a summary: »atom.xml«.
 (TXT) * Atom feed with content: »atom_content.xml«.
       
       
       ## RSS
       
 (TXT) * RSS feed, smaller filesize with only a summary: »rss.xml«.
 (TXT) * RSS feed with content: »rss_content.xml«.
       
       
 (HTM) ## Twtxt
       
 (TXT) Twtxt feed: »twtxt.txt«.
       
       
 (TXT) ## sfeed TAB-separated format
       
 (TXT) * Feed, smaller filesize with only a summary: »sfeed.tsv«.
 (TXT) * Feed with content: »sfeed_content.tsv«.
       
       Documentation:
 (TXT) * sfeed TAB-separated data format documentation.
 (DIR) * sfeed - simple RSS and Atom parser.
       
       
 (HTM) ## JSONfeed 1.1
       
 (TXT) * JSONfeed 1.1 feed, smaller filesize with only a summary: »jsonfeed.json«.
 (TXT) * JSONfeed 1.1 feed with content: »jsonfeed_content.json«.
       
       
       ## Atom feeds for the git repositories
       
 (DIR) 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:
 (HTM)   * https://git.codemadness.org/stagit/atom.xml
 (TXT)   * gopher://codemadness.org/0/git/stagit/atom.xml
       * stagit tags/releases:
 (HTM)   * https://git.codemadness.org/stagit/tags.xml
 (TXT)   * gopher://codemadness.org/0/git/stagit/tags.xml