[1] [DFN@en[[[Atom 0.3]]]] は、[[Atom 1.0]] 正式版が完成する以前によく用いられていた[[フィード]]の形式の1つです。

[3] [[Atom 1.0]] が発行されて何年も経った2008年現在でも、 [[Atom 0.3]] [[フィード]]はたまに見かけます。
例えば [[GMail]] は [[Atom 0.3]] で[[フィード]]を提供しています。

[6] [[Atom 0.3]] と [[Atom 1.0]] は互換性がありません。

* 仕様書

[REFS[
-[2] [DEL[[CITE[The Atom Syndication Format 0.3 (PRE-DRAFT)]] ([TIME[2006-12-22 17:03:44 +09:00]] 版) <http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html>]]
- [5] [DEL[[CITE[I-D/Published/atom-format/draft-nottingham-atom-format-02.xml at master · mnot/I-D]] ([TIME[2014-03-16 08:05:34 +09:00]] 版) <https://github.com/mnot/I-D/blob/master/Published/atom-format/draft-nottingham-atom-format-02.xml>]]
- [11] [CITE@en[I-D/draft-nottingham-atom-format-02.xml at gh-pages · mnot/I-D]] ([TIME[2018-04-29 19:25:02 +09:00]]) <https://github.com/mnot/I-D/blob/gh-pages/Published/atom-format/draft-nottingham-atom-format-02.xml>
]REFS]

* 人工的な例

[4]
[PRE(XML example code)[
<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
  <title>dive into mark</title>
  <link rel="alternate" type="text/html" 
   href="http://diveintomark.org/"/>
  <modified>2003-12-13T18:30:02Z</modified>
  <author>
    <name>Mark Pilgrim</name>
  </author>
  <entry>
    <title>Atom 0.3 snapshot</title>
    <link rel="alternate" type="text/html" 
     href="http://diveintomark.org/2003/12/13/atom03"/>
    <id>tag:diveintomark.org,2003:3.2397</id>
    <issued>2003-12-13T08:29:29-04:00</issued>
    <modified>2003-12-13T18:30:02Z</modified>
  </entry>
</feed>
]PRE]

;; [CITE[Atom 0.3]] より

* 実利用例


[12] 
[CITE[Wayback Machine]], [TIME[2025-12-04T08:50:27.000Z]] <https://web.archive.org/web/20071011032415/http://icta.gov.mn/index.php?option=com_rss&feed=ATOM0.3&no_html=1>


* メモ


[7] [CITE@en[Blogger: Atom API Documentation]]
( ([TIME[2014-09-02 02:52:27 +09:00]] 版))
<http://code.blogger.com/archives/atom-docs.html>

[8] [CITE[はてなブックマークAtomAPI - Hatena Developer Center]]
([TIME[2015-11-17 16:59:07 +09:00]] 版)
<http://developer.hatena.ne.jp/ja/documents/bookmark/apis/atom>

[9] [CITE@ja[Atom 0.3 仕様 - Google Merchant Center ヘルプ]]
([TIME[2016-03-19 18:08:44 +09:00]] 版)
<https://support.google.com/merchants/answer/160598?hl=ja>

[FIG(quote)[
[FIGCAPTION[
[10] [CITE@en[Blogger: Atom API Documentation]]
([TIME[2016-03-21 11:03:42 +09:00]] 版)
<https://blogger-developers.googleblog.com/archives/atom-docs.html>
]FIGCAPTION]

> Which will return:
> <?xml encoding="UTF-8"?>
> <feed version="0.3">

]FIG]
