WHAT IS RADIANT CMS?
Radiant is a no-fluff content management system made for designers and
programmers and is ideal for use on small teams. It is similar to
Movable Type or Textpattern, but is much more than a blogging engine.
Radiant features:
* An elegant user interface
* The ability to arrange pages in a hierarchy
* Flexible templating with layouts, snippets, page parts, and a
custom tagging language (Radius: http://radius.rubyforge.org)
* A dynamic extension system
* A simple user management/permissions system
* Support for Markdown and Textile as well as traditional HTML
(it’s easy to create other filters)
* Operates in two modes: dev and production depending on the URL
* A caching system which expires pages every 5 minutes
* Built using Ruby on Rails (which means that extending Radiant is
as easy as any other Rails application)
* Licensed under the MIT-License
* And much more…
I found the new release announcement on the rubyforge forum, http://www.ruby-forum.com/topic/150266#663251
There is demo available at http://radiantcms.org/demo/
Radiant CMS is a very elegant and speedy CMS which will very easily let you build easy to maintain silo’d or hierachical websites.


{ 4 comments… read them below or add one }
wow,great site with lots of relevant information,thanks man for giving me access to all these information.keep up the good work
@internetprince:
I’ve been experimenting with Radiant CMS quite a bit and it is great for building silo websites. The hierarchical structure is automatically built in and I’m learning textile (also the quirks of Redcloth) and it a great way to build your pages without writing actual html code. And I will say that building a website if you have a design is not very complicated with RadiantCMS
Radiant Cms makes use of tags for certain design functions and it’s very easy to learn and understand. I also have to say that the new Radiant CMS is very quick.
Jasper,
I’ve been searching for a solution to build silo websites. Can you explain how silos can be built with Radiant CMS? In particular, I would like to know how it can link from the bottom of one silo to the top of a related silo.
Thanks,
Jamie
Hi Jamie,
Linking from an article to the silo landing page of another silo is something that Radiant has no implementation in a guided fashion. You can create the links manually of course.
Radiant does has a very interesting way in implementing tags for building links to parents and children as they are refered to.
Jasper