atom.html - 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.html (4706B)
---
1 <!DOCTYPE html>
2 <html dir="ltr" lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <meta http-equiv="Content-Language" content="en" />
6 <meta name="viewport" content="width=device-width" />
7 <meta name="keywords" content="" />
8 <meta name="description" content="" />
9 <meta name="author" content="Hiltjo" />
10 <meta name="generator" content="Static content generated using saait: https://codemadness.org/saait.html" />
11 <title>Feeds - Codemadness</title>
12 <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
13 <link rel="stylesheet" href="print.css" type="text/css" media="print" />
14 <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
15 <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Codemadness Atom Feed with content" />
16 <link rel="icon" href="/favicon.png" type="image/png" />
17 </head>
18 <body>
19 <nav id="menuwrap">
20 <table id="menu" width="100%" border="0">
21 <tr>
22 <td id="links" align="left">
23 <a href="index.html">Blog</a> |
24 <a href="/git/" title="Git repository with some of my projects">Git</a> |
25 <a href="/releases/">Releases</a> |
26 <a href="gopher://codemadness.org">Gopherhole</a>
27 </td>
28 <td id="links-contact" align="right">
29 <span class="hidden"> | </span>
30 <a href="feeds.html">Feeds</a> |
31 <a href="pgp.asc">PGP</a> |
32 <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
33 </td>
34 </tr>
35 </table>
36 </nav>
37 <hr class="hidden" />
38 <main id="mainwrap">
39 <div id="main">
40 <article>
41 <header>
42 <h1>Feeds</h1>
43 </header>
44
45 <h2>Atom</h2>
46 <ul>
47 <li>Atom feed, smaller filesize with only a summary: <a href="atom.xml">atom.xml</a>.</li>
48 <li>Atom feed with content: <a href="atom_content.xml">atom_content.xml</a>.</li>
49 <li>Atom feed, smaller filesize with only a summary: <a href="atom_gopher.xml">atom_gopher.xml</a>.</li>
50 <li>Atom feed with content: <a href="atom_content_gopher.xml">atom_content_gopher.xml</a>.</li>
51 </ul>
52 <h2>RSS</h2>
53 <ul>
54 <li>RSS feed, smaller filesize with only a summary: <a href="rss.xml">rss.xml</a>.</li>
55 <li>RSS feed with content: <a href="rss_content.xml">rss_content.xml</a>.</li>
56 <li>RSS feed, smaller filesize with only a summary, gopher: <a href="rss_gopher.xml">rss_gopher.xml</a>.</li>
57 <li>RSS feed with content, gopher: <a href="rss_content_gopher.xml">rss_content_gopher.xml</a>.</li>
58 </ul>
59 <h2><a href="https://twtxt.readthedocs.io/en/stable/">Twtxt</a></h2>
60 <ul>
61 <li>Twtxt feed: <a href="twtxt.txt">twtxt.txt</a>.</li>
62 <li>Twtxt feed, gopher: <a href="twtxt_gopher.txt">twtxt_gopher.txt</a>.</li>
63 </ul>
64 <h2><a href="sfeed.1.txt">sfeed TAB-separated format</a></h2>
65 <ul>
66 <li>Feed, smaller filesize with only a summary: <a href="sfeed.tsv">sfeed.tsv</a>.</li>
67 <li>Feed with content: <a href="sfeed_content.tsv">sfeed_content.tsv</a>.</li>
68 <li>Feed, smaller filesize with only a summary, gopher: <a href="sfeed_gopher.tsv">sfeed_gopher.tsv</a>.</li>
69 <li>Feed with content, gopher: <a href="sfeed_content_gopher.tsv">sfeed_content_gopher.tsv</a>.</li>
70 </ul>
71 <p>Documentation:
72 <ul>
73 <li><a href="sfeed.1.txt">sfeed TAB-separated data format documentation</a>.</li>
74 <li><a href="sfeed.html">sfeed - simple RSS and Atom parser</a>.</li>
75 </ul>
76 </p>
77 <h2><a href="https://www.jsonfeed.org/version/1.1/">JSONfeed 1.1</a></h2>
78 <ul>
79 <li>JSONfeed 1.1 feed, smaller filesize with only a summary: <a href="jsonfeed.json">jsonfeed.json</a>.</li>
80 <li>JSONfeed 1.1 feed with content: <a href="jsonfeed\_content.json">jsonfeed_content.json</a>.</li>
81 <li>JSONfeed 1.1 feed, smaller filesize with only a summary, gopher: <a href="jsonfeed_gopher.json">jsonfeed_gopher.json</a>.</li>
82 <li>JSONfeed 1.1 feed with content, gopher: <a href="jsonfeed_content_gopher.json">jsonfeed_content_gopher.json</a>.</li>
83 </ul>
84 <h2>Atom feeds for the git repositories</h2>
85 <p>The git <a href="/git/">repositories</a> each have an Atom feed for the commit log (atom.xml) and
86 an Atom feed for the tags/releases (tags.xml). This can be useful for package
87 maintainers to keep track of software releases.</p>
88 <p>For example:</p>
89 <ul>
90 <li>stagit commit log:
91 <ul>
92 <li><a href="https://git.codemadness.org/stagit/atom.xml">https://git.codemadness.org/stagit/atom.xml</a></li>
93 <li><a href="gopher://codemadness.org/0/git/stagit/atom.xml">gopher://codemadness.org/0/git/stagit/atom.xml</a></li>
94 </ul>
95 </li>
96 <li>stagit tags/releases:
97 <ul>
98 <li><a href="https://git.codemadness.org/stagit/tags.xml">https://git.codemadness.org/stagit/tags.xml</a></li>
99 <li><a href="gopher://codemadness.org/0/git/stagit/tags.xml">gopher://codemadness.org/0/git/stagit/tags.xml</a></li>
100 </ul>
101 </li>
102 </ul>
103
104 </article>
105 </div>
106 </main>
107 </body>
108 </html>