Difference: WebRssBase (8 vs. 9)

Revision 92008-12-01 - TWikiContributor

 

RSS News Feeds

Find out What's New

There are several ways to find out what's new in each TWiki web:

  1. Visit WebChanges to see recent changes
  2. Subscribed in WebNotify get notified of recent changes by e-mail
  3. Use a news readers such as TWiki:Plugins/HeadlinesPlugin to display the recent changes

RSS Feed Usage

RSS Feed Internals

Each web has a WebRss topic which includes part of this WebRssBase 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:


<channel rdf:about="%SCRIPTURL{"view"}%/%INCLUDINGWEB%">
  <title>%WIKITOOLNAME%'s <nop>%INCLUDINGWEB% web</title>
  <link>%SCRIPTURL{"view"}%/%INCLUDINGWEB%</link>
  <description>(the description of the web). TWiki is a Web-Based Collaboration Platform for the Enterprise.</description>
%INCLUDE{"TWiki.WebRssBase"}% <!--
   * Set SKIN = rss
-->

Below part is included by each WebRss topic:


%STARTINCLUDE%<image rdf:resource="%WIKILOGOIMG%" />
  <dc:language>en-us</dc:language>
  <dc:rights>%WEBRSSCOPYRIGHT%</dc:rights>
  <dc:publisher>%WIKIWEBMASTERNAME% [%WIKIWEBMASTER%]</dc:publisher>
  <dc:creator>The contributing authors of %WIKITOOLNAME%</dc:creator>
  <dc:source>%WIKITOOLNAME%</dc:source>
  <items>
    <rdf:Seq>
Changed:
<
<
>
>
  International Virtual Observatory Alliance.TWiki https://wiki.ivoa.net/twiki/bin/view/TWiki /internal/TWiki/TWikiPreferences/ivoa_logo137x77.jpg
