6 projects tagged "MIT/X"
NewsCloud is software you can use to power engaging social media communities. It provides a suite of Facebook-connected interactive features that can help you host a vibrant online community for your neighborhood, topic, community group, nonprofit, membership association, or city. While most content management systems are optimized around publishing, NewsCloud's features offer ways for your audience to participate and lead the site with user generated content. As activity increases, you can integrate advertising and paid content referral systems to capture new revenue streams. NewsCloud is designed to help you move beyond the limitations of Facebook pages.
Refinery is a Ruby on Rails content management system for small business sites where the client needs to be able to update their Web site themselves without being bombarded with anything too complicated. It is truly aimed at the end user, making it easy for them to pick up and make changes themselves.
render_inheritable is a Rails 3 plugin that allows one to inherit or override single templates for controller hierarchies. With this gem, a template is searched in the current controller's view folder (as usual). If it is not found there, the template with the same name in the view folder of the superclass controller is used. Finally, views and partials remain DRY.