using really simple syndication (rss) to publish content

33
Using Really Simple Syndication (RSS) to Publish Content Andrea Mostyn, University Communications, Assistant Director Moby Thomas, University Communications GA John McMellen, KSMU, Senior Broadcast Engineer David Porter, KSMU GA

Upload: kirsten-snow

Post on 30-Dec-2015

24 views

Category:

Documents


3 download

DESCRIPTION

Using Really Simple Syndication (RSS) to Publish Content. Andrea Mostyn, University Communications, Assistant Director Moby Thomas, University Communications GA John McMellen, KSMU, Senior Broadcast Engineer David Porter, KSMU GA. Most common applications of RSS in academic settings. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Using Really Simple Syndication (RSS) to Publish Content

Using Really Simple Syndication (RSS) to Publish Content

Andrea Mostyn, University Communications, Assistant DirectorMoby Thomas, University Communications GAJohn McMellen, KSMU, Senior Broadcast EngineerDavid Porter, KSMU GA

Page 2: Using Really Simple Syndication (RSS) to Publish Content

Most common applications of RSS in academic settings Media relations/press releases Events/calendars Employment vacancies Libraries/recently catalogued materials Prospective student blogs College/department updates To see examples, google “rss” and

“university”

Page 3: Using Really Simple Syndication (RSS) to Publish Content

Campus applications of RSS

Broadcast Services – KSMU University Communication

Page 4: Using Really Simple Syndication (RSS) to Publish Content

Introduction to RSS

What is RSS and where did it come from? What type of information benefits from the

“pull” method of RSS? How is it used?

Page 5: Using Really Simple Syndication (RSS) to Publish Content

Technical details of typical implementations

3 different ways to get there Free, but manual and labor intensive

(i.e. Notepad and some web server space) Medium cost, easier

(i.e. Dreamweaver and some web server space) Expensive, very simple and automated

(i.e. sophisticated Content Management System) Server requirements Client requirements and setup

Page 6: Using Really Simple Syndication (RSS) to Publish Content

Broadcast Services - KSMU

Expensive method – Content Management System handles input and dynamically generates Web and RSS output

RSS also used to generate “podcasts” Requires setup, training, and maintenance

Page 7: Using Really Simple Syndication (RSS) to Publish Content
Page 8: Using Really Simple Syndication (RSS) to Publish Content

Broadcast Services - KSMU

Links from the home page to the generated feed

Using XSL stylesheets, browsers can convert the RSS to formatted HTML

<LINK> tag in home page header makes auto discovery of feeds possible

Page 9: Using Really Simple Syndication (RSS) to Publish Content

With XSL stylesheets, go from this…

Page 10: Using Really Simple Syndication (RSS) to Publish Content

…To this

Page 11: Using Really Simple Syndication (RSS) to Publish Content

<link rel="alternate" type="application/rss+xml" title=“…" href=“…"> <link rel="alternate" type="application/rss+xml" title=“…" href=“…">

Page 12: Using Really Simple Syndication (RSS) to Publish Content

University CommunicationsRSS version 2.0<?xml version="1.0" ?> <rss version="2.0"> <channel> <title>Missouri State University News</title> <description>The office of university communications at Missouri State University is

your connection to the university community. </description> <link>http://www.news.missouristate.edu</link> <item>

<title>Feb 24, 2006 - University debate team receives first ever first-round id</title> <description>The Missouri State University debate team will compete at the National

Debate Tournament, and this time the team was invited with a first-round at-large bid Michael Mapes and Matthias Bostick are guaranteed the chance to debate at nationals.</description>

<link>http://www.news.missouristate.edu/news/releases/feb06/debateteam.htm</link> </item> <item> <title>Feb 24, 2006 - Festival brings movie industry experts to Springfield</title> <description>Missouri State University, in association with the Moxie Theatre, the Creamery Arts Center and Drury University, will host the inaugural

Show-Me Missouri International Film Festival March 2-5. </description><link>http://www.news.missouristate.edu/news/releases/feb06/festival.htm</link>

</item> </channel></rss>

Page 13: Using Really Simple Syndication (RSS) to Publish Content

University Communications Editor: Macromedia Dreamweaver

Page 14: Using Really Simple Syndication (RSS) to Publish Content

University CommunicationsValidate the Code

Page 15: Using Really Simple Syndication (RSS) to Publish Content

University CommunicationsHome Page

Page 16: Using Really Simple Syndication (RSS) to Publish Content

University CommunicationsWhat is RSS?

Page 17: Using Really Simple Syndication (RSS) to Publish Content

University CommunicationsBrowser View of XML file

Page 18: Using Really Simple Syndication (RSS) to Publish Content

University CommunicationsReader View of XML file

Page 19: Using Really Simple Syndication (RSS) to Publish Content

How will people view my RSS content?

Many use an RSS reader or “aggregator”

This is a special kind of software for viewing news feeds provided by websites.

You can download for free or use a pay version

It is a simple program that lets you pick up news websites all over the Internet. Any news site that displays the or can be quickly loaded into your personal reader.

It will bring all the news you want without any of the problems associated with email and is usually spam-free.

Page 20: Using Really Simple Syndication (RSS) to Publish Content

RSS Reader

The reader continuously updates news from all of the selected sources you've chosen.

You can keep some news sources right on the front page, order them any way you wish and keep others in a library in the background.

The reader can be customized to display headlines; headlines and story leads; or headlines, story leads and graphics.

When you visit any website that displays or to pick up the news stream, merely click on the link, copy it to your reader and the news from that source immediately begins streaming through your reader. That news then updates whenever you refresh the page.

Page 21: Using Really Simple Syndication (RSS) to Publish Content

Types of Readers

Portals E.g., My Yahoo ,My MSN, My AOL ,Personalized Google Homepage

Web-based E.g., Bloglines, Google Reader

Desktop based E.g., Feed Demon, NetNewsWire, Straw

Outlook based E.g., NewsGator, IntraVnews

Page 22: Using Really Simple Syndication (RSS) to Publish Content
Page 23: Using Really Simple Syndication (RSS) to Publish Content
Page 24: Using Really Simple Syndication (RSS) to Publish Content
Page 25: Using Really Simple Syndication (RSS) to Publish Content
Page 26: Using Really Simple Syndication (RSS) to Publish Content

How other institutions use RSS

Gustavus University http://www.gustavus.edu/xml/index.cfm Alumni, athletics, employment, news, parents Includes user-friendly introduction to RSS Allows users to subscribe to all feeds or to any of

30+ individual feeds

Page 27: Using Really Simple Syndication (RSS) to Publish Content

How other institutions use RSS

Page 28: Using Really Simple Syndication (RSS) to Publish Content

How other institutions use RSS

University of Pennsylvania’s Wharton School

http://adcomblog.wharton.upenn.edu/ Admissions blog Helps prospective students prepare to apply to

business school Alerts blog users to new content Users may subscribe to specific categories

Page 29: Using Really Simple Syndication (RSS) to Publish Content

How other institutions use RSS

Page 30: Using Really Simple Syndication (RSS) to Publish Content

What are some other uses of RSS?

Multimedia delivery Works In Progress

Microsoft SSE – “Really Simple Sharing”Google Base – Online database of lists of

items Messaging and application synchronizationGoogle Calendar – Event exchange

Page 31: Using Really Simple Syndication (RSS) to Publish Content
Page 32: Using Really Simple Syndication (RSS) to Publish Content
Page 33: Using Really Simple Syndication (RSS) to Publish Content

Questions?