public
Description: tog plugin for managing podcasts
Homepage: http://www.toghq.com
Clone URL: git://github.com/molpe/tog_podcasts.git
name age message
file .gitignore Wed Feb 18 02:43:38 -0800 2009 updated readme with rake flashplayer:install ta... [molpe]
file CHANGELOG.md Sun Jun 21 11:29:13 -0700 2009 Release vv0.4.4 [molpe]
file MIT-LICENSE Tue Dec 02 10:47:49 -0800 2008 initial version of the plugin [molpe]
file README.markdown Wed Feb 18 02:43:38 -0800 2009 updated readme with rake flashplayer:install ta... [molpe]
file Rakefile Tue Dec 02 10:47:49 -0800 2008 initial version of the plugin [molpe]
directory app/ Sun Jun 21 11:29:13 -0700 2009 Release vv0.4.4 [molpe]
directory config/ Tue Dec 02 10:47:49 -0800 2008 initial version of the plugin [molpe]
directory db/ Mon Feb 16 01:23:06 -0800 2009 plugin updated, migrated from attachment_fu to ... [molpe]
file init.rb Wed Feb 18 04:24:56 -0800 2009 mime types configurable and i18n messages for v... [molpe]
directory locale/ Sun Jun 21 10:01:10 -0700 2009 can create channels and podcasts from admin [molpe]
directory public/ Mon Feb 16 01:23:06 -0800 2009 plugin updated, migrated from attachment_fu to ... [molpe]
directory test/ Mon Feb 16 01:23:06 -0800 2009 plugin updated, migrated from attachment_fu to ... [molpe]
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