Downloads
New
LastRSS Blade
This blade pack is based on the PHP Class LastRSS written by Vojtech Semecky. We thought to give it a try since it worked out well on other projects. 
| Download Current Release - v0.2 [ zip ] |
| Download Current Release - v0.2 [ tar.gz ] |
Notes
3rd-Party IncludeFirstly, it should be noted that this blade is a port of a 3rd party php class [ lastRSS - http://lastrss.oslab.net/ ], while we will make every effort to keep the script updated. We can not gaurantee that most recent release will be used with this blade pack.
Requirements
This release requires you have at least php version 4.0.5 installed, *with* support for the inconv() function.
Iconv() as decribed by php.net "..This module contains an interface to iconv character set conversion facility....this extension comes with various utility functions that help you to write multilingual scripts.."
Tip: If you have trouble with "..Unrecognized function on call to iconv().." you can disable character encoding support via configuration options.
INSTALL
1)
Unzip all the lastRSS blade pack files to the 'blade_packs/' directory. The 4 files should be place in the directory as follows.
'blade_packs/public_lastRSS.php'
'blade_packs/lastRSS/feed-icon-14x14.png' //default
'blade_packs/lastRSS/feed-icon-28x28.png'
'blade_packs/lastRSS/lastRSS.inc'
2)
- Login to you admin control panel ( http://www.yourRazorCMSsite.com/admin ).
- Click 'Blade Manager' link
- Activate the 'LastRss v0.2' bladepack by clicking 'activate' under the 'control'.
3)
- Click 'Content Manager' link
- Click 'Create new page' link
- Give your page any title like.. you guess it 'Rss'
- Copy and paste this text inside the text area *without* the quotes ' in[DASH]page[DASH]blade(rss) '
- Choose a catagory like 'sidebar'
- Click 'Add Page' button below the text area
- Click 'View Site' menu item link to preview your site.
4) Optional Settings [ You will need to edit the blade pack file 'blade_packs/public_lastRSS.php' to complete the configuration. ]
/********************
* Blade Pack Configuration
*********************/
// The feed you would like to display on the page.
// This can be full URL (http://www.MyRazorSite.com)
// or relative location(./blade_packs/lastRSS/myfeed.xml).
// For a quick start, simply use a full URL
$rss_feed = 'http://kodemind.com/strateng/strateng.xml';
// Dump of raw feed info
$debug_last_rss = FALSE; // TRUE | FALSE (default: FALSE)
// Toggle chacter encoding on or off
$char_encode = TRUE; // TRUE | FALSE (default: TRUE)
// Chracter encoding type
/*
* You may add more; yet the following are suggested.
* Syntax: iso-[iso number]-[version]
* "ascii" : (American Standard Code for Information Interchange)
* "utf-8" : (8-bit UCS/Unicode Transformation Format)
* "iso-8859-1" : (Latin-1)
*/
$char_encode_type = ''; //(default: blank for UTF-8)
// Allows user to set how to proceed CDATA information.
/*
* nochange = Don't make any changes (get CDATA content including CDATA tag)
* strip = Completely strip CDATA information
* content = Get CDATA content (without CDATA tag)
*/
$char_data = 'nochange'; //(default: 'nochange')
// Limit items to view
$limit_items = 0; // Decimal ie.. 1,2,..,10 (default: 0, which is all/infinity)
// Strip all HTML encoding from the feed
$strip_all_html = FALSE; //(default: FALSE)
// Date format
/*
* Provides support for php date() formatting
* D = Mon,Tue,Wed,Thurs,Fri,Sat,Sun
* j = 1,2,..,31 (day of the month)
* l = Sunday,Monday,...,Saturday (*lowercase 'L')
* F = January,February,...,December
* g = 1,2,..,12 (hour)
* a = am or pm (lowercase)
* d = 2 digit day
* m = 2 digit month
* Y = 4 digit year
* h = 2 digit hour
* i = 2 digit minute
* s = 2 digit seconds
* r = RFC 2822 (ex.. Thu, 21 Dec 2000 16:01:07 +0200)
* Examples:
* d-m-Y h:i:s (12-09-2008 08:55:00)
* D, d-m-Y h:i:s (Fri, 12-09-2008 08:55:00)
* l, F j, Y g:i a (Friday, September 12, 2008 8:55 am)
*/
$date_format = 'D, F j, Y g:i a'; // (default: Fri, September 12, 2008 8:55 am )
//Cache Dir
#$cache_dir = '/tmp';
#$cache_dir = 'C:\windows\temp\';
$cache_dir = '';
//Cache Time ( in seconds )
/*
* 1200 = 20 minutes ( Get a copy every 20 mins?, it must be the end of the world! )
* 3600 = 1 hour (Aliens Attack)
* 18000 = 5 hours (cnn breaking news)
* 43200 = 12 hours (daily news)
*/
#$cache_time = '1200'; // (default: blank for none)
$cache_time = '';

Blade Pack
The offical newsFlash blade. The philosophy behind RazorCMS is clear in its solgan " sharp and simple ". When creating plugins, we try to keep developers then end-users in mind. The first in our line of blade packs encourages other developers to jump in and get started while with a presentable display.Current Release v0.1.2 [zip]
Install
1)
Unzip all the newsFile blade pack files to the ' blade_packs/ ' directory.
The 3 files should be place in the directory as follows.
' blade_packs/public_newsFlash.php '
' blade_packs/newsFlash/story_text.txt '
' blade_packs/newsFlash/newsFlash.swf '
2)
- Login to you admin control panel ( http://www.yourRazorCMSsite.com/admin ).
- Click ' Blade Manager ' link
- Activate the ' newsFlash ' bladepack by clicking ' activate ' under the ' control '
- Click ' View Site ' link to preview the results.
3) Optional Settings
[!! You will need to edit the blade pack file ' blade_packs/public_newsFlash.php ' to make the changes. !!]
/********************
4) Edit Your Stories
* Blade Pack Configuration
*********************/
/* Set debug TRUE or FLASE */
$newsFlash_debug_set = FALSE;
/* Swf background may show an outline on darker pages use this setting to customize the swf background*/
$newsFlash_swf_bg_color = '#ffFFff'; //default: white
- Edit ' blade_packs/newsFlash/story_text.text ' that contains your story.
HTML TAGS SUPPORTED - a,p,font,b,br [Tested]
Theme
The theme for the newsFlash plugin. The css layout is exactly the same as the 'sample theme blade pack' release for razorCMS, with different art work. Yes, we like blue! enjoy !
Current Release [zip]