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
Keith (author)
Fri Oct 16 03:43:27 -0700 2009
commit  3f59d05bdc3e762e264ab8b1d6ed4d281d1cb28d
tree    d060ab23884050a0581216a09a6d16569020d16f
parent  8adc462228a0564d7d69df6995867bdd078ba283
name age message
file .gitignore Thu Oct 08 07:37:33 -0700 2009 new gitignore [Michael Torfs]
file .gitmodules Fri Jul 31 20:54:55 -0700 2009 remove vizres from .gitmodules Signed-off-by: ... [johnmuhl]
file CHANGELOG Fri Oct 09 13:05:07 -0700 2009 prep for 0.9 RC1 [jlong]
file CONTRIBUTORS Fri Oct 09 13:05:07 -0700 2009 prep for 0.9 RC1 [jlong]
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/ Thu Oct 08 09:28:11 -0700 2009 merged translations of jomz and planetmaster [Michael Torfs]
directory bin/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory config/ Thu Oct 08 23:19:27 -0700 2009 merging jomzs and PlanetMasters changes [Keith]
directory db/ Sun Oct 11 02:10:22 -0700 2009 merging [Keith]
directory features/ Fri Oct 02 12:06:25 -0700 2009 Fixed a few specs [Keith]
directory lib/ Fri Oct 16 03:43:27 -0700 2009 added support for localized language names, ie.... [Keith]
directory log/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory public/ Fri Oct 16 02:39:00 -0700 2009 increased width in add_child col and more_or_hi... [Keith]
file radiant.gemspec Fri Oct 09 13:11:17 -0700 2009 update gem spec [jlong]
directory script/ Sat Jun 06 10:35:16 -0700 2009 Update Cucumber and RSpec, clean up some featur... [seancribbs]
directory spec/ Thu Oct 08 00:59:01 -0700 2009 manually merged with master branch [jomz]
directory test/ Tue Aug 18 13:17:17 -0700 2009 Implement new navigation tab infrastructure. [seancribbs]
directory vendor/ Thu Oct 08 23:09:41 -0700 2009 updating vendor [Keith]
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