lukereative/silverstripe-podcast
Composer 安装命令:
composer require lukereative/silverstripe-podcast
包简介
A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video or other files.
关键字:
README 文档
README
A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video and/or other files.
Requirements
- SilverStripe CMS ^4.1
Installation
- Require the package via
composer
$ composer require lukereative/silverstripe-podcast
- Run
dev/buildto rebuild the database. - You will now be able to add a new page type 'Podcast Page'
Usage
- Add a 'Podcast Page' in the site tree.
- Add your desired podcast details under the 'Podcast' tab and attach a podcast artwork
- Add episodes in the 'Episodes' tab by pressing the green 'Add Podcast Episode Button'. On the resulting page enter your desired episode details, attach the episode file and if you want, an episode image.
- Once you have added the project page, filled in details and added episodes, you will be able to view your podcast and play/view episodes at the podcast page url. Your RSS Feed https://example.com/$PodcastPage/rss (where
$PodcastPageis the URL segment of your page) - Single episodes are linkable/viewable at https://example.com/$PodcastPage/episode/$ID (where
$PodcastPageis the URL segment of your podcast page and$IDbeing the unique ID of the podcast episode, viewable in the CMS)
Contact
Feel free to email me at luke@silverstripe.com with any suggestions, comments or to say thanks. Log any issues on the GitHub repository or feel free to issue a pull request with a fix.
统计信息
- 总下载量: 358
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-07-25