public
Description: tog plugin for managing podcasts
Homepage: http://www.toghq.com
Clone URL: git://github.com/molpe/tog_podcasts.git
README.markdown

Podcasts

WORK IN PROGRESS.

This plugin is still under development, not use in a production environment

tog_podcasts is a plugin for managing channels of podcasts in your site.

Included functionality

  • Channels list
  • Channels episode list
  • RSS and iTunes subscriptions
  • Comments on episdes
  • Play episodes online
  • Counter for episodes

Resources

Plugin requirements

require_plugin 'paperclip'

require_plugin 'flashplayrhelpr' script/plugin install svn://rubyforge.org/var/svn/flashplayrhelpr

Install

  • Install plugin from source:
ruby script/plugin install git//github.com:tog/tog_podcasts.git
  • Generate installation migration:
ruby script/generate migration install_tog_podcasts
  with the following content:
class InstallTogPodcasts < ActiveRecord::Migration
  def self.up
    migrate_plugin "tog_podcasts", 1
  end

  def self.down
    migrate_plugin "tog_podcasts", 0
  end
end
  • Add tog_podcasts's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_podcasts'
  • And finally...
 
rake db:migrate
rake flash_player:install

More

http://github.com/tog/tog_posdcasts/wikis

Copyright (c) 2008 Keras Software Development, released under the MIT license