public
Description: Prototype of the user-interface of Radiant CMS.
Homepage: http://radiantcms.org/
Clone URL: git://github.com/radiant/radiant-prototype.git
name age message
file .gitignore Tue Aug 18 12:25:39 -0700 2009 misc tweaks [jlong]
file README Fri Jun 20 09:04:45 -0700 2008 Import from old repository. [seancribbs]
directory admin/ Loading commit data...
directory images/ Sat Oct 03 00:35:33 -0700 2009 Changed Remove and Add Child links to CSS and t... [kbingman]
file index.redirect Fri Jan 30 12:38:04 -0800 2009 Add a redirect to the root to /admin. [seancribbs]
directory javascripts/
directory stylesheets/
file view_helpers.rb Thu Oct 01 14:10:14 -0700 2009 allow a user to reset their password [jlong]
README
== What is this?

This is a simple HTML prototype of Radiant written in HAML that is designed
to be viewed with serve.

What is serve? Serve is a rapid prototyping framework for Rails
applications. It is designed to compliment Rails development and enforce a
strict separation of concerns between designer and developer. Using Serve
with Rails allows the designer to happily work in his own space creating an
HTML prototype of the application, while the developer works on the Rails
application and copies over HTML from the prototype as needed. This allows
the designer to focus on presentation and flow while the developer can focus
on the implementation.

We are presently experimenting with using serve in this capacity to speed
the development and implementation of new features in Radiant.


= How do I install and run serve?

Serve is distributed as a gem to make it easy to get up and running. To
install:

  % sudo gem install serve

To get up and running, open up a terminal, cd to this directory and execute:

  % serve

This will startup serve on port 4000. You can now view the prototype in your
Web browser at this URL:

  http://localhost:4000

Click around. You will find that serve enables us to prototype most of the
functionality of Radiant without writing a single line of back end code!


= Can I contribute?

Sure! We welcome contributions to the prototype. If you have an idea for a
new feature this is the perfect place to get the action rolling. Once you
have it prototyped using serve, create a ticket on the dev site and attach
your patch. Then give us a holler on the dev mailing list and we can debate
the merits of your idea there.