A new interface for LibreTime.
Go to file
Robbt 1e7a8dce8c started along route of using extra to group modifiers 2019-01-19 19:27:24 -05:00
.github Create issue templates 2018-12-23 14:42:29 +01:00
.idea started along route of using extra to group modifiers 2019-01-19 19:27:24 -05:00
airtime_mvc started along route of using extra to group modifiers 2019-01-19 19:27:24 -05:00
dev_tools Convert all line endings in the tarball to unix 2018-12-24 00:40:25 +02:00
docs include libvirt-dev and recommend reboot 2019-01-18 15:08:12 +02:00
installer merge ubuntu and debian provision scripts 2019-01-18 11:43:18 +02:00
python_apps made basic sanity checks to only do back up mp3 mutagen import on files with mp3 extension 2018-12-27 18:38:17 -05: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 Use local 2.7 python 2017-09-17 11:43:13 +02:00
utils Merge pull request #585 from radiorabe/chore/nuke-airtime-nuke 2018-11-04 09:29:18 -05:00
.gitattributes Create .gitattributes to ensure proper cloning with Windows Git 2017-04-09 14:41:52 -04:00
.gitignore add DS_Stores to gitignore 2018-09-16 21:55:27 +10:00
.travis.yml 📦 (ci) add PHP 7.2 to travis build matrix 2018-10-12 20:07:30 +02:00
.zfproject.xml CC-1665: Scheduled stream rebroadcasting and recording 2012-07-30 21:48:04 -04:00
CONTRIBUTING.md fix link to code of conduct 2018-10-13 10:54:18 -05: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 Updating Readme.MD 2017-10-19 15:42:48 -04:00
Vagrantfile merge ubuntu and debian provision scripts 2019-01-18 11:43:18 +02:00
build.sh Validate contents of VERSION file 2018-01-19 20:56:44 +01:00
changelog changelog updates 2013-10-08 14:24:56 -04:00
composer.json (mvc) remove zfdebug 2018-12-23 09:32:47 +01:00
composer.lock (mvc) remove zfdebug 2018-12-23 09:32:47 +01:00
install fix grammar in Jessie warning 2019-01-11 11:49:24 +02:00
mkdocs.yml 📝 Remove outdated support docs 2019-01-02 20:28:27 +01:00
uninstall remove media-monitor 2018-01-24 09:20:51 +02:00

README.md

LibreTime

Build Status

LibreTime makes it easy to run your own online or terrestrial radio station. It 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.

Check out the documentation for more information and start broadcasting!

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.

Support

To get support for any questions or problems you might have using the software we have a forum at discourse.libretime.org. We are moving towards using the forum to provide community support and reserving the github issue queue for confirmed bugs and well-formed feature requests.

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.