Rearranged format to show which libraries were for which part of the application. Added in RabbitMQ.

This commit is contained in:
Paul Baranowski 2011-08-03 18:22:40 -04:00 committed by James
parent e8b805f59c
commit f06ce34923
1 changed files with 93 additions and 52 deletions

View File

@ -1,60 +1,61 @@
This application uses the following 3rd Party software: This application uses the following 3rd Party software:
------------ ----------------------
Common Non-linked Code
----------------------
* Linux (Ubuntu & Debian)
* RabbitMQ (works with version 1.7.2 and above)
- What is it: Interprocess Message Passing with Queuing
- Web site: http://www.rabbitmq.com/
- License: Mozilla Public License (http://www.rabbitmq.com/mpl.html)
* monit
- What is it: Monitors processes and restarts them if they die
- Web site: http://mmonit.com/monit/
- License: GPLv3
-----------
Airtime Web
-----------
Linked code: Linked code:
------------
* Zend Framework 1.10.3 * Zend Framework 1.10.3
- What is it: Framework for PHP web apps
- Web site: http://framework.zend.com/ - Web site: http://framework.zend.com/
- License: New BSD license - License: New BSD license
- Compatible with GPLv3: Yes - Compatible with GPLv3: Yes
* PEAR * PEAR
- What is it: PHP library
- Notes: We only use the PEAR base class PEAR_Error, in the "PEAR" PEAR library. - Notes: We only use the PEAR base class PEAR_Error, in the "PEAR" PEAR library.
- License: New BSD License - License: New BSD License
- Compatible with GPLv3? Yes. - Compatible with GPLv3? Yes.
* Mutagen
- Web site: http://code.google.com/p/mutagen/
- License: GPLv2
- Compatible with GPLv3? Yes
* Propel ORM * Propel ORM
- What is it: Maps DB data into PHP objects
- Web site: http://www.propelorm.org/ - Web site: http://www.propelorm.org/
- License: MIT/Expat License - License: MIT/Expat License
- Compatible with the GPL: Yes. See http://www.gnu.org/licenses/license-list.html - Compatible with the GPL: Yes. See http://www.gnu.org/licenses/license-list.html
* Phing * Phing
- What is it: PHP project build system
- Web site: http://phing.info/trac/ - Web site: http://phing.info/trac/
- Note: Only used for development, not needed to run Airtime. - Note: Only used for development, not needed to run Airtime.
- License: LGPLv3 - License: LGPLv3
* Soundcloud PHP API wrapper
- Web site: https://github.com/mptre/php-soundcloud/blob/master/Services/Soundcloud.php
- License: MIT
- Compatible with the GPL: Yes. See http://www.gnu.org/licenses/license-list.html
* Kombu
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes
* pyinotify
- Web site: https://github.com/seb-m/pyinotify
- License: MIT
- Compatible with GPLv3? Yes
* PHP-AMQPLIB * PHP-AMQPLIB
- What is it: PHP library to interact with RabbitMQ
- Web site: https://github.com/tnc/php-amqplib - Web site: https://github.com/tnc/php-amqplib
- License: LGPLv2.1 - License: LGPLv2.1
- Compatible with GPLv3? Yes - Compatible with GPLv3? Yes
---------------- * Soundcloud PHP API wrapper
Non-linked code: - What is it: PHP library to upload to SoundCloud
---------------- - Web site: https://github.com/mptre/php-soundcloud/blob/master/Services/Soundcloud.php
* Linux 2.6 - License: MIT
- Web site: http://www.kernel.org/ - Compatible with the GPL: Yes. See http://www.gnu.org/licenses/license-list.html
- License: GPLv2. See http://www.kernel.org/pub/linux/kernel/COPYING
Non-linked code:
* Apache Web Server 2.2 * Apache Web Server 2.2
- Web site: http://httpd.apache.org/ - Web site: http://httpd.apache.org/
- License: Apache 2.0. See http://httpd.apache.org/docs/2.2/license.html - License: Apache 2.0. See http://httpd.apache.org/docs/2.2/license.html
@ -67,30 +68,6 @@ Non-linked code:
- Web site: http://www.php.net/ - Web site: http://www.php.net/
- License: The PHP License. See http://www.php.net/license/3_01.txt - License: The PHP License. See http://www.php.net/license/3_01.txt
* Python 2.6
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
* Liquidsoap (pre-release of 1.0)
- Web site: http://savonet.sourceforge.net/
- License: GPLv2
* RabbitMQ (works with version 1.7.2 and above)
- Web site: http://www.rabbitmq.com/
- License: Mozilla Public License (http://www.rabbitmq.com/mpl.html)
* mp3cut from the package poc-streamer
- Web site: https://bl0rg.net/software/poc/
- License: BSD 3-Clause
* ecasound 2.7.2
- Web site: http://www.eca.cx/ecasound/
- License: GPLv2
* monit
- Web site: http://mmonit.com/monit/
- License: GPLv3
* jQuery * jQuery
- Web site: http://jquery.com/ - Web site: http://jquery.com/
- License: MIT and GPL. See http://jquery.org/license - License: MIT and GPL. See http://jquery.org/license
@ -132,3 +109,67 @@ Non-linked code:
- Web site: http://code.google.com/p/jq-serverbrowse/ - Web site: http://code.google.com/p/jq-serverbrowse/
- License: BSD 2-Clause - License: BSD 2-Clause
-------------
Media-Monitor
-------------
Linked code:
* Mutagen
- What is it: Parser of audio file metadata
- Web site: http://code.google.com/p/mutagen/
- License: GPLv2-only
* Kombu
- What is it: Python interface to RabbitMQ
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes.
* pyinotify
- Python interface to inotify
- Web site: https://github.com/seb-m/pyinotify
- License: MIT
Non-linked code:
* Python 2.6
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
-------------
Show Recorder
-------------
Linked code:
* Kombu
- What is it: Python interface to RabbitMQ
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes.
Non-linked code:
* Python 2.6
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
* ecasound 2.7.2
- What is it: Records audio from line-in
- Web site: http://www.eca.cx/ecasound/
- License: GPLv2
----
Pypo
----
Linked code:
* Kombu
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes.
Non-linked code:
* Python 2.6
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
* Liquidsoap (pre-release of 1.0)
- Web site: http://savonet.sourceforge.net/
- License: GPLv2