Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
Main
Sandbox
TWiki
You are here:
FS
>
TWiki Web
>
WebRssBase
r6 - 27 Mar 2005 - 13:14 -
TWikiContributor
E
dit
A
ttach
P
rintable
Start of topic |
Skip to actions
---++ How to Find out What's New? There are three ways to find out what's new in each TWiki web: 1. WebChanges shows recent changes 1. People subscribed in WebNotify get notified of recent changes by e-mail 1. A news feed can be exported in RSS 1.0 format for TWiki:Codev/TWikiSyndication. RSS news readers like TWiki:Plugins/HeadlinesPlugin can display the recent changes ---++ RSS Feed Usage * The URL for an RSS feed is =%SCRIPTURL{"view"}%/<web>/WebRss= * For this <nop>%WEB% web it is %SCRIPTURL{"view"}%/%WEB%/WebRss * You can also create a custom feed based on a search. Add a =search=value= parameter to the URL, e.g. %SCRIPTURL{"view"}%/%WEB%/WebRss?search=plugin is a what's new feed about Plugins. ---++ RSS Feed Internals Each web has a WebRss topic which includes part of this <nop>%TOPIC% topic. This topic is the base for the RSS feed and generates an RSS 1.0 feed for TWiki:Codev/TWikiSyndication. The WebRss topic in each web contains the following text: ----- <pre> <channel rdf:about="%<nop>SCRIPTURL{"view"}%/%<nop>INCLUDINGWEB%"> <title>%<nop>WIKITOOLNAME%'s %<nop>INCLUDINGWEB% web</title> <link>%<nop>SCRIPTURL{"view"}%/%<nop>INCLUDINGWEB%</link> <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World.</description> %<nop>INCLUDE{"%TWIKIWEB%.WebRssBase"}% <!-- * Set <nop>SKIN = rss --> </pre> ----- Below part is included by each <nop>WebRss topic: ----- <verbatim> %STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" /> <dc:language>en-us</dc:language> <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights> <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher> <dc:creator>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:creator> <dc:source>%WIKITOOLNAME%</dc:source> <wiki:interwiki> <rdf:Description link="%SCRIPTURL{"view"}%/%INCLUDINGWEB%/"> <rdf:value>TWiki.%INCLUDINGWEB%</rdf:value> </rdf:Description> </wiki:interwiki> <items> <rdf:Seq> %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="off" nototal="on" limit="16" format=" <rdf:li rdf:resource=\"%SCRIPTURL{"view"}%/$web/$topic\" />"}% </rdf:Seq> </items> </channel> <image rdf:about="%WIKILOGOIMG%"> <title>%WIKILOGOALT%.%INCLUDINGWEB%</title> <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link> <url>%WIKILOGOIMG%</url> </image> %SEARCH{"%URLPARAM{"search" default=".*" }%" web="%INCLUDINGWEB%" regex="on" nosearch="on" order="modified" reverse="off" nototal="on" limit="16" format="<item rdf:about=\"%SCRIPTURL{"view"}%/$web/$topic\">$n <title>$topic</title>$n <link>%SCRIPTURL{"view"}%/$web/$topic?t=$isodate</link>$n <description>$changes (last changed by <nop>$wikiname)</description>$n <dc:date>$isodate</dc:date>$n <dc:contributor>$n <rdf:Description link=\"%SCRIPTURL{"view"}%?topic=$wikiusername\">$n <rdf:value>$username</rdf:value>$n </rdf:Description>$n </dc:contributor>$n <wiki:version>$rev</wiki:version>$n <wiki:status>updated</wiki:status>$n <wiki:importance>major</wiki:importance>$n <wiki:diff>%SCRIPTURL{"rdiff"}%/$web/$topic</wiki:diff>$n <wiki:history>%SCRIPTURL{"rdiff"}%/$web/$topic</wiki:history>$n</item>"}% %STOPINCLUDE% </verbatim> ----- __See also__: TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication
End of topic
Skip to actions
|
Back to top
E
dit
|
A
ttach
|
P
rintable
|
R
aw view
|
Backlinks:
We
b
,
A
l
l webs
|
H
istory
: r6
<
r5
<
r4
<
r3
<
r2
|
M
ore topic actions
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding FS?
Send feedback