public
Description: This is a sample app demonstrating how to run Feather as a slice within a host Merb application.
Homepage: http://ejdraper.com/blog/2009/01/30/setup-feather-to-run-as-a-slice-within-a-merb-app
Clone URL: git://github.com/edraper/feather-sample-slice-host.git
edraper (author)
Tue Apr 21 06:21:26 -0700 2009
commit  a8131555eba4ad683b1c2353af01cad301317306
tree    e31f91b2b420dc76c319edee8370ba10e5d92b29
parent  62d363cef0f000ed8e0461129b0c71edb0407d6e
name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory app/
file config.ru
directory config/
directory db/
directory doc/
directory merb/
directory public/
directory tasks/
README
README

This is a sample host app to demonstrate running Feather as a slice. It includes a few plugins installed by default:
  feather-comments
  feather-feeds
  feather-importers
  feather-tagging
  feather-themes

The sqlite3 database file is included, so that this app should fire up and work straight away in development mode.

The Feather blog admin username and password is "admin", and "password".

It comes with an incredibly simple override theme by default, just to show how it works.

The blog and the host app use different layouts, just to show that the layouts can be separated.

You can use this as a base for building your own Feather powered apps. Any bugs/issues, please let me know by e-mailing 
me at el@ejdraper.com.