History of RSSPackage

Comparing versions
Version 1Current version
Resource Description Framework (RDF) Site Summary (RSS) is a lightweight multipurpose extensible metadata description and syndication format. It allows users to read headlines from your site with a dedicated RSS reader.
 
Bitweaver's RSS package both generates RSS feeds from your site, and lets you include RSS feeds from other sites into your site. Generally speaking, Resource Description Framework (RDF) Site Summary (RSS) allows users to read headlines from your site with a dedicated application. As of bitweaver version 2, the RSS package uses SimplePie library to process feeds.

Feeds from your site

Feeds from your site are listed at http://yoursite.com/rss/. Go to Administration > RSS > RSS Settings to control which content is available as RSS feeds in which formats.

Importing feeds into your site

  1. go to Administration > RSS > RSS Modules
  2. insert the details from another site's RSS feed
  3. now, there are 2 ways to display the streams on your own site
    • display feeds in wiki pages: Upon editing a wiki page, insert the following code and fill in the appropriate parameters (at least id). If the feature wiki plugin help is enabled, it shows details and examples like the one below.
    • display feeds in columns: To include a feed from another site into one of your columns (or top or bottom areas), go to Administration > Layout and find your RSS module in the dropdown of available modules. After you added it, insert parameters into the according input field. The module accepts multiple feeds in one – you can mix items from different feeds and have them displayed by most recently posted. To do that, pass in more values to the id parameter: id=1,2,4.

Parameters

id
the id of the RSS feed as shown on the admin page
max
number of feed items to display, example: max=10, (standard: 10)
desc_length
if set, a short description of N characters is added to each feed item, example: desc_length=200
desc
if desc is set and no desc_length is given, the full description/content of each item is shown, example: desc=y

Example


<?php
{RSS id=1,2,3 max=15 desc=y desc_length=200}
?>

Page History
Date/CommentUserIPVersion
30 Jun 2008 (09:28 UTC)
Kozuch85.207.244.1607
Current • Source
Will89.247.7.295
View • Compare • Difference • Source
Will68.174.96.1014
View • Compare • Difference • Source
Will68.174.96.1013
View • Compare • Difference • Source
James Thompson64.65.89.2272
View • Compare • Difference • Source
SEWilco207.195.192.91
View • Compare • Difference • Source