public
Description: Merb Slice to transform Webby in a wysiwyg CMS
Homepage: http://legodata.com
Clone URL: git://github.com/alx/webbastic.git
name age message
file .gitignore Mon Apr 20 02:28:07 -0700 2009 player flash [sebastien maurette]
file LICENSE Sun Feb 22 18:18:52 -0800 2009 first commit [alx]
file README.textile Tue Mar 17 03:23:24 -0700 2009 Add features to README [alx]
file Rakefile Thu May 28 02:15:18 -0700 2009 review version number and add rake dependencies [alx]
file TODO Sun Feb 22 18:18:52 -0800 2009 first commit [alx]
directory app/ Sat May 30 07:26:15 -0700 2009 correct widget initialize [alx]
directory config/ Tue Apr 21 01:01:42 -0700 2009 use jeditable for header-editing [alx]
directory lib/ Sat May 30 07:26:15 -0700 2009 correct widget initialize [alx]
directory public/ Wed May 13 19:34:52 -0700 2009 correct typo [alx]
directory spec/ Tue Mar 31 03:21:27 -0700 2009 review is_dirty and desactivate it until improv... [alx]
directory stubs/ Sun Feb 22 18:18:52 -0800 2009 first commit [alx]
README.textile

Webbastic

Webbastic is a Merb Slice sitting on top of Webby to provide an CMS-like interface to build your static website.

Features

Integration with MediaRocket

MediaRocket is a media upload manager build in a Merb Slice.

Connecting MediaRocket and Webbastic, user can upload media or documents on one side,
and integrate them on their website pages on the other.

To connect MediaRocket to Webbastic, you need to create a new Merb App, and include both Slices in dependencies and router.

Page Slugs with Rack

Shortcut to pages can be defined with a ‘page-slug’ header.
If declared, Merb::Rack::PageSlug middleware will fetch the request and redirect it to the static file.