This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 37bf9f93a54b90d01650ebb207c538bfc21a1406
tree d128c95a59143f380bba47a61f064e7bd51b8883
parent 043d190d761c423eaa40bab8be8c101148677f1d
tree d128c95a59143f380bba47a61f064e7bd51b8883
parent 043d190d761c423eaa40bab8be8c101148677f1d
hush_cms /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Aug 24 18:25:39 -0700 2008 | |
| |
MIT-LICENSE | Sun Aug 17 21:50:30 -0700 2008 | |
| |
README | Tue Oct 28 18:37:39 -0700 2008 | |
| |
generators/ | Mon Oct 27 19:16:50 -0700 2008 | |
| |
init.rb | Mon Aug 18 21:14:10 -0700 2008 | |
| |
install.rb | Thu Sep 04 00:31:43 -0700 2008 | |
| |
install/ | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
uninstall.rb | Mon Aug 18 19:32:07 -0700 2008 |
README
Hush CMS ======= A content management extension for Rails, unobtrusively adding static (page) and dynamic (post) content retrieval and management. Test Requirements ======= haml paperclip tiny_mce (check out http://github.com/kete/tiny_mce) will_paginate (not required but strongly recommended, but will enhance post navigation functionality) chronic (not required but enhanced time parsing for the calendar) Example ======= * Install Hush CMS, paperclip and TinyMCE script/plugin install git://github.com/JamesBrooks/hush_cms.git script/plugin install git://github.com/thoughtbot/paperclip.git script/plugin install git://github.com/kete/tiny_mce.git * Perform TinyMCE post-installation scripts installation rake tiny_mce:scripts:install * Follow the instructions and edit config/hush.yml, as well as ensuring haml is installed * Generate migrations for CMS models (and migrate) script/generate hush_cms migrations rake db:migrate * Add a route for CMS pages and admin in config/routes.rb, e.g. ActionController::Routing::Routes.draw do |map| map.hush_cms_pages 'pages' map.hush_cms_posts 'posts' map.hush_cms_admin 'admin/cms' ... end * Done! (More documentation to come once page administration is complete, as well as posts/categories and comments). Copyright (c) 2008 James Brooks, Good Dog Design (james@gooddogdesign.com), released under the MIT license Using icons (Silk Icon Set) created by Mark James (famfamfam.com) Using icons (File Icons v2) created by Jordan Michael (Jordan-Michael.com)







