ATTN: GitHub is currently in read-only mode. Please check GitHub's Twitter account for status updates.

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/pilu/radiant.git
commit  f909ad100c6d6d17882db112df442c59607bf5b4
tree    b1dcaa6e006b3b64d23ea1610474a28340b0bab6
parent  cab11d9d6a57f25893db57823bc0acba0bf03b53
name age message
file .gitignore Fri Feb 06 17:07:21 -0800 2009 Ignoring TextMate project files Signed-off-by:... [freelancing-god]
file .gitmodules Sat Dec 13 08:12:55 -0800 2008 Moved to dataset. [ntalbott]
file CHANGELOG Tue Mar 03 16:21:04 -0800 2009 Reverse view paths order in extension loader. [... [seancribbs]
file CONTRIBUTORS Tue Mar 03 16:21:04 -0800 2009 Reverse view paths order in extension loader. [... [seancribbs]
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/ Wed Feb 25 19:03:57 -0800 2009 Adjust StandardTags#relative_url_for for case w... [seancribbs]
directory bin/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory config/ Sun Feb 22 12:52:37 -0800 2009 Correct typo in config/boot.rb. [seancribbs]
directory db/ Fri Feb 06 20:23:48 -0800 2009 Add Roasters template. [Paul du Coudray]
directory lib/ Tue Mar 03 16:21:04 -0800 2009 Reverse view paths order in extension loader. [... [seancribbs]
directory log/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory public/ Sat Nov 08 14:45:48 -0800 2008 Merge branch 'master' into rest [seancribbs]
file radiant.gemspec Sun Feb 15 11:06:39 -0800 2009 Version bump, update history. [seancribbs]
directory script/ Sat Nov 29 15:27:16 -0800 2008 Remove packaged RSpec and RSpec-rails, fix some... [seancribbs]
directory spec/ Tue Mar 03 16:21:04 -0800 2009 Reverse view paths order in extension loader. [... [seancribbs]
directory stories/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory test/ Mon Dec 22 06:53:50 -0800 2008 Admin::ExtensionsController spec expects extens... [eostrom]
directory vendor/ Sun Mar 01 15:26:24 -0800 2009 Update dataset and spec_integration. [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-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