TypePad マニュアル

Atom Template : インデックス・テンプレート :

『 Atom Template 』は、ATOM形式のフィードです。内容をカスタマイズしたら、同じテンプレート名( Atom Template)で上書き保存してください。オリジナルなテンプレートを作成する場合は、この標準テンプレートをベースに、カスタマイズをするのが楽でしょう。

関連モジュール・テンプレート

テンプレートの内容

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title><$MTBlogName remove_html="1" encode_xml="1"$></title>
    <link rel="self" type="application/atom+xml" href="<$MTBlogURL encode_xml="1"$>atom.xml" />
    <link rel="alternate" type="text/html" href="<$MTBlogURL encode_xml="1"$>" />
    <id>tag:<$MTAtomFeedIDBase$>:weblog-<$MTBlogID$></id>
    <updated><MTEntries lastn="1"><$MTEntryDate format_name="W3CDTF"$></MTEntries></updated>
    <MTBlogIfDescription><subtitle><$MTBlogDescription remove_html="1" encode_xml="1"$></subtitle></MTBlogIfDescription>
    <generator uri="http://www.typepad.com/">TypePad</generator>
<MTEntries>    <entry>
        <title><$MTEntryTitle remove_html="1" encode_xml="1"$></title>
        <link rel="alternate" type="text/html" href="<$MTEntryPermalink encode_xml="1"$>" />
        <link rel="replies" type="text/html" href="<$MTEntryPermalink encode_xml="1"$>"<MTEntryIfAllowComments> thr:count="<$MTEntryCommentCount$>"<MTEntryIfHasComments><MTComments lastn="1"> thr:updated="<$MTCommentDate format_name="W3CDTF"$>"</MTComments></MTEntryIfHasComments></MTEntryIfAllowComments> />
        <id>tag:<$MTAtomFeedIDBase$>:post-<$MTEntryID$></id>
        <published><$MTEntryDate format_name="W3CDTF"$></published>
        <updated><$MTEntryDateModified format_name="W3CDTF"$></updated>
        <summary><$MTEntryExcerpt remove_html="1" encode_xml="1"$></summary>
        <author>
            <name><$MTEntryAuthor encode_xml="1"$></name>
        </author>
        <MTEntryCategories><category scheme="http://www.sixapart.com/ns/types#category" term="<$MTCategoryLabel encode_xml="1"$>" />
        </MTEntryCategories>
        <MTEntryTags><category scheme="http://sixapart.com/ns/types#tag" term="<$MTTagLabel encode_xml="1"$>" />
        </MTEntryTags>
<MTWeblogOwnerHas field="feeds_full_content"><MTWeblogIfFullRSSContent><$MTEntryAtomContent$></MTWeblogIfFullRSSContent></MTWeblogOwnerHas>
<MTEntryEnclosures>
        <link rel="enclosure" type="<$MTEntryEnclosureMIMEType$>" href="<$MTEntryEnclosureURL encode_xml="1" $>" length="<$MTEntryEnclosureLength$>" />
</MTEntryEnclosures>
    </entry>
</MTEntries> 
</feed>

      

[ テンプレート一覧に戻る ] [ モジュール一覧に戻る ]