Renamed LiveSupport to Campcaster.
This commit is contained in:
parent
da81b6e80c
commit
bc7aaf239b
22 changed files with 226 additions and 427 deletions
|
@ -1,32 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
/**
|
||||||
|
* @author $Author$
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
* @version $Revision$
|
||||||
|
*/
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
define('NSPACE', 'lse');
|
define('NSPACE', 'lse');
|
||||||
|
|
||||||
header("Content-type: text/plain");
|
header("Content-type: text/plain");
|
||||||
|
|
|
@ -1,32 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
/**
|
||||||
|
* @author $Author$
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
* @version $Revision$
|
||||||
|
*/
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
$storageServerPath = dirname(__FILE__)."/../../storageServer";
|
$storageServerPath = dirname(__FILE__)."/../../storageServer";
|
||||||
?>
|
?>
|
|
@ -1,32 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
/**
|
||||||
|
* @author $Author$
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
* @version $Revision$
|
||||||
|
*/
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
$storageServerPath = 'ls_storageServer';
|
$storageServerPath = 'ls_storageServer';
|
||||||
?>
|
?>
|
|
@ -1,32 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
/**
|
||||||
|
* @author $Author$
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
* @version $Revision$
|
||||||
|
*/
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
header("Content-type: text/plain");
|
header("Content-type: text/plain");
|
||||||
require_once 'conf.php';
|
require_once 'conf.php';
|
||||||
require_once "$storageServerPath/var/conf.php";
|
require_once "$storageServerPath/var/conf.php";
|
||||||
|
|
|
@ -1,32 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
/**
|
||||||
|
* @author $Author$
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
* @version $Revision$
|
||||||
|
*/
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
ini_set('memory_limit', '64M');
|
ini_set('memory_limit', '64M');
|
||||||
header("Content-type: text/plain");
|
header("Content-type: text/plain");
|
||||||
echo "\n#StorageServer import script:\n";
|
echo "\n#StorageServer import script:\n";
|
||||||
|
|
|
@ -1,32 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
/**
|
||||||
|
* @author $Author$
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
* @version $Revision$
|
||||||
|
*/
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
define('NSPACE', 'lse');
|
define('NSPACE', 'lse');
|
||||||
define('VERBOSE', FALSE);
|
define('VERBOSE', FALSE);
|
||||||
#define('VERBOSE', TRUE);
|
#define('VERBOSE', TRUE);
|
||||||
|
|
|
@ -1,36 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
|
||||||
|
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file conf.php
|
* StorageServer configuration file
|
||||||
* storageServer configuration file
|
* @author $Author$
|
||||||
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('LS_VERSION', '1.1');
|
define('LS_VERSION', '1.1');
|
||||||
|
|
|
@ -1,36 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
/*------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
Copyright (c) 2004 Media Development Loan Fund
|
|
||||||
|
|
||||||
This file is part of the Campcaster project.
|
|
||||||
http://campcaster.campware.org/
|
|
||||||
To report bugs, send an e-mail to bugs@campware.org
|
|
||||||
|
|
||||||
Campcaster 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,
|
|
||||||
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
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
|
|
||||||
Author : $Author$
|
|
||||||
Version : $Revision$
|
|
||||||
Location : $URL$
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file conf.php
|
* StorageServer configuration file
|
||||||
* storageServer configuration file
|
* @author $Author$
|
||||||
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# This script generates code coverage data for the module
|
# This script generates code coverage data for the module
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
module="LiveSupport GUI"
|
module="Campcaster GUI"
|
||||||
|
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
||||||
basedir=`cd $reldir; pwd;`
|
basedir=`cd $reldir; pwd;`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
es:table
|
es:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Panel maestro de LiveSupport" }
|
windowTitle:string { "Panel maestro de Campcaster" }
|
||||||
notLoggedInMsg:string { "No ha ingresado al sistema" }
|
notLoggedInMsg:string { "No ha ingresado al sistema" }
|
||||||
loggedInMsg:string { "Ingresó al sistema como {0}" }
|
loggedInMsg:string { "Ingresó al sistema como {0}" }
|
||||||
loginButtonLabel:string { "Accesar" }
|
loginButtonLabel:string { "Accesar" }
|
||||||
|
@ -31,7 +31,7 @@ es:table
|
||||||
|
|
||||||
audioClipListWindow:table
|
audioClipListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Ventana de audio clip de LiveSupport" }
|
windowTitle:string { "Ventana de audio clip de Campcaster" }
|
||||||
|
|
||||||
idColumnLabel:string { "id" }
|
idColumnLabel:string { "id" }
|
||||||
lengthColumnLabel:string { "duración" }
|
lengthColumnLabel:string { "duración" }
|
||||||
|
@ -43,7 +43,7 @@ es:table
|
||||||
|
|
||||||
scratchpadWindow:table
|
scratchpadWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Scratchpad de LiveSupport " }
|
windowTitle:string { "Scratchpad de Campcaster " }
|
||||||
|
|
||||||
typeColumnLabel:string { "Tipo" }
|
typeColumnLabel:string { "Tipo" }
|
||||||
titleColumnLabel:string { "Título" }
|
titleColumnLabel:string { "Título" }
|
||||||
|
@ -62,7 +62,7 @@ es:table
|
||||||
|
|
||||||
playlistListWindow:table
|
playlistListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Venta de lista de reproducción de LiveSupport" }
|
windowTitle:string { "Venta de lista de reproducción de Campcaster" }
|
||||||
|
|
||||||
listBoxLabel { "Listas de reproducción" }
|
listBoxLabel { "Listas de reproducción" }
|
||||||
detailBoxLabel { "Detalles de las listas de reproducción" }
|
detailBoxLabel { "Detalles de las listas de reproducción" }
|
||||||
|
@ -100,7 +100,7 @@ es:table
|
||||||
|
|
||||||
simplePlaylistManagementWindow:table
|
simplePlaylistManagementWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Ventana del módulo administrativo de las listas de reproducción simples de LiveSupport" }
|
windowTitle:string { "Ventana del módulo administrativo de las listas de reproducción simples de Campcaster" }
|
||||||
|
|
||||||
startColumnLabel:string { "inicio" }
|
startColumnLabel:string { "inicio" }
|
||||||
titleColumnLabel:string { "título" }
|
titleColumnLabel:string { "título" }
|
||||||
|
@ -116,7 +116,7 @@ es:table
|
||||||
|
|
||||||
schedulerWindow:table
|
schedulerWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Ventana del programador de LiveSupport" }
|
windowTitle:string { "Ventana del programador de Campcaster" }
|
||||||
|
|
||||||
startColumnLabel:string { "inicio" }
|
startColumnLabel:string { "inicio" }
|
||||||
titleColumnLabel:string { "título" }
|
titleColumnLabel:string { "título" }
|
||||||
|
@ -129,7 +129,7 @@ es:table
|
||||||
|
|
||||||
schedulePlaylistWindow:table
|
schedulePlaylistWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Ventana de las listas de reproducción programadas de LiveSupport" }
|
windowTitle:string { "Ventana de las listas de reproducción programadas de Campcaster" }
|
||||||
|
|
||||||
hourLabel:string { "hora: " }
|
hourLabel:string { "hora: " }
|
||||||
minuteLabel:string { "minuto: " }
|
minuteLabel:string { "minuto: " }
|
||||||
|
@ -139,7 +139,7 @@ es:table
|
||||||
|
|
||||||
searchWindow:table
|
searchWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Ventana de búsqueda/navegación de LiveSupport" }
|
windowTitle:string { "Ventana de búsqueda/navegación de Campcaster" }
|
||||||
|
|
||||||
simpleSearchTab:string { "Búsqueda" }
|
simpleSearchTab:string { "Búsqueda" }
|
||||||
advancedSearchTab:string { "Búsqueda avanzada" }
|
advancedSearchTab:string { "Búsqueda avanzada" }
|
||||||
|
@ -167,7 +167,7 @@ es:table
|
||||||
|
|
||||||
liveModeWindow:table
|
liveModeWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "Venta Modo en vivo de LiveSupport" }
|
windowTitle:string { "Venta Modo en vivo de Campcaster" }
|
||||||
|
|
||||||
cueMenuItem:string { "Previsualizar" }
|
cueMenuItem:string { "Previsualizar" }
|
||||||
upMenuItem:string { "Desplazar hacia arriba" }
|
upMenuItem:string { "Desplazar hacia arriba" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
hu:table
|
hu:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Fő Panel" }
|
windowTitle:string { "Campcaster Fő Panel" }
|
||||||
notLoggedInMsg:string { "Nincs bejelentkezve" }
|
notLoggedInMsg:string { "Nincs bejelentkezve" }
|
||||||
loggedInMsg:string { "Bejelentkezve {0} felhasználóként" }
|
loggedInMsg:string { "Bejelentkezve {0} felhasználóként" }
|
||||||
loginButtonLabel:string { "bejelentkezés" }
|
loginButtonLabel:string { "bejelentkezés" }
|
||||||
|
@ -37,7 +37,7 @@ hu:table
|
||||||
|
|
||||||
audioClipListWindow:table
|
audioClipListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Hanganyag ablak" }
|
windowTitle:string { "Campcaster Hanganyag ablak" }
|
||||||
|
|
||||||
idColumnLabel:string { "azonosító" }
|
idColumnLabel:string { "azonosító" }
|
||||||
lengthColumnLabel:string { "hossz" }
|
lengthColumnLabel:string { "hossz" }
|
||||||
|
@ -49,7 +49,7 @@ hu:table
|
||||||
|
|
||||||
scratchpadWindow:table
|
scratchpadWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Praktikus csupor" }
|
windowTitle:string { "Campcaster Praktikus csupor" }
|
||||||
|
|
||||||
typeColumnLabel:string { "Típus" }
|
typeColumnLabel:string { "Típus" }
|
||||||
titleColumnLabel:string { "Cím" }
|
titleColumnLabel:string { "Cím" }
|
||||||
|
@ -68,7 +68,7 @@ hu:table
|
||||||
|
|
||||||
playlistListWindow:table
|
playlistListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Műsorszerkesztő ablak" }
|
windowTitle:string { "Campcaster Műsorszerkesztő ablak" }
|
||||||
|
|
||||||
listBoxLabel { "Műsorok" }
|
listBoxLabel { "Műsorok" }
|
||||||
detailBoxLabel { "Műsor adatai" }
|
detailBoxLabel { "Műsor adatai" }
|
||||||
|
@ -106,7 +106,7 @@ hu:table
|
||||||
|
|
||||||
simplePlaylistManagementWindow:table
|
simplePlaylistManagementWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Egyszerű műsorszerkesztő ablak" }
|
windowTitle:string { "Campcaster Egyszerű műsorszerkesztő ablak" }
|
||||||
|
|
||||||
startColumnLabel:string { "kezdet" }
|
startColumnLabel:string { "kezdet" }
|
||||||
titleColumnLabel:string { "cím" }
|
titleColumnLabel:string { "cím" }
|
||||||
|
@ -122,7 +122,7 @@ hu:table
|
||||||
|
|
||||||
schedulerWindow:table
|
schedulerWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Időzítő Ablak" }
|
windowTitle:string { "Campcaster Időzítő Ablak" }
|
||||||
|
|
||||||
startColumnLabel:string { "kezdet" }
|
startColumnLabel:string { "kezdet" }
|
||||||
titleColumnLabel:string { "cím" }
|
titleColumnLabel:string { "cím" }
|
||||||
|
@ -134,7 +134,7 @@ hu:table
|
||||||
|
|
||||||
schedulePlaylistWindow:table
|
schedulePlaylistWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Műsoridőzítő ablak" }
|
windowTitle:string { "Campcaster Műsoridőzítő ablak" }
|
||||||
|
|
||||||
hourLabel:string { "óra: " }
|
hourLabel:string { "óra: " }
|
||||||
minuteLabel:string { "perc: " }
|
minuteLabel:string { "perc: " }
|
||||||
|
@ -144,7 +144,7 @@ hu:table
|
||||||
|
|
||||||
searchWindow:table
|
searchWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Keresés Ablak" }
|
windowTitle:string { "Campcaster Keresés Ablak" }
|
||||||
|
|
||||||
simpleSearchTab:string { "Keresés" }
|
simpleSearchTab:string { "Keresés" }
|
||||||
advancedSearchTab:string { "Összetett keresés" }
|
advancedSearchTab:string { "Összetett keresés" }
|
||||||
|
@ -172,7 +172,7 @@ hu:table
|
||||||
|
|
||||||
liveModeWindow:table
|
liveModeWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Élő adás ablak" }
|
windowTitle:string { "Campcaster Élő adás ablak" }
|
||||||
|
|
||||||
cueMenuItem:string { "_Belehallgatni" }
|
cueMenuItem:string { "_Belehallgatni" }
|
||||||
upMenuItem:string { "_Fel" }
|
upMenuItem:string { "_Fel" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
nl:table
|
nl:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Master Panel" }
|
windowTitle:string { "Campcaster Master Panel" }
|
||||||
notLoggedInMsg:string { "Niet aangemeld" }
|
notLoggedInMsg:string { "Niet aangemeld" }
|
||||||
loggedInMsg:string { "Aangemeld als {0}" }
|
loggedInMsg:string { "Aangemeld als {0}" }
|
||||||
loginButtonLabel:string { "aanmelden" }
|
loginButtonLabel:string { "aanmelden" }
|
||||||
|
@ -31,7 +31,7 @@ nl:table
|
||||||
|
|
||||||
audioClipListWindow:table
|
audioClipListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Audio Clip window" }
|
windowTitle:string { "Campcaster Audio Clip window" }
|
||||||
|
|
||||||
idColumnLabel:string { "id" }
|
idColumnLabel:string { "id" }
|
||||||
lengthColumnLabel:string { "lengte" }
|
lengthColumnLabel:string { "lengte" }
|
||||||
|
@ -43,7 +43,7 @@ nl:table
|
||||||
|
|
||||||
scratchpadWindow:table
|
scratchpadWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Scratchpad" }
|
windowTitle:string { "Campcaster Scratchpad" }
|
||||||
|
|
||||||
typeColumnLabel:string { "Type" }
|
typeColumnLabel:string { "Type" }
|
||||||
titleColumnLabel:string { "Titel" }
|
titleColumnLabel:string { "Titel" }
|
||||||
|
@ -62,7 +62,7 @@ nl:table
|
||||||
|
|
||||||
playlistListWindow:table
|
playlistListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Playlist window" }
|
windowTitle:string { "Campcaster Playlist window" }
|
||||||
|
|
||||||
listBoxLabel { "Playlists" }
|
listBoxLabel { "Playlists" }
|
||||||
detailBoxLabel { "Playlist details" }
|
detailBoxLabel { "Playlist details" }
|
||||||
|
@ -100,7 +100,7 @@ nl:table
|
||||||
|
|
||||||
simplePlaylistManagementWindow:table
|
simplePlaylistManagementWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Playlist beheer window" }
|
windowTitle:string { "Campcaster Playlist beheer window" }
|
||||||
|
|
||||||
startColumnLabel:string { "start" }
|
startColumnLabel:string { "start" }
|
||||||
titleColumnLabel:string { "titel" }
|
titleColumnLabel:string { "titel" }
|
||||||
|
@ -116,7 +116,7 @@ nl:table
|
||||||
|
|
||||||
schedulerWindow:table
|
schedulerWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Scheduler window" }
|
windowTitle:string { "Campcaster Scheduler window" }
|
||||||
|
|
||||||
startColumnLabel:string { "start" }
|
startColumnLabel:string { "start" }
|
||||||
titleColumnLabel:string { "titel" }
|
titleColumnLabel:string { "titel" }
|
||||||
|
@ -129,7 +129,7 @@ nl:table
|
||||||
|
|
||||||
schedulePlaylistWindow:table
|
schedulePlaylistWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Schedule Playlist window" }
|
windowTitle:string { "Campcaster Schedule Playlist window" }
|
||||||
|
|
||||||
hourLabel:string { "uur: " }
|
hourLabel:string { "uur: " }
|
||||||
minuteLabel:string { "minuten: " }
|
minuteLabel:string { "minuten: " }
|
||||||
|
@ -139,7 +139,7 @@ nl:table
|
||||||
|
|
||||||
searchWindow:table
|
searchWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport zoeken/bladeren window" }
|
windowTitle:string { "Campcaster zoeken/bladeren window" }
|
||||||
|
|
||||||
simpleSearchTab:string { "Zoeken" }
|
simpleSearchTab:string { "Zoeken" }
|
||||||
advancedSearchTab:string { "Geadvanceerd" }
|
advancedSearchTab:string { "Geadvanceerd" }
|
||||||
|
@ -167,7 +167,7 @@ nl:table
|
||||||
|
|
||||||
liveModeWindow:table
|
liveModeWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Live Mode window" }
|
windowTitle:string { "Campcaster Live Mode window" }
|
||||||
|
|
||||||
cueMenuItem:string { "_Cue" }
|
cueMenuItem:string { "_Cue" }
|
||||||
upMenuItem:string { "Naar B_oven" }
|
upMenuItem:string { "Naar B_oven" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pl:table
|
pl:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Okno główne" }
|
windowTitle:string { "Campcaster - Okno główne" }
|
||||||
notLoggedInMsg:string { "Nie zalogowany" }
|
notLoggedInMsg:string { "Nie zalogowany" }
|
||||||
loggedInMsg:string { "Zalogowany jako {0}" }
|
loggedInMsg:string { "Zalogowany jako {0}" }
|
||||||
loginButtonLabel:string { "Zaloguj" }
|
loginButtonLabel:string { "Zaloguj" }
|
||||||
|
@ -41,7 +41,7 @@ pl:table
|
||||||
|
|
||||||
audioClipListWindow:table
|
audioClipListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Okno utworu" }
|
windowTitle:string { "Campcaster - Okno utworu" }
|
||||||
|
|
||||||
idColumnLabel:string { "id" }
|
idColumnLabel:string { "id" }
|
||||||
lengthColumnLabel:string { "długość" }
|
lengthColumnLabel:string { "długość" }
|
||||||
|
@ -53,7 +53,7 @@ pl:table
|
||||||
|
|
||||||
scratchpadWindow:table
|
scratchpadWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Przybornik" }
|
windowTitle:string { "Campcaster - Przybornik" }
|
||||||
|
|
||||||
typeColumnLabel:string { "Rodzaj" }
|
typeColumnLabel:string { "Rodzaj" }
|
||||||
titleColumnLabel:string { "Tytuł" }
|
titleColumnLabel:string { "Tytuł" }
|
||||||
|
@ -80,7 +80,7 @@ pl:table
|
||||||
|
|
||||||
playlistListWindow:table
|
playlistListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Okno listy utworów" }
|
windowTitle:string { "Campcaster - Okno listy utworów" }
|
||||||
|
|
||||||
listBoxLabel { "Listy utworów" }
|
listBoxLabel { "Listy utworów" }
|
||||||
detailBoxLabel { "Szczegóły" }
|
detailBoxLabel { "Szczegóły" }
|
||||||
|
@ -123,7 +123,7 @@ pl:table
|
||||||
|
|
||||||
simplePlaylistManagementWindow:table
|
simplePlaylistManagementWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Zarządzanie listą utworów" }
|
windowTitle:string { "Campcaster - Zarządzanie listą utworów" }
|
||||||
|
|
||||||
startColumnLabel:string { "Początek" }
|
startColumnLabel:string { "Początek" }
|
||||||
titleColumnLabel:string { "Tytuł" }
|
titleColumnLabel:string { "Tytuł" }
|
||||||
|
@ -149,7 +149,7 @@ pl:table
|
||||||
|
|
||||||
schedulerWindow:table
|
schedulerWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Okno programacji" }
|
windowTitle:string { "Campcaster - Okno programacji" }
|
||||||
|
|
||||||
startColumnLabel:string { "Początek" }
|
startColumnLabel:string { "Początek" }
|
||||||
titleColumnLabel:string { "tytuł" }
|
titleColumnLabel:string { "tytuł" }
|
||||||
|
@ -162,7 +162,7 @@ pl:table
|
||||||
|
|
||||||
schedulePlaylistWindow:table
|
schedulePlaylistWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Programacja listy utworów" }
|
windowTitle:string { "Campcaster - Programacja listy utworów" }
|
||||||
|
|
||||||
hourLabel:string { "godzina: " }
|
hourLabel:string { "godzina: " }
|
||||||
minuteLabel:string { "minuta: " }
|
minuteLabel:string { "minuta: " }
|
||||||
|
@ -172,7 +172,7 @@ pl:table
|
||||||
|
|
||||||
searchWindow:table
|
searchWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Szukaj / Przeglądaj" }
|
windowTitle:string { "Campcaster - Szukaj / Przeglądaj" }
|
||||||
|
|
||||||
simpleSearchTab:string { "Szukaj" }
|
simpleSearchTab:string { "Szukaj" }
|
||||||
advancedSearchTab:string { "Szukanie zaawansowane" }
|
advancedSearchTab:string { "Szukanie zaawansowane" }
|
||||||
|
@ -204,7 +204,7 @@ pl:table
|
||||||
|
|
||||||
liveModeWindow:table
|
liveModeWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport - Na żywo" }
|
windowTitle:string { "Campcaster - Na żywo" }
|
||||||
|
|
||||||
cueMenuItem:string { "Po_słuchaj" }
|
cueMenuItem:string { "Po_słuchaj" }
|
||||||
upMenuItem:string { "Do _Góry" }
|
upMenuItem:string { "Do _Góry" }
|
||||||
|
|
|
@ -350,7 +350,7 @@ root:table
|
||||||
cancelButtonLabel:string { "Cancel" }
|
cancelButtonLabel:string { "Cancel" }
|
||||||
saveButtonLabel:string { "Save" }
|
saveButtonLabel:string { "Save" }
|
||||||
|
|
||||||
internalFormatName:string { "LiveSupport archive" }
|
internalFormatName:string { "Campcaster archive" }
|
||||||
smilFormatName:string { "tar containing a SMIL" }
|
smilFormatName:string { "tar containing a SMIL" }
|
||||||
|
|
||||||
fileChooserDialogTitle:string { "Save File" }
|
fileChooserDialogTitle:string { "Save File" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
sr_CS:table
|
sr_CS:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Master Panel" }
|
windowTitle:string { "Campcaster Master Panel" }
|
||||||
notLoggedInMsg:string { "Niste prijavljeni" }
|
notLoggedInMsg:string { "Niste prijavljeni" }
|
||||||
loggedInMsg:string { "Prijavljeni ste kao {0}" }
|
loggedInMsg:string { "Prijavljeni ste kao {0}" }
|
||||||
loginButtonLabel:string { "Prijava" }
|
loginButtonLabel:string { "Prijava" }
|
||||||
|
@ -31,7 +31,7 @@ sr_CS:table
|
||||||
|
|
||||||
audioClipListWindow:table
|
audioClipListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Audio Klipovi" }
|
windowTitle:string { "Campcaster Audio Klipovi" }
|
||||||
|
|
||||||
idColumnLabel:string { "id" }
|
idColumnLabel:string { "id" }
|
||||||
lengthColumnLabel:string { "dužina" }
|
lengthColumnLabel:string { "dužina" }
|
||||||
|
@ -43,7 +43,7 @@ sr_CS:table
|
||||||
|
|
||||||
scratchpadWindow:table
|
scratchpadWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Priprema" }
|
windowTitle:string { "Campcaster Priprema" }
|
||||||
|
|
||||||
typeColumnLabel:string { "Tip" }
|
typeColumnLabel:string { "Tip" }
|
||||||
titleColumnLabel:string { "Naslov" }
|
titleColumnLabel:string { "Naslov" }
|
||||||
|
@ -62,7 +62,7 @@ sr_CS:table
|
||||||
|
|
||||||
playlistListWindow:table
|
playlistListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Plej lista" }
|
windowTitle:string { "Campcaster Plej lista" }
|
||||||
|
|
||||||
listBoxLabel { "Plej liste" }
|
listBoxLabel { "Plej liste" }
|
||||||
detailBoxLabel { "Detalji plej liste" }
|
detailBoxLabel { "Detalji plej liste" }
|
||||||
|
@ -100,7 +100,7 @@ sr_CS:table
|
||||||
|
|
||||||
simplePlaylistManagementWindow:table
|
simplePlaylistManagementWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Jednostavno upravljanje plej listom" }
|
windowTitle:string { "Campcaster Jednostavno upravljanje plej listom" }
|
||||||
|
|
||||||
startColumnLabel:string { "počni" }
|
startColumnLabel:string { "počni" }
|
||||||
titleColumnLabel:string { "naslov" }
|
titleColumnLabel:string { "naslov" }
|
||||||
|
@ -116,7 +116,7 @@ sr_CS:table
|
||||||
|
|
||||||
schedulerWindow:table
|
schedulerWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Raspored" }
|
windowTitle:string { "Campcaster Raspored" }
|
||||||
|
|
||||||
startColumnLabel:string { "početak" }
|
startColumnLabel:string { "početak" }
|
||||||
titleColumnLabel:string { "naziv" }
|
titleColumnLabel:string { "naziv" }
|
||||||
|
@ -129,7 +129,7 @@ sr_CS:table
|
||||||
|
|
||||||
schedulePlaylistWindow:table
|
schedulePlaylistWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Programiranje Plej Liste" }
|
windowTitle:string { "Campcaster Programiranje Plej Liste" }
|
||||||
|
|
||||||
hourLabel:string { "sat: " }
|
hourLabel:string { "sat: " }
|
||||||
minuteLabel:string { "minut: " }
|
minuteLabel:string { "minut: " }
|
||||||
|
@ -139,7 +139,7 @@ sr_CS:table
|
||||||
|
|
||||||
searchWindow:table
|
searchWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Pretraga/Pregled" }
|
windowTitle:string { "Campcaster Pretraga/Pregled" }
|
||||||
|
|
||||||
simpleSearchTab:string { "Pretraga" }
|
simpleSearchTab:string { "Pretraga" }
|
||||||
advancedSearchTab:string { "Napredna pretraga" }
|
advancedSearchTab:string { "Napredna pretraga" }
|
||||||
|
@ -167,7 +167,7 @@ sr_CS:table
|
||||||
|
|
||||||
liveModeWindow:table
|
liveModeWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Program Uživo" }
|
windowTitle:string { "Campcaster Program Uživo" }
|
||||||
|
|
||||||
cueMenuItem:string { "Proba" }
|
cueMenuItem:string { "Proba" }
|
||||||
upMenuItem:string { "Pomeri gore" }
|
upMenuItem:string { "Pomeri gore" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
sr_CS_CYRILLIC:table
|
sr_CS_CYRILLIC:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Maстер Панел" }
|
windowTitle:string { "Campcaster Maстер Панел" }
|
||||||
notLoggedInMsg:string { "Нисте пријављени" }
|
notLoggedInMsg:string { "Нисте пријављени" }
|
||||||
loggedInMsg:string { "Пријављени сте као {0}" }
|
loggedInMsg:string { "Пријављени сте као {0}" }
|
||||||
loginButtonLabel:string { "Пријава" }
|
loginButtonLabel:string { "Пријава" }
|
||||||
|
@ -31,7 +31,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
audioClipListWindow:table
|
audioClipListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Аудио Клипови" }
|
windowTitle:string { "Campcaster Аудио Клипови" }
|
||||||
|
|
||||||
idColumnLabel:string { "ид" }
|
idColumnLabel:string { "ид" }
|
||||||
lengthColumnLabel:string { "дужина" }
|
lengthColumnLabel:string { "дужина" }
|
||||||
|
@ -43,7 +43,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
scratchpadWindow:table
|
scratchpadWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Припрема" }
|
windowTitle:string { "Campcaster Припрема" }
|
||||||
|
|
||||||
typeColumnLabel:string { "Тип" }
|
typeColumnLabel:string { "Тип" }
|
||||||
titleColumnLabel:string { "Наслов" }
|
titleColumnLabel:string { "Наслов" }
|
||||||
|
@ -62,7 +62,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
playlistListWindow:table
|
playlistListWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Плеј Листа" }
|
windowTitle:string { "Campcaster Плеј Листа" }
|
||||||
|
|
||||||
listBoxLabel { "Плеј листе" }
|
listBoxLabel { "Плеј листе" }
|
||||||
detailBoxLabel { "Детаљи плеј листе" }
|
detailBoxLabel { "Детаљи плеј листе" }
|
||||||
|
@ -99,7 +99,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
simplePlaylistManagementWindow:table
|
simplePlaylistManagementWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Једноставно управљање плеј листом" }
|
windowTitle:string { "Campcaster Једноставно управљање плеј листом" }
|
||||||
|
|
||||||
startColumnLabel:string { "почни" }
|
startColumnLabel:string { "почни" }
|
||||||
titleColumnLabel:string { "наслов" }
|
titleColumnLabel:string { "наслов" }
|
||||||
|
@ -115,7 +115,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
schedulerWindow:table
|
schedulerWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Распоред" }
|
windowTitle:string { "Campcaster Распоред" }
|
||||||
|
|
||||||
startColumnLabel:string { "почетак" }
|
startColumnLabel:string { "почетак" }
|
||||||
titleColumnLabel:string { "назив" }
|
titleColumnLabel:string { "назив" }
|
||||||
|
@ -128,7 +128,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
schedulePlaylistWindow:table
|
schedulePlaylistWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Програмирање Плеј листе" }
|
windowTitle:string { "Campcaster Програмирање Плеј листе" }
|
||||||
|
|
||||||
hourLabel:string { "сат: " }
|
hourLabel:string { "сат: " }
|
||||||
minuteLabel:string { "минут: " }
|
minuteLabel:string { "минут: " }
|
||||||
|
@ -138,7 +138,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
searchWindow:table
|
searchWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Претрага/Преглед" }
|
windowTitle:string { "Campcaster Претрага/Преглед" }
|
||||||
|
|
||||||
simpleSearchTab:string { "Претрага" }
|
simpleSearchTab:string { "Претрага" }
|
||||||
advancedSearchTab:string { "Напредна претрага" }
|
advancedSearchTab:string { "Напредна претрага" }
|
||||||
|
@ -166,7 +166,7 @@ sr_CS_CYRILLIC:table
|
||||||
|
|
||||||
liveModeWindow:table
|
liveModeWindow:table
|
||||||
{
|
{
|
||||||
windowTitle:string { "LiveSupport Програм Уживо" }
|
windowTitle:string { "Campcaster Програм Уживо" }
|
||||||
|
|
||||||
cueMenuItem:string { "Проба" }
|
cueMenuItem:string { "Проба" }
|
||||||
upMenuItem:string { "Помери горе" }
|
upMenuItem:string { "Помери горе" }
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
# Location : $URL$
|
# Location : $URL$
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# This script reates the database used by LiveSupport
|
# This script reates the database used by Campcaster
|
||||||
#
|
#
|
||||||
# Invoke as:
|
# Invoke as:
|
||||||
# ./bin/createDatabase.sh
|
# ./bin/createDatabase.sh
|
||||||
|
@ -51,17 +51,17 @@ usrdir=$basedir/usr
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
printUsage()
|
printUsage()
|
||||||
{
|
{
|
||||||
echo "LiveSupport scheduler database creation script.";
|
echo "Campcaster scheduler database creation script.";
|
||||||
echo "parameters";
|
echo "parameters";
|
||||||
echo "";
|
echo "";
|
||||||
echo " -D, --database The name of the LiveSupport database.";
|
echo " -D, --database The name of the Campcaster database.";
|
||||||
echo " [default: LiveSupport]";
|
echo " [default: Campcaster]";
|
||||||
echo " -s, --dbserver The name of the database server host.";
|
echo " -s, --dbserver The name of the database server host.";
|
||||||
echo " [default: localhost]";
|
echo " [default: localhost]";
|
||||||
echo " -u, --dbuser The name of the database user to access the"
|
echo " -u, --dbuser The name of the database user to access the"
|
||||||
echo " database. [default: livesupport]";
|
echo " database. [default: campcaster]";
|
||||||
echo " -w, --dbpassword The database user password.";
|
echo " -w, --dbpassword The database user password.";
|
||||||
echo " [default: livesupport]";
|
echo " [default: campcaster]";
|
||||||
echo " -h, --help Print this message and exit.";
|
echo " -h, --help Print this message and exit.";
|
||||||
echo "";
|
echo "";
|
||||||
}
|
}
|
||||||
|
@ -106,18 +106,18 @@ if [ "x$dbserver" == "x" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$database" == "x" ]; then
|
if [ "x$database" == "x" ]; then
|
||||||
database=LiveSupport;
|
database=Campcaster;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$dbuser" == "x" ]; then
|
if [ "x$dbuser" == "x" ]; then
|
||||||
dbuser=livesupport;
|
dbuser=campcaster;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$dbpassword" == "x" ]; then
|
if [ "x$dbpassword" == "x" ]; then
|
||||||
dbpassword=livesupport;
|
dbpassword=campcaster;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Creating database for LiveSupport scheduler.";
|
echo "Creating database for Campcaster scheduler.";
|
||||||
echo "";
|
echo "";
|
||||||
echo "Using the following parameters:";
|
echo "Using the following parameters:";
|
||||||
echo "";
|
echo "";
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
# Location : $URL$
|
# Location : $URL$
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# This script creates the ODBC data source needed for LiveSupport scheduler
|
# This script creates the ODBC data source needed for Campcaster scheduler
|
||||||
#
|
#
|
||||||
# Invoke as:
|
# Invoke as:
|
||||||
# ./bin/createOdbcDataSource.sh
|
# ./bin/createOdbcDataSource.sh
|
||||||
|
@ -51,11 +51,11 @@ usrdir=$basedir/usr
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
printUsage()
|
printUsage()
|
||||||
{
|
{
|
||||||
echo "LiveSupport scheduler ODBC DataSource creating script.";
|
echo "Campcaster scheduler ODBC DataSource creating script.";
|
||||||
echo "parameters";
|
echo "parameters";
|
||||||
echo "";
|
echo "";
|
||||||
echo " -D, --database The name of the LiveSupport database.";
|
echo " -D, --database The name of the Campcaster database.";
|
||||||
echo " [default: LiveSupport]";
|
echo " [default: Campcaster]";
|
||||||
echo " -s, --dbserver The name of the database server host.";
|
echo " -s, --dbserver The name of the database server host.";
|
||||||
echo " [default: localhost]";
|
echo " [default: localhost]";
|
||||||
echo " -h, --help Print this message and exit.";
|
echo " -h, --help Print this message and exit.";
|
||||||
|
@ -93,11 +93,11 @@ if [ "x$dbserver" == "x" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$database" == "x" ]; then
|
if [ "x$database" == "x" ]; then
|
||||||
database=LiveSupport;
|
database=Campcaster;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "Creating ODBC data source for LiveSupport scheduler.";
|
echo "Creating ODBC data source for Campcaster scheduler.";
|
||||||
echo "";
|
echo "";
|
||||||
echo "Using the following installation parameters:";
|
echo "Using the following installation parameters:";
|
||||||
echo "";
|
echo "";
|
||||||
|
@ -179,7 +179,7 @@ if [ "x$odbcinst_res" == "x" ]; then
|
||||||
odbcinst -i -d -v -f $odbcinst_template || exit 1;
|
odbcinst -i -d -v -f $odbcinst_template || exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Registering LiveSupport ODBC data source...";
|
echo "Registering Campcaster ODBC data source...";
|
||||||
cat $odbc_template | sed -e "$replace_sed_string" > $odbc_template_tmp
|
cat $odbc_template | sed -e "$replace_sed_string" > $odbc_template_tmp
|
||||||
odbcinst -i -s -l -f $odbc_template_tmp || exit 1;
|
odbcinst -i -s -l -f $odbc_template_tmp || exit 1;
|
||||||
rm -f $odbc_template_tmp
|
rm -f $odbc_template_tmp
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# This script generates code coverage data for the module
|
# This script generates code coverage data for the module
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
module="LiveSupport Scheduler"
|
module="Campcaster Scheduler"
|
||||||
|
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
||||||
basedir=`cd $reldir; pwd;`
|
basedir=`cd $reldir; pwd;`
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# System V runlevel style invoke script for the LiveSupport Scheduler
|
# System V runlevel style invoke script for the Campcaster Scheduler
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,50 +57,50 @@ mode=$1
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
case "$mode" in
|
case "$mode" in
|
||||||
'start')
|
'start')
|
||||||
echo "Starting the LiveSupport scheduler..."
|
echo "Starting the Campcaster scheduler..."
|
||||||
$scheduler_exe -c $config_file start
|
$scheduler_exe -c $config_file start
|
||||||
sleep 2
|
sleep 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'stop')
|
'stop')
|
||||||
echo "Stopping the LiveSupport scheduler..."
|
echo "Stopping the Campcaster scheduler..."
|
||||||
$scheduler_exe -c $config_file stop
|
$scheduler_exe -c $config_file stop
|
||||||
sleep 2
|
sleep 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'restart')
|
'restart')
|
||||||
echo "Stopping the LiveSupport scheduler..."
|
echo "Stopping the Campcaster scheduler..."
|
||||||
$scheduler_exe -c $config_file stop
|
$scheduler_exe -c $config_file stop
|
||||||
sleep 2
|
sleep 2
|
||||||
echo "Starting the LiveSupport scheduler..."
|
echo "Starting the Campcaster scheduler..."
|
||||||
$scheduler_exe -c $config_file start
|
$scheduler_exe -c $config_file start
|
||||||
sleep 2
|
sleep 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'status')
|
'status')
|
||||||
echo "Checking LiveSupport scheduler status..."
|
echo "Checking Campcaster scheduler status..."
|
||||||
$scheduler_exe -c $config_file status
|
$scheduler_exe -c $config_file status
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'install')
|
'install')
|
||||||
echo "Installing LiveSupport scheduler database tables..."
|
echo "Installing Campcaster scheduler database tables..."
|
||||||
$scheduler_exe -c $config_file install
|
$scheduler_exe -c $config_file install
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'uninstall')
|
'uninstall')
|
||||||
echo "Uninstalling LiveSupport scheduler database tables..."
|
echo "Uninstalling Campcaster scheduler database tables..."
|
||||||
$scheduler_exe -c $config_file uninstall
|
$scheduler_exe -c $config_file uninstall
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'kill')
|
'kill')
|
||||||
echo "Killing all LiveSupport scheduler processes..."
|
echo "Killing all Campcaster scheduler processes..."
|
||||||
killall scheduler
|
killall scheduler
|
||||||
sleep 2
|
sleep 2
|
||||||
killall -9 scheduler
|
killall -9 scheduler
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "LiveSupport scheduler System V runlevel init script."
|
echo "Campcaster scheduler System V runlevel init script."
|
||||||
echo ""
|
echo ""
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
echo " $0 start|stop|restart|status|install|uninstall|kill"
|
echo " $0 start|stop|restart|status|install|uninstall|kill"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
# Location : $URL$
|
# Location : $URL$
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Run this script to install PEAR packages needed by LiveSupport locally
|
# Run this script to install PEAR packages needed by Campcaster locally
|
||||||
# into the Livesupport usr environment.
|
# into the Campcaster usr environment.
|
||||||
# To read more about PEAR, see http://pear.php.net/
|
# To read more about PEAR, see http://pear.php.net/
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ etcdir=$basedir/etc
|
||||||
srcdir=$basedir/src
|
srcdir=$basedir/src
|
||||||
installdir=$basedir/../../usr
|
installdir=$basedir/../../usr
|
||||||
|
|
||||||
package="PEAR packages needed by LiveSupport"
|
package="PEAR packages needed by Campcaster"
|
||||||
|
|
||||||
packages_required="
|
packages_required="
|
||||||
Archive_Tar
|
Archive_Tar
|
||||||
|
@ -80,10 +80,10 @@ VERSION_XML_Serializer=XML_Serializer-0.15.0
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
printUsage()
|
printUsage()
|
||||||
{
|
{
|
||||||
echo "LiveSupport PEAR packages install script.";
|
echo "Campcaster PEAR packages install script.";
|
||||||
echo " parameters:";
|
echo " parameters:";
|
||||||
echo "";
|
echo "";
|
||||||
echo " -d, --directory The LiveSupport installation directory";
|
echo " -d, --directory The Campcaster installation directory";
|
||||||
echo " -h, --help Print this message and exit.";
|
echo " -h, --help Print this message and exit.";
|
||||||
echo "";
|
echo "";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#PEAR_Config 0.9
|
#PEAR_Config 0.9
|
||||||
a:10:{s:15:"preferred_state";s:6:"stable";s:7:"bin_dir";s:26:"/tmp/livesupport/build/bin";s:7:"php_dir";s:31:"/tmp/livesupport/build/lib/pear";s:7:"doc_dir";s:36:"/tmp/livesupport/build/lib/pear/docs";s:8:"data_dir";s:36:"/tmp/livesupport/build/lib/pear/data";s:8:"test_dir";s:37:"/tmp/livesupport/build/lib/pear/tests";s:9:"cache_dir";s:37:"/tmp/livesupport/build/lib/pear/cache";s:9:"cache_ttl";i:300;s:7:"php_bin";s:0:"";s:10:"__channels";a:2:{s:12:"pecl.php.net";a:0:{}s:5:"__uri";a:0:{}}}
|
a:10:{s:15:"preferred_state";s:6:"stable";s:7:"bin_dir";s:26:"/tmp/campcaster/build/bin";s:7:"php_dir";s:31:"/tmp/campcaster/build/lib/pear";s:7:"doc_dir";s:36:"/tmp/campcaster/build/lib/pear/docs";s:8:"data_dir";s:36:"/tmp/campcaster/build/lib/pear/data";s:8:"test_dir";s:37:"/tmp/campcaster/build/lib/pear/tests";s:9:"cache_dir";s:37:"/tmp/campcaster/build/lib/pear/cache";s:9:"cache_ttl";i:300;s:7:"php_bin";s:0:"";s:10:"__channels";a:2:{s:12:"pecl.php.net";a:0:{}s:5:"__uri";a:0:{}}}
|
Loading…
Add table
Add a link
Reference in a new issue