diff --git a/utils/CleanStor.sh b/utils/CleanStor.sh index 5a5ac5bd8..859f67fb0 100755 --- a/utils/CleanStor.sh +++ b/utils/CleanStor.sh @@ -2,25 +2,25 @@ #------------------------------------------------------------------------------- # 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/ # -# 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 # #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# This script cleans audio files in the Campcaster storageServer. +# This script cleans audio files in the Airtime storageServer. php -q CleanStor.php "$@" || exit 1 diff --git a/utils/campcaster-backup b/utils/airtime-backup similarity index 88% rename from utils/campcaster-backup rename to utils/airtime-backup index fbfe430c3..fd681b8dc 100755 --- a/utils/campcaster-backup +++ b/utils/airtime-backup @@ -2,26 +2,26 @@ #------------------------------------------------------------------------------- # 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/ # -# 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 # #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# This script creates a tgz archive of the Campcaster storage. +# This script creates a tgz archive of the Airtime storage. # # To get usage help, try the -h option #------------------------------------------------------------------------------- @@ -44,7 +44,7 @@ destfile="storage$datestr.tar" #------------------------------------------------------------------------------- printUsage() { - echo "This script creates a tgz archive of the Campcaster storage."; + echo "This script creates a tgz archive of the Airtime storage."; echo "parameters:"; echo ""; echo " -d, --destination Destination directory [default:$tmpmaindir]."; @@ -91,7 +91,7 @@ tmpdir=`mktemp -d $tmpmaindir/tmp.XXXXXX` echo "Backuping to $destdir/$destfile :" echo "Dumping database ..." cd $phpdir -php -q campcaster_backup.php > $tmpdir/$dbxml +php -q airtime_backup.php > $tmpdir/$dbxml echo "Packaging stored files ..." cd $phpdir storpath=`php -q getStorPath.php` diff --git a/utils/campcaster-backup.php b/utils/airtime-backup.php similarity index 100% rename from utils/campcaster-backup.php rename to utils/airtime-backup.php diff --git a/utils/campcaster-import b/utils/airtime-import similarity index 79% rename from utils/campcaster-import rename to utils/airtime-import index 55c6b3628..38713c60b 100755 --- a/utils/campcaster-import +++ b/utils/airtime-import @@ -2,26 +2,26 @@ #------------------------------------------------------------------------------- # 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/ # -# 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 # #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# This script imports audio files to the Campcaster storageServer. +# This script imports audio files to the Airtime storageServer. # # To get usage help, try the -h option #------------------------------------------------------------------------------- @@ -40,4 +40,4 @@ invokePwd=$PWD #echo $invokePwd cd $phpdir -php -q campcaster-import.php --dir "$invokePwd" "$@" || exit 1 +php -q airtime-import.php --dir "$invokePwd" "$@" || exit 1 diff --git a/utils/campcaster-import.php b/utils/airtime-import.php similarity index 97% rename from utils/campcaster-import.php rename to utils/airtime-import.php index 8cb92dcf3..d6c74d4b2 100644 --- a/utils/campcaster-import.php +++ b/utils/airtime-import.php @@ -2,7 +2,7 @@ /** * Mass import of audio files. * - * @package Campcaster + * @package Airtime * @subpackage StorageAdmin * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -27,7 +27,7 @@ function camp_import_error_handler() function printUsage() { global $CC_CONFIG; - echo "There are two ways to import audio files into Campcaster: linking\n"; + echo "There are two ways to import audio files into Airtime: linking\n"; echo "or copying.\n"; echo "\n"; echo "Linking has the advantage that it will not duplicate any files,\n"; @@ -40,13 +40,13 @@ function printUsage() echo "your files.\n"; echo "\n"; echo "Usage:\n"; - echo " campcaster-import [OPTIONS] FILES_OR_DIRS\n"; + echo " airtime-import [OPTIONS] FILES_OR_DIRS\n"; echo "\n"; echo "Options:\n"; echo " -l, --link Link to specified files.\n"; echo " Saves storage space, but you cannot move, delete,\n"; echo " or rename the original files, otherwise there will\n"; - echo " be dead air when Campcaster tries to play the file.\n"; + echo " be dead air when Airtime tries to play the file.\n"; echo "\n"; echo " -c, --copy Copy the specified files.\n"; echo " This is useful if you are importing from removable media.\n"; @@ -228,7 +228,7 @@ function camp_import_audio_file($p_filepath, $p_importMode = null, $p_testOnly = $DEBUG_IMPORT = false; echo "========================\n"; -echo "Campcaster Import Script\n"; +echo "Airtime Import Script\n"; echo "========================\n"; $g_errors = 0; //print_r($argv); @@ -350,4 +350,4 @@ if ($g_errors > 0) { echo " *** Total: ".($g_fileCount+$g_duplicates)." files in $time seconds = $speed files/second.\n"; echo "==========================================================================\n"; -?> \ No newline at end of file +?> diff --git a/utils/campcaster-restore b/utils/airtime-restore similarity index 90% rename from utils/campcaster-restore rename to utils/airtime-restore index 69bfe8383..066c36050 100755 --- a/utils/campcaster-restore +++ b/utils/airtime-restore @@ -2,26 +2,26 @@ #------------------------------------------------------------------------------- # 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/ # -# 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 # #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# This script restores the data which was backed up with campcaster-backup. +# This script restores the data which was backed up with airtime-backup. # # To get usage help, try the -h option #------------------------------------------------------------------------------- @@ -42,7 +42,7 @@ tarfile0="xmls.tar" #------------------------------------------------------------------------------- printUsage() { - echo "This script restores the data which was backed up with campcaster-backup." + echo "This script restores the data which was backed up with airtime-backup." echo "parameters:"; echo ""; echo " -f, --file File with the backed up data, required."; diff --git a/utils/resetStorage.sh b/utils/resetStorage.sh index af1448766..1006e1295 100755 --- a/utils/resetStorage.sh +++ b/utils/resetStorage.sh @@ -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 bugs@campware.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/utils/serbianLatinToCyrillicConverter.py b/utils/serbianLatinToCyrillicConverter.py index e68118995..3cb49283d 100755 --- a/utils/serbianLatinToCyrillicConverter.py +++ b/utils/serbianLatinToCyrillicConverter.py @@ -3,22 +3,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 bugs@campware.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 # #