RSSPackage
Headline syndication
The RSS Package both generates RSS feeds for you site, and lets you suck in RSS feeds from other sites.
Finding Feeds Of Your Site
You can find the rss feeds of your site here:http://www.yoursite.com/bitweaver/rss/wiki_rss.php
Importing RSS Feeds Into Your Site
You can add RSS feeds to your site by going here:http://www.yoursite.com/bitweaver/rss/admin/admin_rssmodules.php
Display them on Wiki Pages or in Columns
Once you have added a connection to a feed into the site engine, you can display those feeds in both Wiki pages, and in side panel Modules. Both use the same plugin format:<curlybrace> rss id=n max=n <curlybrace>
Where id is the id of the rss feed (can be found on the admin page) and max is the number of items to display. There is an example in the Wiki plugin help, which you can see when editing a wiki page. The layout module accepts multiple feeds in one, so that if you would like to mix items from different feeds and have them displayed by most recently posted, you can! Just pass in more values to the id param, for example id=1,2,4
As of bitweaver version R2, the RSS Package uses SimplePie library to process feeds.
Related Items
Packages » Optional Packages
Packages that can be added to bitweaver to expand the core functionality.
Lucene in the Sky with Diamonds! • Newsletters News and Center Pieces are Falling Into Place • Archived Picture Upload with Fisheye under Windows • BitcartPackage • BitcommercePackage • bitUnitPackage • BlogsPackage • BnspellPackage • BoardsPackage • CalendarPackage • CascaderPackage • CategoriesPackage • ChatterboxPackage • CvsviewPackage • DamoboardsPackage • DirectoryPackage • FckeditorPackage • FisheyePackage • GalaxiaPackage • GmapPackage • HotwordsPackage • LDAPContactsPackage • LucenePackage • MapperPackage • MetaPackage • MultisitesPackage • NexusPackage • PhpBBPackage • PhpgedviewPackage • PigeonholesPackage • ProtectorPackage • ProtectorService • QuicktagsPackage • RecommendsPackage • RSSPackage • SamplePackage • SamplePackageDissection • SearchPackage • ShoutboxPackage • SitehomePackage • StickiesPackage • TagsPackage • TinymcePackage • TreasuryPackage • WikiPackage • Packages • magickwand-0.1.3.tar
Comments
RSS Bug Fix
in the module function rss_parse_data
$j = 1 should be $j = 0.
Otherwise, the RSS feed displayed on your site will start at the 2nd item and will show one fewer than the total you expect.