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 | ||
| |
CHANGELOG.md | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
init.rb | ||
| |
locale/ | ||
| |
public/ | ||
| |
test/ |
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