Changed:
<
<
TWikiRegistration https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiRegistration IVOA TWiki User Registration The default TWiki User Registration has been disabled to monitor and verify IVOA TWiki account requests. To obtain valid account credentials... (last changed by GiuliaIafrate) 2024-04-08T07:41:57Z GiuliaIafrate RedirectPlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/RedirectPlugin Redirect Plugin You can use this plugin to make easy to type shortforms/acronyms of topic names. For example: Actual content appears under .LightweightDirectoryAccessProtocol... (last changed by TWikiAdminUser) 2023-01-19T10:06:18Z admin VarREDIRECT https://wiki.ivoa.net/twiki/bin/view/TWiki/VarREDIRECT REDIRECT{`url`} create a redirect to another topic or website The % REDIRECT{ variable is handled by the RedirectPlugin. Syntax: % REDIRECT{`TopicName... (last changed by TWikiAdminUser) 2023-01-19T10:06:18Z admin BackupRestorePlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/BackupRestorePlugin Backup Restore Plugin Overview This is a solution to backup, restore, and upgrade TWiki sites. It can be used via the browser and on the command line. This plugin... (last changed by TWikiAdminUser) 2022-12-02T09:41:04Z admin BackupRestoreConsole https://wiki.ivoa.net/twiki/bin/view/TWiki/BackupRestoreConsole TWiki Backup Restore Console Related Topics: BackupRestorePlugin, .AdminToolsCategory (last changed by TWikiAdminUser) 2022-12-02T09:41:04Z admin TinyMCEQuickHelp https://wiki.ivoa.net/twiki/bin/view/TWiki/TinyMCEQuickHelp TinyMCE Editor Help Summary #tinyMceInfo td {vertical align:top; padding:0 1em 0 0;} #tinyMceInfo td.primaryTextcolumn {width:60%;} #tinyMceInfo td.secondaryTextcolumn... (last changed by TWikiAdminUser) 2022-12-02T09:10:06Z admin TinyMCEPlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/TinyMCEPlugin TinyMCEPlugin Introduction This is an integration of the fast and highly functional WYSIWYG editor. It supports a wide range of browsers such as Firefox, IE, Safari... (last changed by TWikiAdminUser) 2022-12-02T09:10:06Z admin TinyMCEFrequentlyAskedQuestions https://wiki.ivoa.net/twiki/bin/view/TWiki/TinyMCEFrequentlyAskedQuestions TinyMCE FAQs Frequently Asked Questions of the TinyMCEPlugin integration. Q: How can I disable the WYSIWYG editor? A: There are several ways to disable the WYSIWYG... (last changed by TWikiAdminUser) 2022-12-02T09:10:05Z admin TWikiUsersPasswordDotPm https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiUsersPasswordDotPm Package TWiki::Users::Password Base class of all password handlers. Default behaviour is no passwords, so anyone can be anyone they like. The methods of this class... (last changed by TWikiContributor) 2011-08-21T04:15:50Z TWikiContributor TWikiScripts https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiScripts TWiki CGI and Command Line Scripts Programs on the TWiki server performing actions such as rendering, saving and renaming topics. The TWiki scripts are located in... (last changed by TWikiContributor) 2011-06-23T05:26:20Z TWikiContributor VarQUERYPARAMS https://wiki.ivoa.net/twiki/bin/view/TWiki/VarQUERYPARAMS QUERYPARAMS show paramaters to the query Expands the parameters to the query that was used to display the page. Syntax: % QUERYPARAMS{... Parameters... (last changed by TWikiContributor) 2011-06-14T03:54:47Z TWikiContributor VarIF https://wiki.ivoa.net/twiki/bin/view/TWiki/VarIF IF{`condition` ...} simple conditionals Evaluate a condition and show one text or another based on the result. See details in IfStatements Syntax: % IF... (last changed by TWikiContributor) 2011-04-04T20:00:30Z TWikiContributor VarATTACHURLPATH https://wiki.ivoa.net/twiki/bin/view/TWiki/VarATTACHURLPATH ATTACHURLPATH path of the attachment URL of the current topic Syntax: % ATTACHURLPATH% Expands to: /internal/TWiki/VarATTACHURLPATH Related: ATTACHURL... (last changed by TWikiContributor) 2010-06-30T06:00:33Z TWikiContributor TWikiTip017 https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiTip017 Revision control TWiki has `soft security` anyone can change anything, but changes are logged. There is a complete audit trail: Version Date of last revision... (last changed by TWikiContributor) 2010-06-28T01:49:11Z TWikiContributor DeleteOrRenameAnAttachment https://wiki.ivoa.net/twiki/bin/view/TWiki/DeleteOrRenameAnAttachment FAQ: How do I delete or rename a file attachment? Answer: You can move and delete attachments directly from your browser. Moving lets you transfer an attachment from... (last changed by TWikiContributor) 2010-05-26T23:40:05Z TWikiContributor VarBLUE https://wiki.ivoa.net/twiki/bin/view/TWiki/VarBLUE BLUE start blue colored text BLUE is one of the rendering shortcut settings predefined in TWikiPreferences. See the section rendering shortcut settings in... (last changed by TWikiContributor) 2010-05-14T03:21:23Z TWikiContributor
>
>
TWikiRegistration https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiRegistration IVOA TWiki User Registration The default TWiki User Registration has been disabled to monitor and verify IVOA TWiki account requests. To obtain valid account credentials... (last changed by GiuliaIafrate) 2024-04-08T07:41:57Z GiuliaIafrate RedirectPlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/RedirectPlugin Redirect Plugin You can use this plugin to make easy to type shortforms/acronyms of topic names. For example: Actual content appears under .LightweightDirectoryAccessProtocol... (last changed by TWikiAdminUser) 2023-01-19T10:06:18Z admin VarREDIRECT https://wiki.ivoa.net/twiki/bin/view/TWiki/VarREDIRECT REDIRECT{`url`} create a redirect to another topic or website The % REDIRECT{ variable is handled by the RedirectPlugin. Syntax: % REDIRECT{`TopicName... (last changed by TWikiAdminUser) 2023-01-19T10:06:18Z admin BackupRestorePlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/BackupRestorePlugin Backup Restore Plugin Overview This is a solution to backup, restore, and upgrade TWiki sites. It can be used via the browser and on the command line. This plugin... (last changed by TWikiAdminUser) 2022-12-02T09:41:04Z admin BackupRestoreConsole https://wiki.ivoa.net/twiki/bin/view/TWiki/BackupRestoreConsole TWiki Backup Restore Console Related Topics: BackupRestorePlugin, .AdminToolsCategory (last changed by TWikiAdminUser) 2022-12-02T09:41:04Z admin TinyMCEQuickHelp https://wiki.ivoa.net/twiki/bin/view/TWiki/TinyMCEQuickHelp TinyMCE Editor Help Summary #tinyMceInfo td {vertical align:top; padding:0 1em 0 0;} #tinyMceInfo td.primaryTextcolumn {width:60%;} #tinyMceInfo td.secondaryTextcolumn... (last changed by TWikiAdminUser) 2022-12-02T09:10:06Z admin TinyMCEPlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/TinyMCEPlugin TinyMCEPlugin Introduction This is an integration of the fast and highly functional WYSIWYG editor. It supports a wide range of browsers such as Firefox, IE, Safari... (last changed by TWikiAdminUser) 2022-12-02T09:10:06Z admin TinyMCEFrequentlyAskedQuestions https://wiki.ivoa.net/twiki/bin/view/TWiki/TinyMCEFrequentlyAskedQuestions TinyMCE FAQs Frequently Asked Questions of the TinyMCEPlugin integration. Q: How can I disable the WYSIWYG editor? A: There are several ways to disable the WYSIWYG... (last changed by TWikiAdminUser) 2022-12-02T09:10:05Z admin VarGET https://wiki.ivoa.net/twiki/bin/view/TWiki/VarGET GET{`name`} get a variable Get the value of a named variable, previously set with % SET{ . Syntax: % GET{ `name` default `...` Supported attributes... (last changed by TWikiContributor) 2012-01-06T21:02:33Z TWikiContributor TWikiForms https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiForms TWiki Forms Foundation of TWiki Applications Add structure to content with forms attached to twiki topics. TWiki forms (with form fields) and formatted search are... (last changed by TWikiContributor) 2011-10-01T20:12:42Z TWikiContributor TWikiLoginManagerDotPm https://wiki.ivoa.net/twiki/bin/view/TWiki/TWikiLoginManagerDotPm Package TWiki::LoginManager The package is also a Factory for login managers and also the base class for all login managers. On it`s own, an object of this class... (last changed by TWikiContributor) 2011-08-21T04:15:17Z TWikiContributor TopMenuSkin https://wiki.ivoa.net/twiki/bin/view/TWiki/TopMenuSkin TopMenuSkin The TopMenuSkin adds pulldown menus to the PatternSkin. Screen Shot Tob Bar and Menu Structure This skin is sponsored by: TopMenuSkinTopBar top... (last changed by TWikiContributor) 2011-07-28T22:05:22Z TWikiContributor TagMeRenameTag https://wiki.ivoa.net/twiki/bin/view/TWiki/TagMeRenameTag Tag me: Rename Tag Create New Tag Rename Tag Delete Tag Tag to rename: New name for this tag: Other tag options: View all tags, View my tags... (last changed by TWikiContributor) 2011-07-17T22:04:10Z TWikiContributor VarQUERYPARAMS https://wiki.ivoa.net/twiki/bin/view/TWiki/VarQUERYPARAMS QUERYPARAMS show paramaters to the query Expands the parameters to the query that was used to display the page. Syntax: % QUERYPARAMS{... Parameters... (last changed by TWikiContributor) 2011-06-14T03:54:47Z TWikiContributor EmptyPlugin https://wiki.ivoa.net/twiki/bin/view/TWiki/EmptyPlugin Empty TWiki Plugin Introduction This is an empty plugin. Use it as a template to build your own .TWikiPlugins. This plugin does nothing, but is ready to be extended... (last changed by TWikiContributor) 2011-05-23T04:13:46Z TWikiContributor UserDocumentationCategory https://wiki.ivoa.net/twiki/bin/view/TWiki/UserDocumentationCategory A List of TWiki User Documentation Related topics: (last changed by TWikiContributor) 2010-06-23T05:11:22Z TWikiContributor
 

See also: WebAtomBase, TWiki:Codev/RichSiteSummary, TWiki:Codev/TWikiSyndication

 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.WebRssBase.