public
Rubygem
Description: Radiant is a no-fluff, open source content management system designed for small teams.
Homepage: http://radiantcms.org/
Clone URL: git://github.com/radiant/radiant.git
name age message
file .gitignore Mon Jun 29 18:40:46 -0700 2009 move Radiant::Config to Rails.cache [Jim Gay]
file .gitmodules Thu Apr 16 05:25:36 -0700 2009 merging [Jim Gay]
file CHANGELOG Tue Jun 30 13:23:05 -0700 2009 Require Cucumber version 0.3.9 or greater from ... [Jim Gay]
file CONTRIBUTORS Sat Jun 27 08:17:24 -0700 2009 Update changelog & contributors [Josh French]
file INSTALL Fri Feb 06 17:10:20 -0800 2009 Update some documentation. [seancribbs]
file LICENSE Fri Feb 06 17:10:20 -0800 2009 Update some documentation. [seancribbs]
file README Wed Jan 21 13:32:26 -0800 2009 Add rspec and rspec-rails requirements. [seancribbs]
file Rakefile Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory app/ Mon Jun 29 18:40:46 -0700 2009 move Radiant::Config to Rails.cache [Jim Gay]
directory bin/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory config/ Mon Jun 29 18:40:46 -0700 2009 move Radiant::Config to Rails.cache [Jim Gay]
directory db/ Sat Apr 25 14:21:16 -0700 2009 Populate config.extensions so extensions can be... [jgarber]
directory features/ Sat Jun 06 10:35:16 -0700 2009 Update Cucumber and RSpec, clean up some featur... [seancribbs]
directory lib/ Wed Jul 01 20:13:56 -0700 2009 remove errant argument for config exporting [Jim Gay]
directory log/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory public/ Sat Apr 25 14:22:40 -0700 2009 Support removal of tabs [Kunal Shah]
file radiant.gemspec Sat Jun 13 07:45:41 -0700 2009 Generate gemspec from a cleaner checkout. [seancribbs]
directory script/ Sat Jun 06 10:35:16 -0700 2009 Update Cucumber and RSpec, clean up some featur... [seancribbs]
directory spec/ Wed Jul 01 16:11:09 -0700 2009 Make spec immune to timezone issues. [seancribbs]
directory test/ Fri Jun 12 10:22:54 -0700 2009 load metal from extensions [Jim Gay]
directory vendor/ Thu Jun 11 13:00:24 -0700 2009 Remove vizres plugin. [seancribbs]
== Welcome to Radiant

Radiant is a no-fluff, open source content management system designed for
small teams. It is similar to Textpattern or MovableType, but is a general
purpose content management system (not just 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 simple user management/permissions system
* Support for Markdown and Textile as well as traditional HTML (it's easy to
  create other filters)
* An advanced plugin system
* 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
* And much more...


== License

Radiant is released under the MIT license and is copyright (c) 2006-2008
John W. Long and Sean Cribbs. A copy of the MIT license can be found in the
LICENSE file.


== Installation and Setup

Radiant is a traditional Ruby on Rails application, meaning that you can
configure and run it the way you would a normal Rails application.

See the INSTALL file for more details.


== Development Requirements

 * gem install ZenTest rspec rspec-rails

== Support

The best place to get support is on the mailing list:

http://radiantcms.org/mailing-list/

There is also a Trac powered dev site available here:

http://dev.radiantcms.org/

Please Note: Before filing a ticket on the dev site discuss your question or
problem on the mailing list. This makes it much easier to manage legitimate
tickets.

Enjoy!

--
The Radiant Dev Team
http://radiantcms.org