ねむすぎノート
トップ
メニュー
一覧
検索
web/movabletype_rss
をテンプレートにして作成
開始行:
* MTのRSS [#wd6c4fc1]
** RSSとかAtomとかの違い [#z13ca0b2]
- [[RSS、atomの仕様をまとめる:https://qiita.com/you8/item...
- [[Feed,RSS,Atom:フィードとは (初心者向け解説):https:/...
- [[RSS1.0,RSS2.0,ATOM のフォーマット・仕様・構造:http://...
- https://www.futomi.com/lecture/japanese/rfc4287.html
- https://support.google.com/news/producer/answer/6170026...
古い順から、RSS1.0(rdf)、RSS2.0(xml)、Atom(xml)になるので...
- feed : RSSやAtomの総称
- RSS/Atom : 文書規格
- XML : 言語
- RSD : 外部サービス向けの情報
** 参考 [#mde02c0e]
サムネイルに関してはinoreader視点。
- http://pazusoku.blog.fc2.com/?xml Atom.全文表示はしてい...
- https://pubg.jp/feed rss2.0.全文表示。画像があるときだ...
- http://blog.livedoor.jp/dqnplus/index.rdf 全文表示はなし
- http://feeds.feedburner.com/bashalog
- http://kachibito.net/feed
http://nemusg.com/atom.xml サムネ引いてる
http://nemusg.com/rss.xml 引いてない
** チェックツール [#e0b846cc]
- http://www.feedvalidator.org/
- https://validator.w3.org/feed/
- https://validator.w3.org/unicorn/
- https://cmspf.yahoo.co.jp/rss/check
** MT用テンプレート [#g6db90c3]
OGPをサムネに使うなら下記を本文(content:encoded)内に書く
#code_x{{
<mt:if tag="EntryDataOgimage"><mt:EntryDataOgimage><mt:el...
}}
*** 自分がしばらく使っていたrss.xml [#kf66eed4]
#code_x{{
<$MTHTTPContentType type="application/rss+xml"$><?xml ver...
<rss version="2.0">
<channel>
<title><$MTBlogName remove_html="1" encode_xml="1...
<link><$MTBlogURL$></link>
<description><$MTBlogDescription remove_html="1" ...
<language><$MTBlogLanguage ietf="1"$></language>
<copyright>Copyright <$MTDate format="%Y"$></copy...
<lastBuildDate><MTEntries lastn="1"><$MTEntryDate...
<generator>http://www.sixapart.com/movabletype/</...
<docs>http://www.rssboard.org/rss-specification</...
<MTEntries lastn="15">
<item>
<title><$MTEntryTitle remove_html="1" encode_...
<description><$MTEntryBody encode_xml="1" con...
<link><$MTEntryPermalink encode_xml="1"$></li...
<guid><$MTEntryPermalink encode_xml="1"$></gu...
<MTEntryCategories>
<category domain="http://www.sixapart.com...
</MTEntryCategories>
<MTEntryIfTagged><MTEntryTags>
<category domain="http://www.sixapart.com...
</MTEntryTags></MTEntryIfTagged>
<pubDate><$MTEntryDate format_name="rfc822"$>...
</item>
</MTEntries>
</channel>
</rss>
}}
*** Rainier 1.22のatom.xml [#xa7dd0e5]
#code_x{{
<$mt:HTTPContentType type="application/atom+xml"$><?xml v...
<feed xmlns="http://www.w3.org/2005/Atom">
<title><$mt:BlogName remove_html="1" encode_xml="1"$>...
<link rel="alternate" type="text/html" href="<$mt:Blo...
<link rel="self" type="application/atom+xml" href="<$...
<id>tag:<$mt:BlogHost exclude_port="1" encode_xml="1"...
<updated><mt:Entries lastn="1"><$mt:EntryModifiedDate...
<mt:If tag="BlogDescription"><subtitle><$mt:BlogDescr...
<generator uri="http://www.sixapart.com/movabletype/"...
<mt:Entries lastn="15">
<entry>
<title><$mt:EntryTitle remove_html="1" encode_xml="1"...
<link rel="alternate" type="text/html" href="<$mt:Ent...
<id><$mt:EntryAtomID$></id>
<published><$mt:EntryDate utc="1" format="%Y-%m-%dT%H...
<updated><$mt:EntryModifiedDate utc="1" format="%Y-%m...
<summary><$mt:EntryExcerpt remove_html="1" encode_xml...
<author>
<name><$mt:EntryAuthorDisplayName encode_xml="1"$...
<mt:If tag="EntryAuthorURL"><uri><$mt:EntryAuthor...
</author>
<mt:EntryCategories>
<category term="<$mt:CategoryLabel encode_xml="1"...
</mt:EntryCategories>
<mt:EntryIfTagged><mt:EntryTags><category term="<$mt:...
</mt:EntryTags></mt:EntryIfTagged>
<content type="html" xml:lang="<$mt:BlogLanguage ietf...
<$mt:EntryBody encode_xml="1"$>
<$mt:EntryMore encode_xml="1"$>
</content>
</entry>
</mt:Entries>
</feed>
}}
** RSS購読ボタンを置くべきかどうか [#s4757edc]
- http://www.toma-g.net/entry/2016/03/06/210354
サービスごとにボタンを置くと何個置いたらいいかわからない...
あえて置くならfeedly,inoreaderだろうか。
終了行:
* MTのRSS [#wd6c4fc1]
** RSSとかAtomとかの違い [#z13ca0b2]
- [[RSS、atomの仕様をまとめる:https://qiita.com/you8/item...
- [[Feed,RSS,Atom:フィードとは (初心者向け解説):https:/...
- [[RSS1.0,RSS2.0,ATOM のフォーマット・仕様・構造:http://...
- https://www.futomi.com/lecture/japanese/rfc4287.html
- https://support.google.com/news/producer/answer/6170026...
古い順から、RSS1.0(rdf)、RSS2.0(xml)、Atom(xml)になるので...
- feed : RSSやAtomの総称
- RSS/Atom : 文書規格
- XML : 言語
- RSD : 外部サービス向けの情報
** 参考 [#mde02c0e]
サムネイルに関してはinoreader視点。
- http://pazusoku.blog.fc2.com/?xml Atom.全文表示はしてい...
- https://pubg.jp/feed rss2.0.全文表示。画像があるときだ...
- http://blog.livedoor.jp/dqnplus/index.rdf 全文表示はなし
- http://feeds.feedburner.com/bashalog
- http://kachibito.net/feed
http://nemusg.com/atom.xml サムネ引いてる
http://nemusg.com/rss.xml 引いてない
** チェックツール [#e0b846cc]
- http://www.feedvalidator.org/
- https://validator.w3.org/feed/
- https://validator.w3.org/unicorn/
- https://cmspf.yahoo.co.jp/rss/check
** MT用テンプレート [#g6db90c3]
OGPをサムネに使うなら下記を本文(content:encoded)内に書く
#code_x{{
<mt:if tag="EntryDataOgimage"><mt:EntryDataOgimage><mt:el...
}}
*** 自分がしばらく使っていたrss.xml [#kf66eed4]
#code_x{{
<$MTHTTPContentType type="application/rss+xml"$><?xml ver...
<rss version="2.0">
<channel>
<title><$MTBlogName remove_html="1" encode_xml="1...
<link><$MTBlogURL$></link>
<description><$MTBlogDescription remove_html="1" ...
<language><$MTBlogLanguage ietf="1"$></language>
<copyright>Copyright <$MTDate format="%Y"$></copy...
<lastBuildDate><MTEntries lastn="1"><$MTEntryDate...
<generator>http://www.sixapart.com/movabletype/</...
<docs>http://www.rssboard.org/rss-specification</...
<MTEntries lastn="15">
<item>
<title><$MTEntryTitle remove_html="1" encode_...
<description><$MTEntryBody encode_xml="1" con...
<link><$MTEntryPermalink encode_xml="1"$></li...
<guid><$MTEntryPermalink encode_xml="1"$></gu...
<MTEntryCategories>
<category domain="http://www.sixapart.com...
</MTEntryCategories>
<MTEntryIfTagged><MTEntryTags>
<category domain="http://www.sixapart.com...
</MTEntryTags></MTEntryIfTagged>
<pubDate><$MTEntryDate format_name="rfc822"$>...
</item>
</MTEntries>
</channel>
</rss>
}}
*** Rainier 1.22のatom.xml [#xa7dd0e5]
#code_x{{
<$mt:HTTPContentType type="application/atom+xml"$><?xml v...
<feed xmlns="http://www.w3.org/2005/Atom">
<title><$mt:BlogName remove_html="1" encode_xml="1"$>...
<link rel="alternate" type="text/html" href="<$mt:Blo...
<link rel="self" type="application/atom+xml" href="<$...
<id>tag:<$mt:BlogHost exclude_port="1" encode_xml="1"...
<updated><mt:Entries lastn="1"><$mt:EntryModifiedDate...
<mt:If tag="BlogDescription"><subtitle><$mt:BlogDescr...
<generator uri="http://www.sixapart.com/movabletype/"...
<mt:Entries lastn="15">
<entry>
<title><$mt:EntryTitle remove_html="1" encode_xml="1"...
<link rel="alternate" type="text/html" href="<$mt:Ent...
<id><$mt:EntryAtomID$></id>
<published><$mt:EntryDate utc="1" format="%Y-%m-%dT%H...
<updated><$mt:EntryModifiedDate utc="1" format="%Y-%m...
<summary><$mt:EntryExcerpt remove_html="1" encode_xml...
<author>
<name><$mt:EntryAuthorDisplayName encode_xml="1"$...
<mt:If tag="EntryAuthorURL"><uri><$mt:EntryAuthor...
</author>
<mt:EntryCategories>
<category term="<$mt:CategoryLabel encode_xml="1"...
</mt:EntryCategories>
<mt:EntryIfTagged><mt:EntryTags><category term="<$mt:...
</mt:EntryTags></mt:EntryIfTagged>
<content type="html" xml:lang="<$mt:BlogLanguage ietf...
<$mt:EntryBody encode_xml="1"$>
<$mt:EntryMore encode_xml="1"$>
</content>
</entry>
</mt:Entries>
</feed>
}}
** RSS購読ボタンを置くべきかどうか [#s4757edc]
- http://www.toma-g.net/entry/2016/03/06/210354
サービスごとにボタンを置くと何個置いたらいいかわからない...
あえて置くならfeedly,inoreaderだろうか。
ページ名:
トップ
新規
一覧
検索
最終更新
RSS