public
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 [saturnflyer]
file .gitmodules Fri Jul 31 20:54:55 -0700 2009 remove vizres from .gitmodules Signed-off-by: ... [johnmuhl]
file CHANGELOG Sat Sep 05 08:28:58 -0700 2009 Upgrade Rails and dataset, move default cache l... [seancribbs]
file CONTRIBUTORS Sat Sep 05 08:28:58 -0700 2009 Upgrade Rails and dataset, move default cache l... [seancribbs]
file INSTALL Wed Sep 02 15:04:12 -0700 2009 tweaks to INSTALL and README [jlong]
file LICENSE Fri Feb 06 17:10:20 -0800 2009 Update some documentation. [seancribbs]
file README Wed Sep 02 15:05:37 -0700 2009 downcase webrat [jlong]
file Rakefile Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory app/ Sat Sep 05 09:31:44 -0700 2009 Don't escape the textarea twice. [seancribbs]
directory bin/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory config/ Sat Sep 05 08:28:58 -0700 2009 Upgrade Rails and dataset, move default cache l... [seancribbs]
directory db/ Sat Apr 25 14:21:16 -0700 2009 Populate config.extensions so extensions can be... [jgarber]
directory features/ Mon Jul 06 15:23:17 -0700 2009 cucumber support for generated extensions [saturnflyer]
directory lib/ Sat Sep 05 08:28:58 -0700 2009 Upgrade Rails and dataset, move default cache l... [seancribbs]
directory log/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory public/ Fri Jul 31 20:12:01 -0700 2009 Properly check for existing page parts when cre... [saturnflyer]
file radiant.gemspec Sat Aug 01 12:12:01 -0700 2009 Added support for DB2 9.7 [acangiano]
directory script/ Sat Jun 06 10:35:16 -0700 2009 Update Cucumber and RSpec, clean up some featur... [seancribbs]
directory spec/ Sat Aug 01 12:13:33 -0700 2009 Merge branch 'master' of git://github.com/vikin... [saturnflyer]
directory test/ Fri Jun 12 10:22:54 -0700 2009 load metal from extensions [saturnflyer]
directory vendor/ Sat Sep 05 08:28:58 -0700 2009 Upgrade Rails and dataset, move default cache l... [seancribbs]
README
== 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-2009
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

To run tests you will need to have the following gems installed:

  gem install ZenTest rspec rspec-rails cucumber webrat nokogiri


== Support

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

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

Most of the development for Radiant happens on Github:

http://github.com/radiant/radiant/

The project wiki is here:

http://wiki.github.com/radiant/radiant/


Enjoy!

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