LibreTime: Radio Broadcast & Automation Platform
Go to file
Lucas Bickel 9a6d5b0175 Restore SELinux tags after install 2017-03-13 14:10:29 +01:00
airtime_mvc Merge pull request #64 from radiorabe/feature/debian-and-experimental-centos 2017-03-12 21:42:37 -04:00
dev_tools Added a README_TRANSLATIONS file 2015-09-04 11:20:41 -04:00
docs Vagrant Debian support (and experimental CentOS) 2017-03-12 13:42:22 +01:00
installer Add missing packages 2017-03-13 14:10:03 +01:00
python_apps Merge pull request #64 from radiorabe/feature/debian-and-experimental-centos 2017-03-12 21:42:37 -04:00
tests Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas 2015-01-07 14:17:02 -05:00
travis Build docs from conditional python script 2017-03-04 16:40:23 +01:00
utils Fix update.py script 2017-03-10 15:53:22 +01:00
.gitignore Ignore .vagrant dir 2017-03-07 16:28:00 +01:00
.travis.yml Fix deploy condition on travis 2017-03-05 14:54:32 +01:00
.zfproject.xml CC-1665: Scheduled stream rebroadcasting and recording 2012-07-30 21:48:04 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-02-14 22:51:31 +01:00
CREDITS Merge branch 'saas' into cc-5709-airtime-analyzer-cloud-storage-saas 2015-01-23 16:36:31 -05:00
LICENSE Switch from GPL to AGPL 2014-09-12 16:51:45 +02:00
LICENSE_3RD_PARTY Updated dependency versions 2013-06-20 15:48:47 +01:00
README Added note to README for users using non-bash CLIs 2015-03-12 09:58:30 -04:00
README.md Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
Vagrantfile Restore SELinux tags after install 2017-03-13 14:10:29 +01:00
build.sh Make git optional during build 2017-03-09 16:12:44 +01:00
changelog changelog updates 2013-10-08 14:24:56 -04:00
composer.json Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
composer.lock Vendorize ZF1, fix PHPUnit and configure travis 2017-02-27 17:59:01 +01:00
install Restore SELinux tags after install 2017-03-13 14:10:29 +01:00
mkdocs.yml Add more vagrant docs 2017-03-10 12:31:19 +01:00
uninstall Remove media-monitor from uninstaller; update composer.lock 2015-09-18 15:36:42 -04:00

README.md

LibreTime

Build Status

LibreTime is a community managed fork of the AirTime project.

It is managed by a friendly inclusive community of stations from around the globe that use, document and improve LibreTime. Join us in fixing bugs and in defining how we manage the codebase going forward.

We are currently ramping up development on this repository.

Please note that LibreTime is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Please submit enhancements, bugfixes or comments via GitHub.

Development Process

The LibreTime follows the standardized Collective Code Construction Contract (C4). Its abstract is provided here.

C4 provides a standard process for contributing, evaluating and discussing improvements on software projects. It defines specific technical requirements for projects like a style guide, unit tests, git and similar platforms. It also establishes different personas for projects, with clear and distinct duties. C4 specifies a process for documenting and discussing issues including seeking consensus and clear descriptions, use of "pull requests" and systematic reviews.

The full text of the contract is licensed under the GPL and available at the above link courtesy of the ZeroMQ community.

Releasing

The LibreTime maintainers release new versions of LibreTime at regular intervals. We follow the Semantic Versioning standards.

In a nutshell, given a version number MAJOR.MINOR.PATCH we increment the:

  1. MAJOR version when we make incompatible API changes,
  2. MINOR version when we add functionality in a backwards-compatible manner, and
  3. PATCH version when we make backwards-compatible bug fixes.

Given the history of the project we will be starting with version 3.0.0.

Stay tuned for early alphas and lots of betas as we get development up and running.

License

LibreTime is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.

Copyright (c) 2011-2017 Sourcefabric z.ú.

Copyright (c) 2017 LibreTime Community

Please refer to the original README, CREDITS and LICENSE_3RD_PARTY for more information.