public
Description: An open source Ruby on Rails 'content generation' orientated CMS / publishing framework
Homepage: http://typeface.jasonearl.com
Clone URL: git://github.com/virtualfunction/typeface.git
Click here to lend your support to: typeface and make a donation at www.pledgie.com !
typeface / README
100644 33 lines (20 sloc) 0.93 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
= TypeFace
 
Home Page:: http://typeface.jasonearl.com
Author:: Jason Earl
Copyright:: (c) 2008, Jason Earl / Virtual Function
 
== About
 
TypeFace is a content generation based CMS / publishing framework that is
powered by Ruby on Rails.
 
Find out more at the homepage: http://typeface.jasonearl.com
 
== Installing
 
Please check homepage. Generally it is a a case of downloading, unpacking,
setting up a config/database.yml if needed, running rake db:migrate, then running
take install:configure to setup basic options, then running ./script/server and
pointing the browser to the new web server instance.
 
== Contributing
 
If you are able to contribute, or would like help and support please check out
google group.
 
There is a google group at:
 
http://groups.google.com/group/typeface-publisher
 
Please sign up to this if you would like to contact me. Otherwise please visit
the contributing section on the project page.