Skip to content

collective/collective.soundcloud

Repository files navigation

Integration of Soundcloud in Plone

!!! work in progress !!!

WRITE ME

Installation

Just depend in your buildout on the egg collective.soundcloud. ZCML is loaded automagically with z3c.autoinclude.

Follow the steps needed to get plone.app.async to work.

Install it as an addon in Plone control-panel or portal_setup.

This package is written for Plone 4.1 or later.

Configuration

Soundcloud only gives authentication credentials for domains it can resolve. If you are on your local machine, create a dns entry like "local.yourdomain.com" that points to "127.0.0.1"

In the soundcloud controlpanel: - Enter your client id - Enter your client secret

Source Code and Contributions

If you want to help with the development (improvement, update, bug-fixing, ...) of collective.soundcloud this is a great idea!

The code is located in the github collective.

You can clone it or get access to the github-collective and work directly on the project.

Maintainers are Jens Klein, Peter Holzer and the BlueDynamics Alliance developer team. We appreciate any contribution and if a release is needed to be done on pypi, please just contact one of us dev@bluedynamics dot com

Contributors