Home > armstrong.apps.audio

armstrong.apps.audio

Armstrong.apps.audio is a project mainly written in Python, based on the Apache-2.0 license.

armstrong.apps.audio

Provides a implementation of a audio content model making use of the AudioFile field from the armstrong.core.arm_content_ package.

.. _armstrong.core.arm_content: https://github.com/armstrongcms/armstrong.core.arm_content

.. warning:: This is development level software. Please do not unless you are familiar with what that means and are comfortable using that type of software.

Usage

see the audio documentation on armstrong.core.arm_content for more details on the internalls.

Installation

:: pip install armstrong.apps.audio pip install armstrong.apps.audio.backends.xxxxxxxxx

where xxx is one of the available audio backends.

Contributing

  • Create something awesome -- make the code better, add some functionality, whatever (this is the hardest part).
  • Fork it_
  • Create a topic branch to house your changes
  • Get all of your commits in the new topic branch
  • Submit a pull request_

.. _Fork it: http://help.github.com/forking/ .. _pull request: http://help.github.com/pull-requests/

State of Project

Armstrong is an open-source news platform that is freely available to any organization. It is the result of a collaboration between the Texas Tribune and Bay Citizen, and a grant from the John S. and James L. Knight Foundation_. The first release is scheduled for June, 2011.

To follow development, be sure to join the Google Group_.

armstrong.apps.content is part of the Armstrong_ project. You're probably looking for that.

.. _Texas Tribune: http://www.texastribune.org/ .. _Bay Citizen: http://www.baycitizen.org/ .. _John S. and James L. Knight Foundation: http://www.knightfoundation.org/ .. _Google Group: http://groups.google.com/group/armstrongcms .. _Armstrong: http://www.armstrongcms.org/

License

Copyright 2011 Bay Citizen and Texas Tribune

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Previous:first_app