Tape

RSS reader for Character project.

Installation

Add to Gemfile:

gem 'tape', github: 'alexkravets/tape'

Add tape resource controllers to routes.rb:

# rss
resources :tape_subscriptions, controller: 'tape_subscriptions'
resources :tape_posts,         controller: 'tape_posts'

Add to admin.scss and admin.coffee:

@import "tape";
#= require tape

Add to admin.coffee character configuration object:

tape: new Tape()

Tape family

  • Character: Powerful javascript CMS for apps
  • Mongosteen: An easy way to add restful actions for mongoid models
  • Inverter: An easy way to connect Rails templates content to CMS
  • Loft: Media assets manager for Character CMS

License

Copyright © 2015 Alexander Kravets. Loft is free software, and may be redistributed under the terms specified in the license.