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
name age message
file .gitignore Thu Jan 29 17:03:44 -0800 2009 removing ignore for db file, and adding sample ... [edraper]
file README Thu Jan 29 17:00:35 -0800 2009 initial checkin of sample slice host app [edraper]
file Rakefile Thu Jan 29 17:00:35 -0800 2009 initial checkin of sample slice host app [edraper]
directory app/ Mon Mar 23 16:15:55 -0700 2009 updating the slice example app inline with rece... [edraper]
file config.ru Tue Apr 21 06:21:26 -0700 2009 adding in the Rackup file for Passenger hosting [edraper]
directory config/ Sat Feb 07 09:17:52 -0800 2009 setting a namespace for memcache [edraper]
directory db/ Mon Mar 23 16:15:55 -0700 2009 updating the slice example app inline with rece... [edraper]
directory doc/ Thu Jan 29 17:00:35 -0800 2009 initial checkin of sample slice host app [edraper]
directory merb/ Thu Jan 29 17:00:35 -0800 2009 initial checkin of sample slice host app [edraper]
directory public/ Thu Jan 29 17:00:35 -0800 2009 initial checkin of sample slice host app [edraper]
directory tasks/ Thu Jan 29 17:00:35 -0800 2009 initial checkin of sample slice host app [edraper]
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.