Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 16 05:25:10 -0800 2009 | |
| |
LICENCE | Tue Dec 02 05:16:42 -0800 2008 | |
| |
README.textile | Mon Feb 09 07:28:17 -0800 2009 | |
| |
Rakefile | Mon Sep 15 07:43:14 -0700 2008 | |
| |
app/ | Tue Sep 22 03:17:17 -0700 2009 | |
| |
config/ | Mon Dec 01 01:41:03 -0800 2008 | |
| |
db/ | Wed Feb 25 02:30:37 -0800 2009 | |
| |
doc/ | Mon Sep 15 07:43:14 -0700 2008 | |
| |
lib/ | Thu Feb 26 05:18:21 -0800 2009 | |
| |
log/ | Mon Sep 15 08:18:33 -0700 2008 | |
| |
public/ | Sat Apr 25 02:53:40 -0700 2009 | |
| |
script/ | Thu Nov 06 08:39:51 -0800 2008 | |
| |
test/ | Mon Oct 13 09:24:17 -0700 2008 | |
| |
tmp/ | Mon Sep 15 08:18:33 -0700 2008 | |
| |
vendor/ | Tue Sep 22 03:23:45 -0700 2009 |

Seed
a Common Sense CMS from The Media Collective.
http://github.com/desaperados/seed/
Straightforward in-line content management without endless back-end screens and preference panes.
Create and manage General, News, Blog and Event style pages, add content or components to pages for
extra functionality.
User account creation with activation via e-mail and a permissions system for viewing and editing pages.
Default styles and views easily overridden by adding to the plug-in engine directory
Extend, Override, Add Controllers, Helpers, Models using plug-in engine technique
Quick Start
git clone git://github.com/desaperados/seed.git seed
cd seed
script/setup demo
script/server
Load http://localhost:3000 in your browser
Customising
All customisation is handled inside vendor/plugins/yourappname_engine
To override the default stylesheet create a file named default.css
in vendor/plugins/yourappname_engine/public/stylesheets/default.css
Additional stylesheets in this directory will be automatically detected
and included in the document head.
You can override default views by replicating the main seed view directory
in yourappname_engine/app/views. For example to override the default articles
index:
seed
/app
/views
/articles
index.html.erb
Create your own index.html.erb here:
seed
/vendor
/plugins
/yourappname_engine
/app
/articles
index.html.erb
More Info
Author
David Currin
Licence
See LICENCE







