New Version of Feed Ping for Mango Blog
Posted by Russell Brown at 9:40 AM
1 comments - Categories: ColdFusion | Development | Mango Blog
I have made some more updates to my Feed Ping Plugin (1.1) for the ColdFusion Blog package, Mango. I'm much happier with this version. I've included more hardcoded XML-RPC options as well as adding 5 custom XML-RPC url options. There is now a logging option that was a 1.05 feature. for right now I just put a FeedPingLog.txt into the root of the website. I will probably put this in a better place at a later time.
The new built in list contains: BlogFlux, BlogShares, BlogRolling, BulkFeeds, Feed Burner, Google, Ice Rocket, Moreover, Ping-o-Matic, Syndic8, Technorati, Weblogs and Yahoo.
During my development I've had to add a piece of code to my admin's section Application.cfm file in order to force a reload of the Application. I'm guessing the Mango cache of my Handler.cfc file if you already have this installed will need to be flushed.
<cfif isDefined("url.rl")>
<cflock scope="Application" type="exclusive" timeout="15">
<cfset OnApplicationStart()>
</cflock>
</cfif>
Download the ZIP file or view my SVN repository

Josh wrote on 05/08/08 9:55 AM