diff --git a/application/controllers/LibraryController.php b/application/controllers/LibraryController.php index 824d3b158..08ebc04d0 100644 --- a/application/controllers/LibraryController.php +++ b/application/controllers/LibraryController.php @@ -26,7 +26,7 @@ class LibraryController extends Zend_Controller_Action public function indexAction() { - $this->view->headScript()->appendFile('/js/campcaster/onready/library.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/onready/library.js','text/javascript'); $this->view->headScript()->appendFile('/js/contextmenu/jjmenu.js','text/javascript'); $this->view->headLink()->appendStylesheet('/css/contextmenu.css'); @@ -120,7 +120,7 @@ class LibraryController extends Zend_Controller_Action public function contentsAction() { - $this->view->headScript()->appendFile('/js/campcaster/library/library.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/library/library.js','text/javascript'); $this->_helper->viewRenderer->setResponseSegment('library'); diff --git a/application/controllers/PlaylistController.php b/application/controllers/PlaylistController.php index d73ef2a06..bd1790e03 100644 --- a/application/controllers/PlaylistController.php +++ b/application/controllers/PlaylistController.php @@ -136,7 +136,7 @@ class PlaylistController extends Zend_Controller_Action public function editAction() { - $this->view->headScript()->appendFile('/js/campcaster/playlist/playlist.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/playlist/playlist.js','text/javascript'); $pl_id = $this->_getParam('id', null); $display = $this->_getParam('view', null); diff --git a/application/controllers/PluploadController.php b/application/controllers/PluploadController.php index ffaff33e8..9b1792e7c 100644 --- a/application/controllers/PluploadController.php +++ b/application/controllers/PluploadController.php @@ -165,7 +165,7 @@ class PluploadController extends Zend_Controller_Action $view->headScript()->appendFile('/js/plupload/plupload.full.min.js','text/javascript'); $view->headScript()->appendFile('/js/plupload/jquery.plupload.queue.min.js','text/javascript'); - $view->headScript()->appendFile('/js/campcaster/library/plupload.js','text/javascript'); + $view->headScript()->appendFile('/js/airtime/library/plupload.js','text/javascript'); $view->headLink()->appendStylesheet('/css/plupload.queue.css'); } diff --git a/application/controllers/ScheduleController.php b/application/controllers/ScheduleController.php index 651efb191..c307f24ad 100644 --- a/application/controllers/ScheduleController.php +++ b/application/controllers/ScheduleController.php @@ -29,7 +29,7 @@ class ScheduleController extends Zend_Controller_Action $this->view->headScript()->appendFile('/js/contextmenu/jquery.contextMenu.js','text/javascript'); $this->view->headScript()->appendFile('/js/qtip/jquery.qtip-1.0.0.min.js','text/javascript'); - $this->view->headScript()->appendFile('/js/campcaster/schedule/schedule.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/schedule/schedule.js','text/javascript'); $this->view->headLink()->appendStylesheet('/css/jquery.contextMenu.css'); $this->view->headLink()->appendStylesheet('/css/fullcalendar.css'); diff --git a/application/controllers/SearchController.php b/application/controllers/SearchController.php index 05b218a39..173538bf3 100644 --- a/application/controllers/SearchController.php +++ b/application/controllers/SearchController.php @@ -25,7 +25,7 @@ class SearchController extends Zend_Controller_Action { $this->_helper->layout->setLayout('search'); - $this->view->headScript()->appendFile('/js/campcaster/onready/search.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/onready/search.js','text/javascript'); $this->view->headScript()->appendFile('/js/contextmenu/jjmenu.js','text/javascript'); $this->view->headLink()->appendStylesheet('/css/contextmenu.css'); @@ -36,7 +36,7 @@ class SearchController extends Zend_Controller_Action public function displayAction() { - $this->view->headScript()->appendFile('/js/campcaster/library/advancedsearch.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/library/advancedsearch.js','text/javascript'); $this->view->headLink()->appendStylesheet('/css/library_search.css'); $this->_helper->viewRenderer->setResponseSegment('search'); diff --git a/application/controllers/SideplaylistController.php b/application/controllers/SideplaylistController.php index cebef65c7..6c9f31310 100644 --- a/application/controllers/SideplaylistController.php +++ b/application/controllers/SideplaylistController.php @@ -17,7 +17,7 @@ class SideplaylistController extends Zend_Controller_Action public function indexAction() { - $this->view->headScript()->appendFile('/js/campcaster/library/spl.js','text/javascript'); + $this->view->headScript()->appendFile('/js/airtime/library/spl.js','text/javascript'); $this->_helper->viewRenderer->setResponseSegment('spl'); diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index b85faa6b4..8d6683b57 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -3,7 +3,7 @@ - Campcaster + Airtime headScript() ?> headLink() ?> diff --git a/application/layouts/scripts/library.phtml b/application/layouts/scripts/library.phtml index c54e6d9f5..485029eee 100644 --- a/application/layouts/scripts/library.phtml +++ b/application/layouts/scripts/library.phtml @@ -3,7 +3,7 @@ - Campcaster + Airtime headScript() ?> headLink() ?> diff --git a/application/layouts/scripts/login.phtml b/application/layouts/scripts/login.phtml index ceee1db32..39793ecd3 100644 --- a/application/layouts/scripts/login.phtml +++ b/application/layouts/scripts/login.phtml @@ -3,7 +3,7 @@ - Campcaster + Airtime headScript() ?> headLink() ?> diff --git a/application/layouts/scripts/search.phtml b/application/layouts/scripts/search.phtml index 6d7ee53f1..2145a32e2 100644 --- a/application/layouts/scripts/search.phtml +++ b/application/layouts/scripts/search.phtml @@ -3,7 +3,7 @@ - Campcaster + Airtime headScript() ?> headLink() ?> diff --git a/application/models/AccessRecur.php b/application/models/AccessRecur.php index ae78c8807..e0fc2a008 100644 --- a/application/models/AccessRecur.php +++ b/application/models/AccessRecur.php @@ -5,7 +5,7 @@ * Handles recursive accessPlaylist/releasePlaylist. * Should be 'required_once' from LocStor.php only. * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -181,4 +181,4 @@ class AccessRecur { } } // class AccessRecur -?> \ No newline at end of file +?> diff --git a/application/models/Alib.php b/application/models/Alib.php index b9e16d6ca..f0dba6f89 100644 --- a/application/models/Alib.php +++ b/application/models/Alib.php @@ -8,7 +8,7 @@ define('ALIBERR_NOTEXISTS', 31); /** * Authentication/authorization class * - * @package Campcaster + * @package Airtime * @subpackage Alib * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -619,4 +619,4 @@ class Alib { } // fn test } // class Alib -?> \ No newline at end of file +?> diff --git a/application/models/Backup.php b/application/models/Backup.php index c05500264..f6ae4b9e5 100755 --- a/application/models/Backup.php +++ b/application/models/Backup.php @@ -3,7 +3,7 @@ define('BACKUP_EXT', 'tar'); define('ACCESS_TYPE', 'backup'); /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt diff --git a/application/models/BasicStor.php b/application/models/BasicStor.php index ed517eabd..744278440 100644 --- a/application/models/BasicStor.php +++ b/application/models/BasicStor.php @@ -106,9 +106,9 @@ require_once(dirname(__FILE__)."/Playlist.php"); // "dc:language" => "language"); /** - * Core of Campcaster file storage module + * Core of Airtime file storage module * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1494,7 +1494,7 @@ class BasicStor { * @param string $plid * Playlist gunid * @param string $aPath - * Absolute path part of imported file (e.g. /home/user/campcaster) + * Absolute path part of imported file (e.g. /home/user/airtime) * @param string $rPath * Relative path/filename part of imported file (e.g. playlists/playlist_1.smil) * @param string $ext @@ -2183,4 +2183,4 @@ class BasicStor { } } // class BasicStor - ?> \ No newline at end of file + ?> diff --git a/application/models/GreenBox.php b/application/models/GreenBox.php index a46ffa752..ded87bc8c 100644 --- a/application/models/GreenBox.php +++ b/application/models/GreenBox.php @@ -18,7 +18,7 @@ require_once("Transport.php"); * * File storage module. * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1723,4 +1723,4 @@ class GreenBox extends BasicStor { } // fn removePerm } // class GreenBox -?> \ No newline at end of file +?> diff --git a/application/models/LocStor.php b/application/models/LocStor.php index f7d2e0cbe..5e7b31778 100644 --- a/application/models/LocStor.php +++ b/application/models/LocStor.php @@ -16,7 +16,7 @@ if (isset($WHITE_SCREEN_OF_DEATH) && $WHITE_SCREEN_OF_DEATH) { * * Local storage interface * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1362,7 +1362,7 @@ class LocStor extends BasicStor { /*===================================================== auxiliary methods */ /** - * Dummy method - only returns Campcaster version + * Dummy method - only returns Airtime version * * @return string */ @@ -1746,4 +1746,4 @@ class LocStor extends BasicStor { /* ==================================================== auxiliary methods */ } // class LocStor -?> \ No newline at end of file +?> diff --git a/application/models/M3uPlaylist.php b/application/models/M3uPlaylist.php index 388c24aa5..963f3226c 100644 --- a/application/models/M3uPlaylist.php +++ b/application/models/M3uPlaylist.php @@ -4,7 +4,7 @@ define('INDCH', ' '); /** * M3uPlaylist class * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -59,7 +59,7 @@ class M3uPlaylist { * * @param GreenBox $gb * @param string $aPath - * absolute path part of imported file (e.g. /home/user/campcaster) + * absolute path part of imported file (e.g. /home/user/airtime) * @param string $rPath * relative path/filename part of imported file * (e.g. playlists/playlist_1.smil) @@ -141,7 +141,7 @@ class M3uPlaylist { * @param string $data * local path to M3U file * @return string - * XML playlist in Campcaster playlist format + * XML playlist in Airtime playlist format */ function convert2lspl(&$gb, $data) { @@ -196,7 +196,7 @@ class M3uPlaylist { /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -231,7 +231,7 @@ class M3uPlaylistBodyElement { /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -257,7 +257,7 @@ class M3uPlaylistParElement { /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -313,7 +313,7 @@ class M3uPlaylistAudioElement { /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -349,4 +349,4 @@ class M3uPlaylistAnimateElement { } } -?> \ No newline at end of file +?> diff --git a/application/models/Playlist.php b/application/models/Playlist.php index 674948b80..80341fb56 100644 --- a/application/models/Playlist.php +++ b/application/models/Playlist.php @@ -7,7 +7,7 @@ define('INDCH', ' '); * * remark: dcterms:extent format: hh:mm:ss.ssssss * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -905,7 +905,7 @@ class Playlist { } // class Playlist /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1015,7 +1015,7 @@ class PlaylistTagExport /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1196,7 +1196,7 @@ class PlaylistElementExport { /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1270,7 +1270,7 @@ class PlaylistAudioClipExport /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -1304,7 +1304,7 @@ class PlaylistFadeInfoExport /** - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt diff --git a/application/models/Prefs.php b/application/models/Prefs.php index c51a75402..c06385fe3 100644 --- a/application/models/Prefs.php +++ b/application/models/Prefs.php @@ -5,7 +5,7 @@ require_once("GreenBox.php"); /** * Preference storage class. * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -439,4 +439,4 @@ class Prefs { } } // class Prefs -?> \ No newline at end of file +?> diff --git a/application/models/Renderer.php b/application/models/Renderer.php index 81d636b70..a569fc8da 100644 --- a/application/models/Renderer.php +++ b/application/models/Renderer.php @@ -8,7 +8,7 @@ require_once("Playlist.php"); * * Playlist to file rendering - PHP layer, caller to the renderer executable * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -287,4 +287,4 @@ class Renderer } // class Renderer -?> \ No newline at end of file +?> diff --git a/application/models/Restore.php b/application/models/Restore.php index 892c0f19f..decbf728d 100644 --- a/application/models/Restore.php +++ b/application/models/Restore.php @@ -1,7 +1,7 @@ \ No newline at end of file +?> diff --git a/application/models/StoredFile.php b/application/models/StoredFile.php index 930db0dd1..f83027307 100644 --- a/application/models/StoredFile.php +++ b/application/models/StoredFile.php @@ -312,14 +312,14 @@ function camp_get_audio_metadata($p_filename, $p_testonly = false) /** * StoredFile class * - * Campcaster file storage support class.
+ * Airtime file storage support class.
* Represents one virtual file in storage. Virtual file has up to two parts: * * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt diff --git a/application/models/Subjects.php b/application/models/Subjects.php index f99cea1c6..f307d47ac 100644 --- a/application/models/Subjects.php +++ b/application/models/Subjects.php @@ -9,7 +9,7 @@ define('ALIBERR_BADSMEMB', 21); * with "linearized recursive membership" ;) * (allow adding users to groups or groups to groups) * - * @package Campcaster + * @package Airtime * @subpackage Alib * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -680,4 +680,4 @@ class Subjects { } // fn test } // class Subjects -?> \ No newline at end of file +?> diff --git a/application/models/Transport.php b/application/models/Transport.php index c5e8ce5dd..151c75a29 100644 --- a/application/models/Transport.php +++ b/application/models/Transport.php @@ -38,7 +38,7 @@ include_once("TransportRecord.php"); *
  • file
  • * * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -401,7 +401,7 @@ class Transport /* ------------------------------------------------ remote-search methods */ /** - * Start search job on remote Campcaster instance. + * Start search job on remote Airtime instance. * * @param array $criteria * LS criteria format (see localSearch) @@ -1636,7 +1636,7 @@ class Transport /** - * Ping to remote Campcaster server + * Ping to remote Airtime server * * @return string * network hub response or error object diff --git a/application/models/TransportRecord.php b/application/models/TransportRecord.php index 6c804279c..deafd736f 100644 --- a/application/models/TransportRecord.php +++ b/application/models/TransportRecord.php @@ -5,7 +5,7 @@ define('TR_LEAVE_CLOSED', TRUE); /** * Auxiliary class for transport records * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -416,4 +416,4 @@ class TransportRecord } } // class TransportRecord -?> \ No newline at end of file +?> diff --git a/application/models/Validator.php b/application/models/Validator.php index d730aee10..87f1eef22 100644 --- a/application/models/Validator.php +++ b/application/models/Validator.php @@ -23,7 +23,7 @@ define('VAL_PREDXML', 121); * * It probably should be replaced by XML schema validation in the future. * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -382,4 +382,4 @@ class Validator { } // class Validator -?> \ No newline at end of file +?> diff --git a/application/models/XmlParser.php b/application/models/XmlParser.php index 7d440460b..8b6f0ef30 100644 --- a/application/models/XmlParser.php +++ b/application/models/XmlParser.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/application/models/cron/Cron.php b/application/models/cron/Cron.php index fba702b62..b4b0eb723 100755 --- a/application/models/cron/Cron.php +++ b/application/models/cron/Cron.php @@ -18,7 +18,7 @@ require_once (dirname(__FILE__).'/../../conf.php'); * ); * $cron->closeCrontab(); * - * @package Campcaster + * @package Airtime * @subpackage StorageServer.Cron */ class Cron { @@ -211,4 +211,4 @@ class Cron { return $this->cronfile.' "'.str_replace('"','\"',serialize($this->params)).'"'; } } -?> \ No newline at end of file +?> diff --git a/application/models/cron/CronJob.php b/application/models/cron/CronJob.php index bcd1c82d6..3f6697121 100755 --- a/application/models/cron/CronJob.php +++ b/application/models/cron/CronJob.php @@ -2,7 +2,7 @@ /** * Cron jobs handling abstract class * - * @package Campcaster + * @package Airtime * @subpackage StorageServer.Cron */ class CronJob @@ -14,4 +14,4 @@ class CronJob { } } -?> \ No newline at end of file +?> diff --git a/application/models/cron/Crontab.php b/application/models/cron/Crontab.php index 92b40ac38..3bd1f655c 100755 --- a/application/models/cron/Crontab.php +++ b/application/models/cron/Crontab.php @@ -11,7 +11,7 @@ define('CRON_EMPTY', 4); * This class lets you manipulate a user's crontab. * It lets you add delete update entries easily. * - * @package Campcaster + * @package Airtime * @subpackage StorageServer.Cron */ class Crontab @@ -281,4 +281,4 @@ class Crontab return $returnar; } } -?> \ No newline at end of file +?> diff --git a/application/models/playlistFormat.php b/application/models/playlistFormat.php index 457feb938..367d5c391 100644 --- a/application/models/playlistFormat.php +++ b/application/models/playlistFormat.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/application/models/tests/pdoTest.php b/application/models/tests/pdoTest.php index 3aae4465b..2037d5506 100644 --- a/application/models/tests/pdoTest.php +++ b/application/models/tests/pdoTest.php @@ -1,8 +1,11 @@ query($sql3); var_dump($result3->fetchAll()); -?> \ No newline at end of file +?> diff --git a/application/models/xmlrpc/XR_LocStor.php b/application/models/xmlrpc/XR_LocStor.php index f8df60978..50077dd39 100644 --- a/application/models/xmlrpc/XR_LocStor.php +++ b/application/models/xmlrpc/XR_LocStor.php @@ -4,7 +4,7 @@ require_once(dirname(__FILE__).'/../LocStor.php'); /** * XML-RPC interface for LocStor class * - * @package Campcaster + * @package Airtime * @subpackage StorageServer * @copyright 2010 Sourcefabric O.P.S. * @license http://www.gnu.org/licenses/gpl.txt @@ -12,7 +12,7 @@ require_once(dirname(__FILE__).'/../LocStor.php'); class XR_LocStor extends LocStor { /* ----------------------------------------------------------- getVersion */ /** - * Dummy method - only returns Campcaster version + * Dummy method - only returns Airtime version * * The XML-RPC name of this method is "locstor.getVersion". * @@ -242,7 +242,7 @@ class XR_LocStor extends LocStor { * (returned by subsequent storeAudioClipClose call) * *
  • metadata : string - metadata XML string - * (as defined in Campcaster::Core::AudioClip Class Reference, + * (as defined in Airtime::Core::AudioClip Class Reference, * examples are in storageServer/var/tests/*.xml) *
  • *
  • fname : string - human readable mnemonic file name @@ -3830,4 +3830,4 @@ class XR_LocStor extends LocStor { } // class XR_LocStor -?> \ No newline at end of file +?> diff --git a/application/models/xmlrpc/put.php b/application/models/xmlrpc/put.php index 650a5880a..57b9bae93 100644 --- a/application/models/xmlrpc/put.php +++ b/application/models/xmlrpc/put.php @@ -23,7 +23,7 @@ * * * @see XR_LocStor - * @package Campcaster + * @package Airtime * @subpackage storageServer */ @@ -96,4 +96,4 @@ fclose($fp); fclose($putdata); header("HTTP/1.1 200"); -?> \ No newline at end of file +?> diff --git a/application/models/xmlrpc/xrLocStor.php b/application/models/xmlrpc/xrLocStor.php index fb9acf702..4bfb50fca 100644 --- a/application/models/xmlrpc/xrLocStor.php +++ b/application/models/xmlrpc/xrLocStor.php @@ -61,7 +61,7 @@ $locStor = new XR_LocStor(); $methods = array( 'test' => 'Tests toupper and checks sessid, params: '. 'teststring, sessid.', - 'getVersion' => 'Get version of Campcaster.', + 'getVersion' => 'Get version of Airtime.', // 'authenticate' => 'Checks authentication.', 'login' => 'Login to storage.', 'logout' => 'Logout from storage.', @@ -169,4 +169,4 @@ foreach ($methods as $method => $description) { $s = new XML_RPC_Server($defs); -?> \ No newline at end of file +?> diff --git a/public/js/campcaster/library/advancedsearch.js b/public/js/airtime/library/advancedsearch.js similarity index 100% rename from public/js/campcaster/library/advancedsearch.js rename to public/js/airtime/library/advancedsearch.js diff --git a/public/js/campcaster/library/context-menu.js b/public/js/airtime/library/context-menu.js similarity index 100% rename from public/js/campcaster/library/context-menu.js rename to public/js/airtime/library/context-menu.js diff --git a/public/js/campcaster/library/library.js b/public/js/airtime/library/library.js similarity index 100% rename from public/js/campcaster/library/library.js rename to public/js/airtime/library/library.js diff --git a/public/js/campcaster/library/plupload.js b/public/js/airtime/library/plupload.js similarity index 100% rename from public/js/campcaster/library/plupload.js rename to public/js/airtime/library/plupload.js diff --git a/public/js/campcaster/library/spl.js b/public/js/airtime/library/spl.js similarity index 100% rename from public/js/campcaster/library/spl.js rename to public/js/airtime/library/spl.js diff --git a/public/js/campcaster/onready/library.js b/public/js/airtime/onready/library.js similarity index 100% rename from public/js/campcaster/onready/library.js rename to public/js/airtime/onready/library.js diff --git a/public/js/campcaster/onready/search.js b/public/js/airtime/onready/search.js similarity index 100% rename from public/js/campcaster/onready/search.js rename to public/js/airtime/onready/search.js diff --git a/public/js/campcaster/playlist/playlist.js b/public/js/airtime/playlist/playlist.js similarity index 100% rename from public/js/campcaster/playlist/playlist.js rename to public/js/airtime/playlist/playlist.js diff --git a/public/js/campcaster/schedule/schedule.js b/public/js/airtime/schedule/schedule.js similarity index 100% rename from public/js/campcaster/schedule/schedule.js rename to public/js/airtime/schedule/schedule.js