mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
24 lines
911 B
XML
24 lines
911 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<feed
|
|
xml:lang="en"
|
|
xmlns="http://www.w3.org/2005/Atom"
|
|
>
|
|
<id>http://www.example.com/</id>
|
|
<title>Example of an Atom feed</title>
|
|
<link rel="self" type="application/atom+xml" href="http://www.example.com/index.atom" />
|
|
<link rel="alternate" type="text/html" href="http://www.example.com/" />
|
|
<author>
|
|
<name>Jim Winstead</name>
|
|
</author>
|
|
<updated>2024-02-26T03:18:26Z</updated>
|
|
<entry>
|
|
<title>Example</title>
|
|
<link rel="alternate" type="text/html" href="http://127.0.0.1:8080/static/example.com.html" />
|
|
<id>tag:example.com,2024-02-25:3319</id>
|
|
<updated>2024-02-26T03:18:26Z</updated>
|
|
<published>2024-02-25T19:18:25-08:00</published>
|
|
<category term="Tag1" scheme="http://example.com/archive" />
|
|
<category term="Tag2" scheme="http://example.com/archive" />
|
|
<content type="html">This is some <b>content</b></content>
|
|
</entry>
|
|
</feed>
|