root/trunk/radiant/README

Revision 405, 1.5 kB (checked in by jlong, 1 year ago)

merged changes from the mental branch into trunk r125:404

Line 
1 == Welcome to Radiant
2
3 Radiant is a no-fluff, open source content management system designed for
4 small teams. It is similar to Textpattern or MovableType, but is a general
5 purpose content management system (not just a blogging engine).
6
7 Radiant features:
8
9 * An elegant user interface
10 * The ability to arrange pages in a hierarchy
11 * Flexible templating with layouts, snippets, page parts, and a custom tagging
12   language (Radius: http://radius.rubyforge.org)
13 * A simple user management/permissions system
14 * Support for Markdown and Textile as well as traditional HTML (it's easy to
15   create other filters)
16 * An advanced plugin system
17 * Operates in two modes: dev and production depending on the URL
18 * A caching system which expires pages every 5 minutes
19 * Built using Ruby on Rails
20 * And much more...
21
22
23 == License
24
25 Radiant is released under the MIT license and is copyright (c) 2006 John W.
26 Long. A copy of the MIT license can be found in the LICENSE file.
27
28
29 == Installation and Setup
30
31 Radiant is a traditional Ruby on Rails application, meaning that you can
32 configure and run it the way you would a normal Rails application.
33
34 See the INSTALL file for more details.
35
36
37 == Support
38
39 The best place to get support is on the mailing list:
40
41 http://radiantcms.org/mailing-list/
42
43 There is also a Trac powered dev site available here:
44
45 http://dev.radiantcms.org/
46
47 Please Note: Before filing a ticket on the dev site discuss your question or
48 problem on the mailing list. This makes it much easier to manage legitimate
49 tickets.
50
51 Enjoy!
52
53 --
54 John Long :: http://wiseheartdesign.com
Note: See TracBrowser for help on using the browser.