A new interface for LibreTime.
Go to file
Lucas Bickel 5b6114b140 Implement Semantic Versioning
As per <https://tree.taiga.io/project/robbt-libreairwaves-airtime-fork/issue/22> I am implementing semantic versioning. The docs in README is all that is needed, lets hope this works out to get a sustainable release process up and running fast.
2017-02-14 14:37:27 +01:00
airtime_mvc Porting commits from downloaded zip file of saas-dev branch 2017-02-13 18:22:22 +01:00
dev_tools Added a README_TRANSLATIONS file 2015-09-04 11:20:41 -04:00
docs Minor fixes for the name change Campcaster -> Airtime. 2011-01-07 17:17:23 -05:00
installer Add modrewrite conditions to apache 2.4 vhost template 2015-06-17 14:53:31 -04:00
python_apps Respawn liquidsoap and pypo indefinitely if they fail to launch. Throttled it though. 2015-12-04 15:56:06 -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
utils Merge saas-dev into soundcloud 2015-06-10 16:08:52 -04:00
.gitignore Added msising publish-dialog.phtml and fixed .gitignore file 2015-10-15 18:03:03 -04:00
.zfproject.xml CC-1665: Scheduled stream rebroadcasting and recording 2012-07-30 21:48:04 -04: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 Implement Semantic Versioning 2017-02-14 14:37:27 +01:00
build.sh Use bash -e in build script 2015-06-29 16:49:16 -04:00
changelog changelog updates 2013-10-08 14:24:56 -04:00
composer.json Switch Podcast reader to use simplepie 2015-09-23 14:47:40 -04:00
composer.lock SAAS-1071 - more work on backend podcast implementation 2015-09-24 12:58:02 -04:00
install SAAS-1011 - Fixed one mimetype problem and fixed installer 2015-08-24 16:25:09 -04:00
uninstall Remove media-monitor from uninstaller; update composer.lock 2015-09-18 15:36:42 -04:00

README.md

LibreTime

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 direct your inquiries to the taiga or open an issue in GitHub.

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.