k3cms_s3_podcast

所属分类:建站系统
开发工具:Ruby
文件大小:158KB
下载次数:0
上传日期:2013-03-15 16:34:29
上 传 者sh-1993
说明:  K3cms的简单播客功能,使用Amazon S3存储播客资产
(Simple podcast functionality for the K3cms using Amazon S3 for storage of podcast assets)

文件列表:
.rspec (9, 2013-03-16)
Gemfile.tt (972, 2013-03-16)
License.txt (7651, 2013-03-16)
Rakefile (2782, 2013-03-16)
app (0, 2013-03-16)
app\cells (0, 2013-03-16)
app\cells\k3cms (0, 2013-03-16)
app\cells\k3cms\s3_podcast (0, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes (0, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes\context_ribbon.html.haml (1649, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes\published_status.html.haml (190, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes\record_js.html.haml (918, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_cell.rb (1742, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_index (0, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_index\table.html.haml (1131, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_index\table_row.html.haml (1033, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_index\tile.html.haml (1595, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_index\tiles.html.haml (1536, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_index_cell.rb (2648, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_show (0, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_show\page.html.haml (1394, 2013-03-16)
app\cells\k3cms\s3_podcast\episodes_show_cell.rb (240, 2013-03-16)
app\cells\k3cms\s3_podcast\podcasts (0, 2013-03-16)
app\cells\k3cms\s3_podcast\podcasts\context_ribbon.html.haml (2064, 2013-03-16)
app\cells\k3cms\s3_podcast\podcasts\list.html.haml (1471, 2013-03-16)
app\cells\k3cms\s3_podcast\podcasts\published_status.html.haml (190, 2013-03-16)
app\cells\k3cms\s3_podcast\podcasts\show.html.haml (1369, 2013-03-16)
app\cells\k3cms\s3_podcast\podcasts_cell.rb (1405, 2013-03-16)
app\controllers (0, 2013-03-16)
app\controllers\k3cms (0, 2013-03-16)
app\controllers\k3cms\s3_podcast (0, 2013-03-16)
app\controllers\k3cms\s3_podcast\base_controller.rb (476, 2013-03-16)
app\controllers\k3cms\s3_podcast\episodes_controller.rb (6020, 2013-03-16)
app\controllers\k3cms\s3_podcast\podcasts_controller.rb (3370, 2013-03-16)
app\helpers (0, 2013-03-16)
app\helpers\k3cms (0, 2013-03-16)
app\helpers\k3cms\s3_podcast (0, 2013-03-16)
... ...

K3cms S3 Podcast ================ Simple podcast functionality for K3cms. You can store your podcast assets on any server. Just choose a naming convention for your asset files (for example, all episodes will be in a folder with the **year** and their filename will be based on a unique **code** that you give each episode) and enter that information in your podcast in the list of episode source URLs (for example, `http://my_podcast.s3.amazonaws.com/{year}/episode_{**code**}.mp4`). This gem will take care of interpolating values from each episode into your source URL pattern, in this example replacing `{code}` with the actual code that you entered for that episode and `{year}` with the year from the date you entered for that episode. As long as you are consistent in organizing and naming your files, this makes things really simple! You can use any scheme that you want for your source URLs, using any combination of the following placeholders: * `{code}` * `{year}` * `{month}` * `{day}` You have the same flexibility for specifying the URLs of the poster image for your episodes as you do for the video/audio sources themselves. About the name -------------- This gem was named "S3 Podcast" after Amazon S3, but you can use any other hosting service that you want for your asset files, not just Amazon S3. Troubleshooting =============== 303: Failed to load a resource: Unable to load resources: Error #2035 --------------------------------------------------------------------- Even if your video URL is correct, you might still see this error. If your video player gives you this message, it could mean that your podcast's *image* URL is to blame. Double check that you entered the correct image URL. Unfortunately, any time the image URL is broken, it will prevent playing of the video itself. This appears to be a bug with the VideoJS video player library that was used. We hope to find a solution to this. Running Tests ============= rake test_app rake spec License ======= Copyright 2011 [K3 Integrations, LLC](http://www.k3integrations.com/) k3cms_s3_podcast is free software, distributed under the terms of the [GNU Lesser General Public License](http://www.gnu.org/copyleft/lesser.html), Version 3 (see License.txt).

近期下载者

相关文件


收藏者