how rss works(s1170156 saki seino)

6
How RSS works ○RSS ○Feeds ○Atom ○RSS reader ○How to create Feeds? S1170156 Saki Seino

Upload: fox589

Post on 20-Jun-2015

563 views

Category:

Self Improvement


0 download

TRANSCRIPT

Page 1: How Rss Works(s1170156 Saki Seino)

How RSS works○RSS

○Feeds○Atom

○RSS reader○How to create Feeds?

S1170156 Saki Seino

Page 2: How Rss Works(s1170156 Saki Seino)

RSS

• RSS is short for “Really Simple Syndication” and it has very popular since 1997.

• RSS is text format to send renewal data for kind of web site or blog.

Page 3: How Rss Works(s1170156 Saki Seino)

Feeds

• Feeds is sources.• These sources are sent sources by RSS.• Once you learn how to use news feeds,

you’ll save time by scanning headlines from your favorite sites.

Page 4: How Rss Works(s1170156 Saki Seino)

Atom

• Some sites have multiple feeds for the same page with different versions of RSS or a competing standard, Atom.• Like RSS, Atom is an XML-based

syndication format.

Page 5: How Rss Works(s1170156 Saki Seino)

RSS reader

• For example, Google use RSS reader.

• RSS reader read RSS feeds.

• It is very useful to look some web pages.

Page 6: How Rss Works(s1170156 Saki Seino)

How to create Feeds?

• RSS uses the World Wide Web Consortium’s RDF.

• RDF is based on XML and HTML.• Unlike computer programming code.• For example, you want to write “HTML is

really great”, you write in HTML file : HTML is<b>really<b> great.