Community Feeds OPML File
From StcWiki
The following code block contains an Outline Processor Markup Language (OPML) file of known STC Community Atom and RSS feeds in 2007.
If you put an OPML feed on your website, people with feed readers that recognize the OPML format can subscribe just as they would to an RSS feed. The feed reader shows all the feeds in the OPML file and allows the user to select the ones to subscribe to.
One of the options STC has in making chapter, SIG and Society information is to provide an OPML feed of the STC RSS feeds. The wiki provides a way to maintain the OPML file, by collaboration among volunteers.
[edit] File Code
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Known STC RSS/Atom Feeds</title>
</head>
<body>
<outline text="Identified STC Feeds">
<outline text="Society Feeds">
<outline text="Society for Technical Communication" title="Society for Technical Communication" type="rss" xmlUrl="http://www.stc.org/newsfeed.xml" htmlUrl="http://www.stc.org/"/>
<outline text="STC Member Forum" title="STC Member Forum" type="rss" xmlUrl="http://stcforum.org/extern.php?action=active&type=RSS" htmlUrl="http://stcforum.org/"/>
</outline>
<outline text="Chapter Feeds">
<outline text="STC - Society for Technical Communication" title="STC - Society for Technical Communication" type="rss" xmlUrl="http://www.stcalaska.org/feed/atom/" htmlUrl="http://www.stcalaska.org/"/>
<outline text="STC Atlanta Chapter" title="STC Atlanta Chapter" type="rss" xmlUrl="http://www.stcatlanta.org/newsFeed.xml" htmlUrl="http://stcatlanta.org/"/>
<outline text="Carolina">
<outline text="STC Carolina News" title="STC Carolina News" type="rss" xmlUrl="http://www.stc-carolina.org/tiki-articles_rss.php?ver=2" htmlUrl="http://www.stc-carolina.org/tiki-index.php"/>
<outline text="STC Carolina Resources" title="STC Carolina Resources" type="rss" xmlUrl="http://www.stc-carolina.org/tiki-directories_rss.php?ver=2" htmlUrl="http://www.stc-carolina.org/tiki-directory_browse.php"/>
<outline text="STC-Carolina Upcoming Events" title="STC-Carolina Upcoming Events" type="rss" xmlUrl="http://www.stc-carolina.org/tiki-calendars_rss.php?ver=2" htmlUrl="http://www.stc-carolina.org/tiki-calendar.php?viewmode=month"/>
<outline text="Carolina Communique -- STC Carolina Newsletter" title="Carolina Communique -- STC Carolina Newsletter" type="rss" xmlUrl="http://www.stc-carolina.org/newsletter/tiki-wiki_rss.php?ver=2" htmlUrl="http://newsletter.stc-carolina.org/" />
</outline>
<outline text="STC France - Job bank" title="STC France - Job bank" type="rss" xmlUrl="http://www.stcfrance.org/jobs/feed" htmlUrl="http://www.stcfrance.org/jobs"/>
<outline text="New York Metro STC" title="New York Metro STC" type="rss" xmlUrl="http://stcnymetro.org/stcnymetro.rss" htmlUrl="http://stcnymetro.org/"/>
<outline text="Society for Technical Communication New Zealand Chapter - Latest News" title="Society for Technical Communication New Zealand Chapter - Latest News" type="rss" xmlUrl="http://www.stcnz.org.nz/modules/news?method=xml" htmlUrl="http://www.stcnz.org.nz/"/>
<outline text="Puget Sound">
<outline text="STC-PSC - New Jobs" title="STC-PSC - New Jobs" type="rss" xmlUrl="http://www.stc-psc.org/rss-feeds/new-jobs/RSS2" htmlUrl="http://www.stc-psc.org/rss-feeds/new-jobs"/>
<outline text="STC-PSC - Upcoming Events" title="STC-PSC - Upcoming Events" type="rss" xmlUrl="http://www.stc-psc.org/rss-feeds/upcomming-events/RSS2" htmlUrl="http://www.stc-psc.org/rss-feeds/upcomming-events"/>
</outline>
<outline text="society for technical communication" title="society for technical communication" type="rss" xmlUrl="http://stc-spacetech.org/?feed=rss2" htmlUrl="http://stc-spacetech.org"/>
<outline text="Suncoast">
<outline text="Suncoast Chapter" title="Suncoast Chapter" type="rss" xmlUrl="http://feeds.feedburner.com/stc-suncoast/FvAE" htmlUrl="http://stc-suncoast.org"/>
<outline text="Comments for Suncoast Chapter" title="Comments for Suncoast Chapter" type="rss" xmlUrl="http://stc-suncoast.org/comments/feed/" htmlUrl="http://stc-suncoast.org"/>
</outline>
<outline text="STC | San Fernando Valley Chapter - San Fernando Valley Chapter of the Society for Technical Communication" title="STC | San Fernando Valley Chapter - San Fernando Valley Chapter of the Society for Technical Communication" type="rss" xmlUrl="http://stcsfv.org/node/feed" htmlUrl="http://stcsfv.org"/>
<outline text="STC-TechValley.org - Tech Valley Chapter, STC" title="STC-TechValley.org - Tech Valley Chapter, STC" type="rss" xmlUrl="http://www.stc-techvalley.org/rss.xml" htmlUrl="http://stc-techvalley.org"/>
<outline text="STC Tokyo Chapter since 1987" title="STC Tokyo Chapter since 1987" type="rss" xmlUrl="http://www.stctokyo.org/atom.xml" htmlUrl="http://www.stctokyo.org/"/>
</outline>
<outline text="SIG Feeds">
<outline text="Design Matters" title="Design Matters" type="rss" xmlUrl="http://stc-on.org/id/feed/" htmlUrl="http://stc-on.org/id"/>
<outline text="DocQment" title="DocQment" type="rss" xmlUrl="http://stc-on.org/quality/feed/" htmlUrl="http://stc-on.org/quality"/>
<outline text="Global Talk" title="Global Talk" type="rss" xmlUrl="http://stc-on.org/itc/feed/" htmlUrl="http://stc-on.org/itc"/>
<outline text="Hyperviews Online" title="Hyperviews Online" type="rss" xmlUrl="http://stc-on.org/online/feed/" htmlUrl="http://stc-on.org/online"/>
<outline text="STC Lone Writer SIG" title="STC Lone Writer SIG" type="rss" xmlUrl="http://www.stcsig.org/lw/lonewriter.xml" htmlUrl="http://www.stcsig.org/lw/new.default.asp"/>
<outline text="STC Technical Editing SIG" title="STC Technical Editing SIG" type="rss" xmlUrl="http://feeds.feedburner.com/STCTechEdit?format=xml" htmlUrl="http://www.stc-techedit.org/"/>
</outline>
</outline>
</body>
</opml>

