2017 © Pedro Peláez
 

neos-plugin podcaster

Neos Podcasts

image

dasperfekteteam/podcaster

Neos Podcasts

  • Wednesday, March 22, 2017
  • by kitsunet
  • Repository
  • 1 Watchers
  • 2 Stars
  • 21 Installations
  • PostScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Podcasting Plugin for Neos

Provides podcasting functionality for Neos and integrates the Podlove Web Player., (*1)

Installation

composer require dasperfekteteam/podcaster, (*2)

This plugin requires Neos from 3.0 upwards., (*3)

The player needs jQuery and the provided JavaScript to work. For ease of use a Fusion snippet is available to include these:, (*4)

page.head.podcaster = DasPerfekteTeam.Podcaster:PageHeaderIncludes, (*5)

By default this will not load jQuery and expects an existing, loaded jQuery. You can enable loading of jQuery like this:, (*6)

page.head.podcaster = DasPerfekteTeam.Podcaster:PageHeaderIncludes {
    loadJQuery = true
}

Quickstart

This package provides two page types:, (*7)

Podcast

This is the home of a new podcast (eg. a set of episodes with the same topic). Many websites will have a single podcast, but functionality is provided to have multiple podcasts in one Neos Site., (*8)

All meta data for the podcast is derived from this page and it's also the entry point for the podcast feed., (*9)

Episode

This is the page for a single episode for the podcast. It holds all metadata for the episode and can contain additional information about it. In backend it will render an additional content area for Chapters which will create the chapter list for the web player., (*10)

You can upload your episode in multiple audio formats which defines which kind of feeds you can access., (*11)

Feeds

The main feature is generation of RSS feeds for podcasts. A default route is enabled with installation of this package, which can produce feeds for any Podcast and audio format on your site., (*12)

The easiest is, if your Podcast page is the homepage of your site, then the URL for a feed is:, (*13)

http://domain/podcast.{audioformat}.xml eg. https://www.das-perfekte-team.de/podcast.mp3.xml, (*14)

If your Podcast starts on a sub page, the URL would be:, (*15)

http://domain/path/to/your/page.podcast.{audioformat}.xml, (*16)

The audioformat is always the file extension of your episodes files, so if you provide your podcast as mp3, ogg and m4a these three have their own feed., (*17)

Feed rendering can be customized by Fusion and Template changes., (*18)

To be continued

More features and documentation should follow at a later stage. More integrations to services and Neos is planned for the future., (*19)

The Versions

22/03 2017

dev-master

9999999-dev

Neos Podcasts

  Sources   Download

The Requires

 

20/03 2017

1.0.0

1.0.0.0

Neos Podcasts

  Sources   Download

The Requires