freelancing-god / radiant forked from radiant/radiant

Radiant is a no-fluff, open source content management system designed for small teams.

This URL has Read+Write access

commit  31e32b346c4cc53fe8eff4bcd5071b3fd6826b6b
tree    e5ecc44b17cb61592b2cb22337daa1c61892c244
parent  c41dd18028a867c8c3fed33144c533d12d8832a9
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 Loading commit data...
file CONTRIBUTORS
file INSTALL Mon Dec 01 05:20:19 -0800 2008 Added a notice to install Rspec if the database... [dosire]
file LICENSE Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
file README Sat Oct 18 08:43:10 -0700 2008 Added development dependancy to README [Raving Genius]
file Rakefile Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory app/
directory bin/ Fri Jun 20 08:53:05 -0700 2008 Import from old repository. [seancribbs]
directory config/ Sat Dec 13 12:43:14 -0800 2008 Convert extension migrations to use schema_migr... [seancribbs]
directory db/ Sat Dec 13 10:35:10 -0800 2008 Bug Fix: Adding a new home page should create a... [Trent Albright]
directory lib/
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
directory script/ Sat Nov 29 15:27:16 -0800 2008 Remove packaged RSpec and RSpec-rails, fix some... [seancribbs]
directory spec/
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/
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

== 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