Issue #5 of my CFML Open Source weekly update series. A couple of quite unique projects have come into existance this week, including a stats provider for Munin and a SSH client & server. Plus the weekly github report, seeing some movement in the most starred projects of all time table.
Contents
New projects
ColdFusion-Munin 
A really interesting project that provides data for Munin monitoring. Currently only provides uptime, application instance count and session instance count. But looks simple enough to add other statistics in.
Cyril 
Chris has created an offshoot of FW/1 called Cyril. It’s based on a consolidation of features and patterns that he usually uses when creating a web application.
cfssh 
Appears to be a project for taking advantage of SSH to transfer files (SCP) to and fro.
cfsshd 
Related to the project above, but takes advantage of Apache SSHD to provide the actual SSH server.
Roc CF 
Looks like another CFML based CMS.
Batchbook-API-ColdFusion 
A CFML component designed for easy interaction with the Batchbook v2 API.
RestConsumer 
Brian has also put together a CFML component to easily abstract access to REST based APIs. Providing helper functions and a testable CFHTTP framework (CF8+).
Releases
Mura CMS 6

Mura CMS has reached version 6 which includes a bunch of additions over previous versions. This include a brand new admin UI (Twitter Bootstrap based), streamlined editing forms, improved tagging and much more.
They’ve also posted some technical notes for the release. Worth a read if you’re using the project as it provides some IIS and CFML engine compatibility information.
sParser2 1.8

This is a CFML component that provides jQuery like selector usage against web content. The update included a new version of the Jericho library used (v3.3), performance improvements, Javaloader fix and more.
CFConcurrent 1.0

Provides simple access to the Java Concurrency Framework in CFML applications. This release removes Adobe ColdFusion 9 support, due to a user discovering a massive memory leak issue under that version of ACF. Support may return if Marc manages to convince Adobe to fix the underlying issue. If you’re using CFConcurrent anywhere with ACF9, you may want to consider voting on the issue.
Underscore.cfc 2.3

A port of “Underscore.js” for CFML, making use of closures and anonymous functions to easily perform tasks of collections. Update includes a bunch of new methods like (but not limited to): value(), push(), shift(), unshirt(), join(), pairs(), random(). Plus support for Foundry and fixes for the mxunit based testing.
Project news
Slatwall

Slatwall related modules
Greg has been busy and created repositories for some modules/extensions/plugins to hook other projects into Slatwall.
ContentBox CMS

Author Bio module
Christine has created a ContentBox Module for automatically including an author bio in blog posts.
Contactor Module
This module by William loads a Contactor plugin to let guests, to your ContentBox based site, send you messages.
Elegance theme
William has also produced an theme for ContentBox called “Elegance”.
CFWheels

Author Bio module
A plugin designed to prevent spam by protecting forms in a “less annoying way”, from James Gibson.
ColdBox

Line Break Scanner
A module for ColdBox that will recursively scan any folder on your server, reporting the kinds of line breaks in use.
OpenBD 
OpenBD Google Chrome extension
Matthew announced on the OpenBD mailing list, that there is now a Google Chrome extension available for easily accessing the manual information.
github report
The 5th github report for ColdFusion see’s MXUnit jump up to 13th in the table for most starred ColdFusion projects (although it’s joint with CFTracker and ContentBox).
Entypo pictograms by Daniel Bruce – www.entypo.com

Keep up the good work!
Thanks Sami
I’ll try my best.