こちら - ECL:電子商取引研究室

Download Report

Transcript こちら - ECL:電子商取引研究室

RSSについて
電子商取引研究室3年
松井一也
RSSとは?

ウェブサイトの更新情報をまとめ、配信す
るための文章フォーマットの総称
RSSの種類
RSS0.9 →
 RSS0.91 →
 RSS1.0 →
 RSS2.0 →

RDF構文
独自のXML
RSS0.9の後継
RSS0.91の後継
RSSの種類
RSS0.9
 RSS1.0
 RSS0.91
 RSS2.0

RDF Site Summary
Rich Site Summary
Really Simple Syndication
RSS1.0について




RSS0.9より語彙が豊富
日本ではRSS1.0が主流
ニュースサイトやブログの更新情報配信に
使用されている
RSS対応サイトはRSSへのリンクが存在
RSS1.0の記述方法
<?xml version=“1.0” encoding="utf-8" ?>
- <rdf:RDF xmlns="http://purl.org/rss/1.0/" xml:lang="ja"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/
" xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntaxns#">
- <channel
rdf:about="http://ecl.info.kindai.ac.jp/~amalgam/rss.x
ml">
<title>Berichit von ECL</title>
<link>http://ecl.info.kindai.ac.jp/~amalgam</link>
<description>課題更新HP</description>
RSS1.0の記述方法
- <items>
- <rdf:Seq>
<rdf:li
rdf:resource="http://www.info.kindai.ac.jp/~amalgam/index.html"
/>
<rdf:li
rdf:resource="http://www.info.kindai.ac.jp/~amalgam/sp2.html" />
<rdf:li
rdf:resource="http://www.info.kindai.ac.jp/~amalgam/style.css" />
・
・
・
<rdf:li
rdf:resource="http://www.info.kindai.ac.jp/~amalgam/kadai.html"
/>
</rdf:Seq>
</items>
</channel>
RSS1.0の記述方法
- <item
rdf:about="http://www.info.kindai.ac.jp/~amalgam/i
ndex.html">
<title>Berichit von ECL</title>
<link>http://www.info.kindai.ac.jp/~amalgam/index.
html</link>
<description>ここは制作した課題を公開しているHPです
</description>
<dc:date>2006-12-10T01:34:12+09:00</dc:date>
</item>
RSSの利用


RSSの取得・購読にはRSSリーダーが必要
一度サイトを登録すれば自動で更新情報
を取得する
RSSリーダー
更新を確認
フィードを返す
Webサイト
RSS導入のメリット





閲覧者はHPに行かなくても更新を知ること
ができる
更新情報をリスト化できる
HTMLを変更しなくてよい
RSSファイルの作成が容易
ほとんどのブログには導入されている
RSS作成ソフト
RSS作成ソフト
http://www.nishishi.com/soft/rssmaker/fr
amdl.html
参考資料
http://ja.wikipedia.org/wiki/RSS
http://www.7key.jp/hp/
http://feeds.jp
http://stijpod.seesaa.net/article/6359581.html
http://papa-rich.com/system/rss_st.html