No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Videos extension for Refinery CMS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Videos extension for Refinery CMS.

About

A page for videos from diferent sources, in a blog format with multilingual support, custom urls and seo. Check supported video formats of acts_as_unvlogable.

For RefineryCMS 2.0.0.

Requirements

TODO

  • Fix SEO (seo data is stored but for some reason data is not in html head)
  • Build the gem
  • Documentation
  • Tests

Install

Add this line to your applications Gemfile

gem 'refinerycms-sl-videos', '~> 2.0.0'

Next, run

bundle install
rails g refinery:videos
rake db:migrate
rake db:seed

Thanks

To people from acts_as_unvlogable, for the great video sources support.

How to build this extension as a gem

gem build refinerycms-sl-videos.gemspec
gem install refinerycms-sl-videos.gem

# Sign up for a http://rubygems.org/ account and publish the gem
gem push refinerycms-sl-videos.gem