From d06956ec5b61506dfccf0ce05e3292d5ec1b3734 Mon Sep 17 00:00:00 2001 From: mkonecny Date: Wed, 5 Jan 2011 16:39:32 -0500 Subject: [PATCH] -changed filenames and documentation from campcaster to airtime --- CREDITS | 10 +++++++++- INSTALL | 8 ++++---- README | 2 ++ debian/rules | 2 +- install/{campcaster-user.php => airtime-user.php} | 0 install/postInstallStation.sh | 2 +- ...schedule-insert.php => airtime-schedule-insert.php} | 0 7 files changed, 17 insertions(+), 7 deletions(-) rename install/{campcaster-user.php => airtime-user.php} (100%) rename pypo/tests/{campcaster-schedule-insert.php => airtime-schedule-insert.php} (100%) diff --git a/CREDITS b/CREDITS index ffa2ce2b6..e3c5f3a1d 100644 --- a/CREDITS +++ b/CREDITS @@ -6,7 +6,9 @@ Version 1.6.0 ------------- This version marks a major change to the project, completely replacing the custom audio player with liquidsoap, dropping the custom desktop GUI, and -completely rewriting the web interface. +completely rewriting the web interface. It also marks the beginning of +preparation for the name change from "Campcaster" to "Airtime" for the major +2.0 release. Paul Baranowski (paul.baranowski@sourcefabric.org) Role: Project Lead / Software Developer @@ -20,6 +22,12 @@ Naomi Aro (naomi.aro@sourcefabric.org) - New User Interface - Conversion to Propel DB backend +Martin Konecny (martin.konecny@sourcefabric.org) + Role:Software Developer + Highlights: + - New User Interface + - Scheduler + Daniel James Role: Documentor & QA diff --git a/INSTALL b/INSTALL index 654f8ff4e..9da745be8 100644 --- a/INSTALL +++ b/INSTALL @@ -2,22 +2,22 @@ Copyright (c) 2010 Sourcefabric O.P.S. - This file is part of the Campcaster project. + This file is part of the Airtime project. http://campcaster.sourcefabric.org/ To report bugs, send an e-mail to contact@sourcefabric.org - Campcaster is free software; you can redistribute it and/or modify + Airtime is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - Campcaster is distributed in the hope that it will be useful, + Airtime is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Campcaster; if not, write to the Free Software + along with Airtime; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -------------------------------------------------------------------------------- diff --git a/README b/README index c1f2d1ff5..7aa7ee4ad 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +-WARNING THIS FILE IS OUT OF DATE!!!! references to gstreamer etc. - mk + ========================================================================= ========================== CAMPCASTER =============================== ========================================================================= diff --git a/debian/rules b/debian/rules index 54c51876e..057f36fa9 100755 --- a/debian/rules +++ b/debian/rules @@ -139,7 +139,7 @@ override_dh_install: override_dh_fixperms: dh_fixperms # - chmod +x debian/campcaster-data/usr/share/campcaster/www/storageServer/var/install/campcaster-user.php + chmod +x debian/campcaster-data/usr/share/campcaster/www/storageServer/var/install/airtime-user.php chmod -x debian/campcaster-data/usr/share/campcaster/www/storageServer/var/cron/Crontab.php \ debian/campcaster-data/usr/share/campcaster/www/storageServer/var/cron/CronJob.php \ debian/campcaster-data/usr/share/campcaster/www/htmlUI/var/templates/popup/PLAYLIST.downloadExportedFile.tpl \ diff --git a/install/campcaster-user.php b/install/airtime-user.php similarity index 100% rename from install/campcaster-user.php rename to install/airtime-user.php diff --git a/install/postInstallStation.sh b/install/postInstallStation.sh index 0539ec713..42e59b894 100755 --- a/install/postInstallStation.sh +++ b/install/postInstallStation.sh @@ -404,7 +404,7 @@ if [ "$storage_is_local" = "yes" ]; then grep -q 'ls_scheduler_storage_pass' $install_etc/campcaster-scheduler.xml if [ $? = 0 ]; then SCHEDULER_STORAGE_PASS=`pwgen -N1 -c -n -s` - php -q $install_var_ls/storageServer/var/install/campcaster-user.php \ + php -q $install_var_ls/storageServer/var/install/airtime-user.php \ --addupdate scheduler ${SCHEDULER_STORAGE_PASS} sed -i -e "s/ls_scheduler_storage_pass/${SCHEDULER_STORAGE_PASS}/" \ $install_etc/campcaster-scheduler.xml diff --git a/pypo/tests/campcaster-schedule-insert.php b/pypo/tests/airtime-schedule-insert.php similarity index 100% rename from pypo/tests/campcaster-schedule-insert.php rename to pypo/tests/airtime-schedule-insert.php