This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 18 02:43:38 -0800 2009 | |
| |
CHANGELOG.md | Sun Jun 21 11:29:13 -0700 2009 | |
| |
MIT-LICENSE | Tue Dec 02 10:47:49 -0800 2008 | |
| |
README.markdown | Wed Feb 18 02:43:38 -0800 2009 | |
| |
Rakefile | Tue Dec 02 10:47:49 -0800 2008 | |
| |
app/ | Sun Jun 21 11:29:13 -0700 2009 | |
| |
config/ | Tue Dec 02 10:47:49 -0800 2008 | |
| |
db/ | Mon Feb 16 01:23:06 -0800 2009 | |
| |
init.rb | Wed Feb 18 04:24:56 -0800 2009 | |
| |
locale/ | Sun Jun 21 10:01:10 -0700 2009 | |
| |
public/ | Mon Feb 16 01:23:06 -0800 2009 | |
| |
test/ | Mon Feb 16 01:23:06 -0800 2009 |
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







