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 (2758B)
---
1 ## Atom
2
3 * Atom feed, smaller filesize with only a summary: [atom.xml](https://codemadness.org/atom.xml).
4 * Atom feed with content: [atom\_content.xml](https://codemadness.org/atom_content.xml).
5 * Atom feed, smaller filesize with only a summary: [atom\_gopher.xml](https://codemadness.org/atom_gopher.xml).
6 * Atom feed with content: [atom\_content\_gopher.xml](https://codemadness.org/atom_content_gopher.xml).
7
8
9 ## RSS
10
11 * RSS feed, smaller filesize with only a summary: [rss.xml](https://codemadness.org/rss.xml).
12 * RSS feed with content: [rss\_content.xml](https://codemadness.org/rss_content.xml).
13 * RSS feed, smaller filesize with only a summary, gopher: [rss\_gopher.xml](https://codemadness.org/rss_gopher.xml).
14 * RSS feed with content, gopher: [rss\_content\_gopher.xml](https://codemadness.org/rss_content_gopher.xml).
15
16
17 ## [Twtxt](https://twtxt.readthedocs.io/en/stable/)
18
19 * Twtxt feed: [twtxt.txt](https://codemadness.org/twtxt.txt).
20 * Twtxt feed, gopher: [twtxt\_gopher.txt](https://codemadness.org/twtxt_gopher.txt).
21
22
23 ## [sfeed TAB-separated format](https://codemadness.org/sfeed.1.txt)
24
25 * Feed, smaller filesize with only a summary: [sfeed.tsv](https://codemadness.org/sfeed.tsv).
26 * Feed with content: [sfeed\_content.tsv](https://codemadness.org/sfeed_content.tsv).
27 * Feed, smaller filesize with only a summary, gopher: [sfeed\_gopher.tsv](https://codemadness.org/sfeed_gopher.tsv).
28 * Feed with content, gopher: [sfeed\_content\_gopher.tsv](https://codemadness.org/sfeed_content_gopher.tsv).
29
30 Documentation:
31 * [sfeed TAB-separated data format documentation](https://codemadness.org/sfeed.1.txt).
32 * [sfeed - simple RSS and Atom parser](https://codemadness.org/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](https://codemadness.org/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](https://codemadness.org/jsonfeed_gopher.json).
40 * JSONfeed 1.1 feed with content, gopher: [jsonfeed\_content\_gopher.json](https://codemadness.org/jsonfeed_content_gopher.json).
41
42
43 ## Atom feeds for the git repositories
44
45 The git [repositories](https://codemadness.org/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>