public
Fork of radiant/radiant
Description: Radiant is a no-fluff, open source content management system designed for small teams.
Homepage: http://radiantcms.org/
Clone URL: git://github.com/jomz/radiant.git
jomz (author)
Sun Dec 20 12:21:31 -0800 2009
commit  6eed3b6693c7c0eaa4134e8945fdec17a3886475
tree    fd5cc52c0134d30f4cf01051717cfbd1668520b5
parent  913508bc8d8c06b6a86e548be84ca0ac48ec3353 parent  2fa4bae6d2d27adda9ed9be5c3d1850977840ae8
name age message
file .gitignore Tue Aug 18 07:37:55 -0700 2009 merged in changes; more tweaks for blade [jlong]
file CHANGELOG Tue Dec 15 21:47:07 -0800 2009 credit, hopefully this covers all of it. relate... [saturnflyer]
file CONTRIBUTORS Mon Dec 07 14:43:56 -0800 2009 forgot to update contributors [saturnflyer]
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/ Wed Dec 16 10:41:56 -0800 2009 applying fix for if_content part='unexisting_pa... [jomz]
directory bin/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory config/ Sun Dec 13 16:00:48 -0800 2009 Cucumber running but features failing. [seancribbs]
directory db/ Tue Sep 29 15:18:35 -0700 2009 renamed "developer" role to "designer" [jlong]
directory features/ Sun Dec 13 16:00:48 -0800 2009 Cucumber running but features failing. [seancribbs]
directory lib/ Tue Dec 15 19:07:15 -0800 2009 change example nav addition for generated exten... [saturnflyer]
directory log/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory public/ Tue Dec 15 22:27:28 -0800 2009 undo radiant-specific changes to popup and stat... [saturnflyer]
file radiant.gemspec Tue Dec 15 14:43:54 -0800 2009 remove pngfix.js since 0.9 isn't concerned with... [johnmuhl]
directory script/ Sun Dec 13 16:00:48 -0800 2009 Cucumber running but features failing. [seancribbs]
directory spec/ Wed Dec 16 10:41:56 -0800 2009 applying fix for if_content part='unexisting_pa... [jomz]
directory test/ Sat Dec 05 19:08:21 -0800 2009 finalize changes to tab API [saturnflyer]
directory vendor/ Wed Dec 16 04:45:37 -0800 2009 fix missing image in markdown reference [saturnflyer]
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