atom.md - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       atom.md (2255B)
       ---
            1 ## Atom
            2 
            3 * Atom feed, smaller filesize with only a summary: [atom.xml](atom.xml).
            4 * Atom feed with content: [atom\_content.xml](atom_content.xml).
            5 * Atom feed, smaller filesize with only a summary: [atom\_gopher.xml](atom_gopher.xml).
            6 * Atom feed with content: [atom\_content\_gopher.xml](atom_content_gopher.xml).
            7 
            8 
            9 ## RSS
           10 
           11 * RSS feed, smaller filesize with only a summary: [rss.xml](rss.xml).
           12 * RSS feed with content: [rss\_content.xml](rss_content.xml).
           13 * RSS feed, smaller filesize with only a summary, gopher: [rss\_gopher.xml](rss_gopher.xml).
           14 * RSS feed with content, gopher: [rss\_content\_gopher.xml](rss_content_gopher.xml).
           15 
           16 
           17 ## [Twtxt](https://twtxt.readthedocs.io/en/stable/)
           18 
           19 * Twtxt feed: [twtxt.txt](twtxt.txt).
           20 * Twtxt feed, gopher: [twtxt\_gopher.txt](twtxt_gopher.txt).
           21 
           22 
           23 ## [sfeed TAB-separated format](sfeed.1.txt)
           24 
           25 * Feed, smaller filesize with only a summary: [sfeed.tsv](sfeed.tsv).
           26 * Feed with content: [sfeed\_content.tsv](sfeed_content.tsv).
           27 * Feed, smaller filesize with only a summary, gopher: [sfeed\_gopher.tsv](sfeed_gopher.tsv).
           28 * Feed with content, gopher: [sfeed\_content\_gopher.tsv](sfeed_content_gopher.tsv).
           29 
           30 Documentation:
           31 * [sfeed TAB-separated data format documentation](sfeed.1.txt).
           32 * [sfeed - simple RSS and Atom parser](sfeed.html).
           33 
           34 
           35 ## [JSONfeed 1.1](https://www.jsonfeed.org/version/1.1/)
           36 
           37 * JSONfeed 1.1 feed, smaller filesize with only a summary: [jsonfeed.json](jsonfeed.json).
           38 * JSONfeed 1.1 feed with content: [jsonfeed\_content.json](jsonfeed\_content.json).
           39 * JSONfeed 1.1 feed, smaller filesize with only a summary, gopher: [jsonfeed\_gopher.json](jsonfeed_gopher.json).
           40 * JSONfeed 1.1 feed with content, gopher: [jsonfeed\_content\_gopher.json](jsonfeed_content_gopher.json).
           41 
           42 
           43 ## Atom feeds for the git repositories
           44 
           45 The git [repositories](/git/) each have an Atom feed for the commit log (atom.xml) and
           46 an Atom feed for the tags/releases (tags.xml). This can be useful for package
           47 maintainers to keep track of software releases.
           48 
           49 For example:
           50 
           51 * stagit commit log:
           52   * <https://git.codemadness.org/stagit/atom.xml>
           53   * <gopher://codemadness.org/0/git/stagit/atom.xml>
           54 * stagit tags/releases:
           55   * <https://git.codemadness.org/stagit/tags.xml>
           56   * <gopher://codemadness.org/0/git/stagit/tags.xml>