Service application that can import content from a variety of sources into the PMP.
You can learn more about the PMP here:
https://github.com/publicmediaplatform/pmpdocs/wiki
Clone the repo, cd into the dir.
And then execute:
$ bundle
There will be a few ways to use this.
-
Import PRX stories -> PMP by sending a message with a particular story id to import.
-
Import RSS Feed -> PMP by submitting an rss url, and will be polled
Still in active development.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request