Radiant CMS

What is Radiant CMS? It is what this site is running on. It is a CMS written in Ruby on Rails which is lean, mean and very good.

Unfortunately for the Radiant community I took an interest in the code. Normally this would spell disaster for a project but Radiant has a nice “Extension” (plugin) system which allows me to add things to the radiant code base without messing up the core code.

So without further ado; here are the extensions I have written for Radiant. If you end up using them then I would love to hear about it.

Google Maps Extension

This extension makes it easier for site owners to integrate Google maps into their site. It provides some front-end code to make embedding a map into a page a 3 line affair

It also has an administration system that allows users to easily edit their maps without having to know much code.

Back to the top