public
Description: Optional, additional stuff for CommunityEngine, the open source, social networking plugin for Ruby on Rails
Homepage: http://www.missingmethod.com/projects/community_engine
Clone URL: git://github.com/bborn/communityengine-extras.git
bborn (author)
Wed May 21 09:19:41 -0700 2008
commit  a5821ade6cded4bd61b6d8f9a96bd7dd71984bf9
tree    ca4fe6b2e0daa37bd077c066c60d0e492cda2eb2
parent  761362a9454ab26a9c6ed24769b1c45ff1617f82
name age message
file .gitignore Wed May 21 09:18:52 -0700 2008 adding Deprecated CE Skin and gitignore [bborn]
file README Wed May 21 09:19:41 -0700 2008 Readme change [bborn]
directory deprecated_ce_skin/ Wed May 21 09:18:52 -0700 2008 adding Deprecated CE Skin and gitignore [bborn]
README
This repository hosts code that is supplemental to CommunityEngine.

Includes:

1. Deprecated CE Skin
- When CE when to v0.10.01, we updated the default skin to use haml, and revamped the whole design. This means, however, 
that those using the old skin in their app may experience some problems (since the views your application is expecting 
may not exist in the new skin). Easily solved: just download the Deprecated CE Skin, and copy the necessary files into 
your application's view directory. The deprecated skin also includes the old stylesheets, javascripts, and images you 
might need to make your app work as expected.