more search-and-replace

This commit is contained in:
fgerlits 2006-10-16 17:41:59 +00:00
parent 8d5bc9f865
commit 10e551f1da
47 changed files with 153 additions and 153 deletions

View file

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# postrm script for livesupport # postrm script for campcaster
# #
# see: dh_installdeb(1) # see: dh_installdeb(1)
@ -17,14 +17,14 @@ set -e
# for details, see http://www.debian.org/doc/debian-policy/ or # for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package # the debian-policy package
installdir=/opt/livesupport installdir=/opt/campcaster
apache_docroot=/var/www apache_docroot=/var/www
postgres_user=postgres postgres_user=postgres
ls_dbserver=localhost ls_dbserver=localhost
ls_database=LiveSupport ls_database=Campcaster
ls_dbuser=livesupport ls_dbuser=campcaster
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -47,18 +47,18 @@ check_exe() {
case "$1" in case "$1" in
remove|upgrade|failed-upgrade|abort-install|abort-upgrade) remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
# remove the init script # remove the init script
rm -f /etc/init.d/livesupport-station rm -f /etc/init.d/campcaster-station
update-rc.d livesupport-station remove update-rc.d campcaster-station remove
# remove the symlink to the livesupport web pages # remove the symlink to the campcaster web pages
rm -f $apache_docroot/livesupport rm -f $apache_docroot/campcaster
# restore the old pg_hba.conf file # restore the old pg_hba.conf file
if [ -f /etc/postgresql/pg_hba.conf ] \ if [ -f /etc/postgresql/pg_hba.conf ] \
&& [ -f /etc/postgresql/pg_hba.conf.before-livesupport ] ; then && [ -f /etc/postgresql/pg_hba.conf.before-campcaster ] ; then
mv -f /etc/postgresql/pg_hba.conf \ mv -f /etc/postgresql/pg_hba.conf \
/etc/postgresql/pg_hba.conf.livesupport ; /etc/postgresql/pg_hba.conf.campcaster ;
mv -f /etc/postgresql/pg_hba.conf.before-livesupport \ mv -f /etc/postgresql/pg_hba.conf.before-campcaster \
/etc/postgresql/pg_hba.conf ; /etc/postgresql/pg_hba.conf ;
fi fi
;; ;;
@ -75,14 +75,14 @@ case "$1" in
rm -rf $installdir/etc/scheduler.xml rm -rf $installdir/etc/scheduler.xml
rm -rf $installdir/etc/gst-registry.xml rm -rf $installdir/etc/gst-registry.xml
rm -rf $installdir/etc/pear.conf rm -rf $installdir/etc/pear.conf
rm -rf $installdir/var/LiveSupport/htmlUI/var/html/img/* rm -rf $installdir/var/Campcaster/htmlUI/var/html/img/*
rm -rf $installdir/var/LiveSupport/htmlUI/var/templates_c/* rm -rf $installdir/var/Campcaster/htmlUI/var/templates_c/*
rm -rf $installdir/var/LiveSupport/storageServer/var/stor/* rm -rf $installdir/var/Campcaster/storageServer/var/stor/*
rm -rf $installdir/var/LiveSupport/storageServer/var/access/* rm -rf $installdir/var/Campcaster/storageServer/var/access/*
rm -rf $installdir/var/LiveSupport/storageServer/var/trans/* rm -rf $installdir/var/Campcaster/storageServer/var/trans/*
rm -rf $installdir/var/LiveSupport/archiveServer/var/stor/* rm -rf $installdir/var/Campcaster/archiveServer/var/stor/*
rm -rf $installdir/var/LiveSupport/archiveServer/var/access/* rm -rf $installdir/var/Campcaster/archiveServer/var/access/*
rm -rf $installdir/var/LiveSupport/archiveServer/var/trans/* rm -rf $installdir/var/Campcaster/archiveServer/var/trans/*
echo "Removing ODBC data source and driver..."; echo "Removing ODBC data source and driver...";
@ -90,7 +90,7 @@ case "$1" in
# kill active connections to LiveSuport database # kill active connections to LiveSuport database
/etc/init.d/postgresql restart /etc/init.d/postgresql restart
echo "Removing LiveSupport ODBC data source..."; echo "Removing Campcaster ODBC data source...";
odbcinst -u -s -l -n $ls_database || exit 1; odbcinst -u -s -l -n $ls_database || exit 1;
echo "De-registering ODBC PostgreSQL driver..."; echo "De-registering ODBC PostgreSQL driver...";

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -10,5 +10,5 @@
]> ]>
<webAuthentication> <webAuthentication>
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication> </webAuthentication>

View file

@ -2,8 +2,8 @@
<audioClip id="0000000000000001" <audioClip id="0000000000000001"
playlength="00:18:30.000000" uri="file:var/test1.mp3"> playlength="00:18:30.000000" uri="file:var/test1.mp3">
<metadata <metadata
xmlns="http://mdlf.org/livesupport/elements/1.0/" xmlns="http://mdlf.org/campcaster/elements/1.0/"
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/" xmlns:ls="http://mdlf.org/campcaster/elements/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xml="http://www.w3.org/XML/1998/namespace"

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -61,7 +61,7 @@ namespace Core {
* A base class for the test methods. * A base class for the test methods.
* Subclass this class for the methods that use configuration files. * Subclass this class for the methods that use configuration files.
* This class gives helpers to access the configuration files * This class gives helpers to access the configuration files
* from various locations (~/.livesupport, ./etc) * from various locations (~/.campcaster, ./etc)
* *
* @author $Author$ * @author $Author$
* @version $Revision$ * @version $Revision$

View file

@ -106,11 +106,11 @@ BaseTestMethod :: getConfigFile(const std::string configFileName)
std::string fileName; std::string fileName;
std::ifstream file; std::ifstream file;
// first, try with ~/.livesupport/configFileName // first, try with ~/.campcaster/configFileName
struct passwd * pwd = getpwuid(getuid()); struct passwd * pwd = getpwuid(getuid());
if (pwd) { if (pwd) {
fileName += pwd->pw_dir; fileName += pwd->pw_dir;
fileName += "/.livesupport/" + configFileName; fileName += "/.campcaster/" + configFileName;
file.open(fileName.c_str()); file.open(fileName.c_str());
if (file.good()) { if (file.good()) {
file.close(); file.close();

View file

@ -9,7 +9,7 @@
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED > <!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
]> ]>
<connectionManagerFactory> <connectionManagerFactory>
<simpleConnectionManager dsn = "LiveSupport-test" <simpleConnectionManager dsn = "Campcaster-test"
userName = "test" userName = "test"
password = "test" password = "test"
/> />

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -6,7 +6,7 @@
<!ATTLIST simpleConnectionManager userName CDATA #REQUIRED > <!ATTLIST simpleConnectionManager userName CDATA #REQUIRED >
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED > <!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
]> ]>
<simpleConnectionManager dsn = "LiveSupport-test" <simpleConnectionManager dsn = "Campcaster-test"
userName = "test" userName = "test"
password = "test" password = "test"
/> />

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -5,7 +5,7 @@ define('ACTION_BASE', '/actions' ) ;
/** /**
* uiHandler class * uiHandler class
* *
* LiveSupport HTML User Interface module * Campcaster HTML User Interface module
*/ */
class uiHandler extends uiBase { class uiHandler extends uiBase {
# var $redirUrl; # var $redirUrl;
@ -131,7 +131,7 @@ class uiHandler extends uiBase {
return FALSE; return FALSE;
} }
$tmpgunid = md5(microtime().$_SERVER['SERVER_ADDR'].rand()."org.mdlf.livesupport"); $tmpgunid = md5(microtime().$_SERVER['SERVER_ADDR'].rand()."org.mdlf.campcaster");
$ntmp = $this->gb->bufferDir.'/'.$tmpgunid; $ntmp = $this->gb->bufferDir.'/'.$tmpgunid;
move_uploaded_file($formdata['mediafile']['tmp_name'], $ntmp); move_uploaded_file($formdata['mediafile']['tmp_name'], $ntmp);
chmod($ntmp, 0664); chmod($ntmp, 0664);

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -14,6 +14,6 @@
<authenticationClientFactory> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication> </webAuthentication>
</authenticationClientFactory> </authenticationClientFactory>

View file

@ -12,5 +12,5 @@
]> ]>
<webStorage tempFiles="file:///tmp/webStorageClient" > <webStorage tempFiles="file:///tmp/webStorageClient" >
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webStorage> </webStorage>

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -27,7 +27,7 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Invoke script for the LiveSupport gui. # Invoke script for Campcaster Studio.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -48,18 +48,18 @@ tmpdir=$basedir/tmp
gstreamer_dir=`find $libdir -type d -name "gstreamer-*"` gstreamer_dir=`find $libdir -type d -name "gstreamer-*"`
export LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH
gLiveSupport_exe=$bindir/gLiveSupport studio_exe=$bindir/campcaster-studio
if [ -f ~/.livesupport/gLiveSupport.xml ]; then if [ -f ~/.campcaster/campcaster-studio.xml ]; then
config_file=~/.livesupport/gLiveSupport.xml config_file=~/.campcaster/campcaster-studio.xml
elif [ -f $etcdir/gLiveSupport.xml ]; then elif [ -f $etcdir/campcaster-studio.xml ]; then
config_file=$etcdir/gLiveSupport.xml config_file=$etcdir/campcaster-studio.xml
else else
echo "Can't find configuration file."; echo "Can't find configuration file.";
fi fi
$gLiveSupport_exe --version $studio_exe --version
echo "using configuration file: $config_file"; echo "using configuration file: $config_file";
$gLiveSupport_exe -c $config_file $studio_exe -c $config_file

View file

@ -27,8 +27,8 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# System V runlevel style invoke script for the LiveSupport Scheduler # Invoke script for Campcaster Studio.
# This script is only used in the LiveSupport development environment # This script is only used in the Campcaster development environment.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -50,22 +50,22 @@ usrdir=`cd $basedir/../../../usr; pwd;`
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
export LD_LIBRARY_PATH=$usrdir/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$usrdir/lib:$LD_LIBRARY_PATH
if [ -x $tmpdir/gLiveSupport ]; then if [ -x $tmpdir/campcaster-studio ]; then
gLiveSupport_exe=$tmpdir/gLiveSupport studio_exe=$tmpdir/campcaster-studio
else else
echo "Can't find scheduler executable."; echo "Can't find scheduler executable.";
fi fi
if [ -f ~/.livesupport/gLiveSupport.xml ]; then if [ -f ~/.campcaster/campcaster-studio.xml ]; then
config_file=~/.livesupport/gLiveSupport.xml config_file=~/.campcaster/campcaster-studio.xml
elif [ -f $etcdir/gLiveSupport.xml ]; then elif [ -f $etcdir/campcaster-studio.xml ]; then
config_file=$etcdir/gLiveSupport.xml config_file=$etcdir/campcaster-studio.xml
else else
echo "Can't find configuration file."; echo "Can't find configuration file.";
fi fi
mode=$1 $studio_exe --version
echo "using configuration file: $config_file"; echo "using configuration file: $config_file";
$gLiveSupport_exe -c $config_file $studio_exe -c $config_file

View file

@ -78,7 +78,7 @@ DB_PASSWORD = @DB_PASSWORD@
AUDIO_OUT = "@AUDIO_OUT@" AUDIO_OUT = "@AUDIO_OUT@"
AUDIO_CUE = "@AUDIO_CUE@" AUDIO_CUE = "@AUDIO_CUE@"
PHP_URL_PREFIX=livesupport PHP_URL_PREFIX=campcaster
ALIB_XML_RPC_PREFIX=xmlrpc/xrLocStor.php ALIB_XML_RPC_PREFIX=xmlrpc/xrLocStor.php
SCHEDULER_XML_RPC_PREFIX=RC2 SCHEDULER_XML_RPC_PREFIX=RC2
SCHEDULER_DAEMON_COMMAND="sudo ${USR_BIN_DIR}/scheduler.sh" SCHEDULER_DAEMON_COMMAND="sudo ${USR_BIN_DIR}/scheduler.sh"
@ -191,9 +191,9 @@ TEST_RESULTS = ${DOC_DIR}/testResults.xml
# the text result XSLT has to be relative to the test result file, e.g. TMP_DIR # the text result XSLT has to be relative to the test result file, e.g. TMP_DIR
TEST_XSLT = ../etc/testResultToHtml.xsl TEST_XSLT = ../etc/testResultToHtml.xsl
G_LIVESUPPORT_EXE = ${TMP_DIR}/gLiveSupport G_LIVESUPPORT_EXE = ${TMP_DIR}/campcaster-studio
G_LIVESUPPORT_SH = ${BIN_DIR}/gLiveSupport_devenv.sh G_LIVESUPPORT_SH = ${BIN_DIR}/campcaster-studio_devenv.sh
G_LIVESUPPORT_CFG = ${ETC_DIR}/gLiveSupport.xml G_LIVESUPPORT_CFG = ${ETC_DIR}/campcaster-studio.xml
TEST_RUNNER = ${TMP_DIR}/testRunner TEST_RUNNER = ${TMP_DIR}/testRunner
DOXYGEN_CONFIG = ${ETC_DIR}/doxygen.config DOXYGEN_CONFIG = ${ETC_DIR}/doxygen.config
@ -351,7 +351,7 @@ install: all
${MKDIR} ${USR_ETC_DIR} ${MKDIR} ${USR_ETC_DIR}
${MKDIR} ${USR_VAR_DIR}/LiveSupport ${MKDIR} ${USR_VAR_DIR}/LiveSupport
${CP} ${TMP_DIR}/*.res ${USR_VAR_DIR}/LiveSupport ${CP} ${TMP_DIR}/*.res ${USR_VAR_DIR}/LiveSupport
${CP} ${VAR_DIR}/livesupport.png \ ${CP} ${VAR_DIR}/campcaster.png \
${VAR_DIR}/stationLogo.png \ ${VAR_DIR}/stationLogo.png \
${VAR_DIR}/icon*.png \ ${VAR_DIR}/icon*.png \
${VAR_DIR}/testAudio.ogg \ ${VAR_DIR}/testAudio.ogg \

View file

@ -14,6 +14,6 @@
<authenticationClientFactory> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication> </webAuthentication>
</authenticationClientFactory> </authenticationClientFactory>

View file

@ -119,7 +119,7 @@
]> ]>
<gLiveSupport> <gLiveSupport>
<resourceBundle path = "./tmp/gLiveSupport" <resourceBundle path = "./tmp/campcaster-studio"
locale = "en" locale = "en"
/> />
@ -138,14 +138,14 @@
<authenticationClientFactory> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication> </webAuthentication>
</authenticationClientFactory> </authenticationClientFactory>
<storageClientFactory> <storageClientFactory>
<webStorage tempFiles="file:///tmp/webStorageClient" > <webStorage tempFiles="file:///tmp/webStorageClient" >
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webStorage> </webStorage>
</storageClientFactory> </storageClientFactory>

View file

@ -119,7 +119,7 @@
]> ]>
<gLiveSupport> <gLiveSupport>
<resourceBundle path = "ls_var_dir/LiveSupport/gLiveSupport" <resourceBundle path = "ls_var_dir/Campcaster/campcaster-studio"
locale = "en" locale = "en"
/> />
@ -133,7 +133,7 @@
<language locale="sr_CS_CYRILLIC" name="Српски"/> <language locale="sr_CS_CYRILLIC" name="Српски"/>
</supportedLanguages> </supportedLanguages>
<widgetFactory path = "ls_var_dir/LiveSupport/Widgets/" /> <widgetFactory path = "ls_var_dir/Campcaster/Widgets/" />
<authenticationClientFactory> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
@ -143,7 +143,7 @@
</authenticationClientFactory> </authenticationClientFactory>
<storageClientFactory> <storageClientFactory>
<webStorage tempFiles="file:///tmp/gLiveSupportStorageClient" > <webStorage tempFiles="file:///tmp/campcasterStorageClient" >
<location server="ls_php_host" port="ls_php_port" <location server="ls_php_host" port="ls_php_port"
path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/> path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/>
</webStorage> </webStorage>
@ -171,16 +171,16 @@
</audioPlayer> </audioPlayer>
</cuePlayer> </cuePlayer>
<stationLogo path = "ls_var_dir/LiveSupport/stationLogo.png" /> <stationLogo path = "ls_var_dir/Campcaster/stationLogo.png" />
<taskbarIcons> <taskbarIcons>
<icon path = "ls_var_dir/LiveSupport/icon16.png" /> <icon path = "ls_var_dir/Campcaster/icon16.png" />
<icon path = "ls_var_dir/LiveSupport/icon22.png" /> <icon path = "ls_var_dir/Campcaster/icon22.png" />
<icon path = "ls_var_dir/LiveSupport/icon32.png" /> <icon path = "ls_var_dir/Campcaster/icon32.png" />
<icon path = "ls_var_dir/LiveSupport/icon48.png" /> <icon path = "ls_var_dir/Campcaster/icon48.png" />
</taskbarIcons> </taskbarIcons>
<testAudioUrl path = "file://ls_var_dir/LiveSupport/testAudio.ogg" /> <testAudioUrl path = "file://ls_var_dir/Campcaster/testAudio.ogg" />
<metadataTypeContainer> <metadataTypeContainer>
<metadataType dcName = "dc:title" <metadataType dcName = "dc:title"

View file

@ -119,7 +119,7 @@
]> ]>
<gLiveSupport> <gLiveSupport>
<resourceBundle path = "./tmp/gLiveSupport" <resourceBundle path = "./tmp/campcaster-studio"
locale = "en" locale = "en"
/> />

View file

@ -32,7 +32,7 @@ dnl This is due to the fact that configure spreads a lot of trash around,
dnl like atom4te cache directories, config.* files, etc. into the directory dnl like atom4te cache directories, config.* files, etc. into the directory
dnl it is being run from. We clearly don't want these in our base directory. dnl it is being run from. We clearly don't want these in our base directory.
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_INIT(gLiveSupport, 1.1, bugs@campware.org) AC_INIT(Campcaster-Studio, 1.1, bugs@campware.org)
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL]) AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
AC_REVISION($Revision$) AC_REVISION($Revision$)
@ -187,14 +187,14 @@ AC_MSG_RESULT([using database server: ${DB_SERVER}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl get the name of the LiveSupport database dnl get the name of the Campcaster database
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(DATABASE) AC_SUBST(DATABASE)
AC_ARG_WITH([database], AC_ARG_WITH([database],
AC_HELP_STRING([--with-database], AC_HELP_STRING([--with-database],
[the name of the postgresql database to use (LiveSupport)]), [the name of the postgresql database to use (Campcaster)]),
[DATABASE=${withval}], [DATABASE=LiveSupport]) [DATABASE=${withval}], [DATABASE=Campcaster])
AC_MSG_RESULT([using database: ${DATABASE}]) AC_MSG_RESULT([using database: ${DATABASE}])
@ -206,8 +206,8 @@ AC_SUBST(DB_USER)
AC_ARG_WITH([database-user], AC_ARG_WITH([database-user],
AC_HELP_STRING([--with-database-user], AC_HELP_STRING([--with-database-user],
[use the specified database server user (livesupport)]), [use the specified database server user (campcaster)]),
[DB_USER=${withval}], [DB_USER=livesupport]) [DB_USER=${withval}], [DB_USER=campcaster])
AC_MSG_RESULT([using database server user: ${DB_USER}]) AC_MSG_RESULT([using database server user: ${DB_USER}])
@ -219,8 +219,8 @@ AC_SUBST(DB_PASSWORD)
AC_ARG_WITH([database-password], AC_ARG_WITH([database-password],
AC_HELP_STRING([--with-database-password], AC_HELP_STRING([--with-database-password],
[use the specified database server user password (livesupport)]), [use the specified database server user password (campcaster)]),
[DB_PASSWORD=${withval}], [DB_PASSWORD=livesupport]) [DB_PASSWORD=${withval}], [DB_PASSWORD=campcaster])
AC_MSG_RESULT([using database server user password: ${DB_PASSWORD}]) AC_MSG_RESULT([using database server user password: ${DB_PASSWORD}])

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -15,6 +15,6 @@
<storageClientFactory> <storageClientFactory>
<webStorage tempFiles="file:///tmp/webStorageClient" > <webStorage tempFiles="file:///tmp/webStorageClient" >
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webStorage> </webStorage>
</storageClientFactory> </storageClientFactory>

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -79,14 +79,14 @@ namespace {
* The name of the generic configuration file for the GLiveSupport object. * The name of the generic configuration file for the GLiveSupport object.
*/ */
const std::string gLiveSupportEtcConfigFileName const std::string gLiveSupportEtcConfigFileName
= "etc/gLiveSupport.xml"; = "etc/campcaster-studio.xml";
/** /**
* The name of the user-specific configuration file for the * The name of the user-specific configuration file for the
* GLiveSupport object, relative to the user's home directory. * GLiveSupport object, relative to the user's home directory.
*/ */
const std::string gLiveSupportUserConfigFileName const std::string gLiveSupportUserConfigFileName
= "/.livesupport/gLiveSupport.xml"; = "/.campcaster/campcaster-studio.xml";
/** /**
* The login name. * The login name.

View file

@ -54,8 +54,8 @@ else
echo "Can't find testRunner executable."; echo "Can't find testRunner executable.";
fi fi
if [ -f ~/.livesupport/scheduler.xml ]; then if [ -f ~/.campcaster/scheduler.xml ]; then
config_file=~/.livesupport/scheduler.xml config_file=~/.campcaster/scheduler.xml
elif [ -f $etcdir/scheduler.xml ]; then elif [ -f $etcdir/scheduler.xml ]; then
config_file=$etcdir/scheduler.xml config_file=$etcdir/scheduler.xml
else else

View file

@ -26,8 +26,8 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# System V runlevel style invoke script for the LiveSupport Scheduler # System V runlevel style invoke script for the Campcaster Scheduler
# This script is only used in the LiveSupport development environment # This script is only used in the Campcaster development environment
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -57,8 +57,8 @@ else
echo "Can't find scheduler executable."; echo "Can't find scheduler executable.";
fi fi
if [ -f ~/.livesupport/scheduler.xml ]; then if [ -f ~/.campcaster/scheduler.xml ]; then
config_file=~/.livesupport/scheduler.xml config_file=~/.campcaster/scheduler.xml
elif [ -f $etcdir/scheduler.xml ]; then elif [ -f $etcdir/scheduler.xml ]; then
config_file=$etcdir/scheduler.xml config_file=$etcdir/scheduler.xml
else else
@ -76,56 +76,56 @@ 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
;; ;;
'run') 'run')
echo "Running the LiveSupport scheduler..." echo "Running the Campcaster scheduler..."
$scheduler_exe -c $config_file --debug start $scheduler_exe -c $config_file --debug 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|run|stop|restart|status|install|uninstall|kill" echo " $0 start|run|stop|restart|status|install|uninstall|kill"

View file

@ -75,7 +75,7 @@ DB_USER = @DB_USER@
DB_PASSWORD = @DB_PASSWORD@ DB_PASSWORD = @DB_PASSWORD@
AUDIO_OUT = "@AUDIO_OUT@" AUDIO_OUT = "@AUDIO_OUT@"
PHP_URL_PREFIX=livesupport PHP_URL_PREFIX=campcaster
ALIB_XML_RPC_PREFIX=xmlrpc/xrLocStor.php ALIB_XML_RPC_PREFIX=xmlrpc/xrLocStor.php
POSTGRES_USER=postgres POSTGRES_USER=postgres

View file

@ -135,18 +135,18 @@ fi
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl specify wether the LiveSupport database and user should be created dnl specify wether the Campcaster database and user should be created
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(CREATE_LS_DATABASE) AC_SUBST(CREATE_LS_DATABASE)
AC_ARG_WITH([create-database], AC_ARG_WITH([create-database],
AC_HELP_STRING([--with-create-database], AC_HELP_STRING([--with-create-database],
[specify wether the LiveSupport database and database user [specify wether the Campcaster database and database user
should be created (no)]), should be created (no)]),
[CREATE_LS_DATABASE=${withval}], [CREATE_LS_DATABASE=${withval}],
[CREATE_LS_DATABASE=no]) [CREATE_LS_DATABASE=no])
AC_MSG_RESULT([creating LiveSupport database: ${CREATE_LS_DATABASE}]) AC_MSG_RESULT([creating Campcaster database: ${CREATE_LS_DATABASE}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
@ -156,7 +156,7 @@ AC_SUBST(CREATE_ODBC_DATA_SOURCE)
AC_ARG_WITH([create-odbc-data-source], AC_ARG_WITH([create-odbc-data-source],
AC_HELP_STRING([--with-create-odbc-data-source], AC_HELP_STRING([--with-create-odbc-data-source],
[specify wether the ODBC data source for LiveSupport should be [specify wether the ODBC data source for Campcaster should be
created (no)]), created (no)]),
[CREATE_ODBC_DATA_SOURCE=${withval}], [CREATE_ODBC_DATA_SOURCE=${withval}],
[CREATE_ODBC_DATA_SOURCE=no]) [CREATE_ODBC_DATA_SOURCE=no])
@ -165,18 +165,18 @@ AC_MSG_RESULT([creating ODBC data source: ${CREATE_ODBC_DATA_SOURCE}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl specify wether the LiveSupport database tables should be initialized dnl specify wether the Campcaster database tables should be initialized
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(INIT_LS_DATABASE) AC_SUBST(INIT_LS_DATABASE)
AC_ARG_WITH([init-database], AC_ARG_WITH([init-database],
AC_HELP_STRING([--with-init-database], AC_HELP_STRING([--with-init-database],
[specify wether the LiveSupport database tables should be [specify wether the Campcaster database tables should be
initialized (no)]), initialized (no)]),
[INIT_LS_DATABASE=${withval}], [INIT_LS_DATABASE=${withval}],
[INIT_LS_DATABASE=no]) [INIT_LS_DATABASE=no])
AC_MSG_RESULT([initializing LiveSupport database: ${INIT_LS_DATABASE}]) AC_MSG_RESULT([initializing Campcaster database: ${INIT_LS_DATABASE}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
@ -232,14 +232,14 @@ AC_MSG_RESULT([using database server: ${DB_SERVER}])
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
dnl get the name of the LiveSupport database dnl get the name of the Campcaster database
dnl----------------------------------------------------------------------------- dnl-----------------------------------------------------------------------------
AC_SUBST(DATABASE) AC_SUBST(DATABASE)
AC_ARG_WITH([database], AC_ARG_WITH([database],
AC_HELP_STRING([--with-database], AC_HELP_STRING([--with-database],
[the name of the postgresql database to use (LiveSupport)]), [the name of the postgresql database to use (Campcaster)]),
[DATABASE=${withval}], [DATABASE=LiveSupport]) [DATABASE=${withval}], [DATABASE=Campcaster])
AC_MSG_RESULT([using database: ${DATABASE}]) AC_MSG_RESULT([using database: ${DATABASE}])
@ -251,8 +251,8 @@ AC_SUBST(DB_USER)
AC_ARG_WITH([database-user], AC_ARG_WITH([database-user],
AC_HELP_STRING([--with-database-user], AC_HELP_STRING([--with-database-user],
[use the specified database server user (livesupport)]), [use the specified database server user (campcaster)]),
[DB_USER=${withval}], [DB_USER=livesupport]) [DB_USER=${withval}], [DB_USER=campcaster])
AC_MSG_RESULT([using database server user: ${DB_USER}]) AC_MSG_RESULT([using database server user: ${DB_USER}])
@ -264,8 +264,8 @@ AC_SUBST(DB_PASSWORD)
AC_ARG_WITH([database-password], AC_ARG_WITH([database-password],
AC_HELP_STRING([--with-database-password], AC_HELP_STRING([--with-database-password],
[use the specified database server user password (livesupport)]), [use the specified database server user password (campcaster)]),
[DB_PASSWORD=${withval}], [DB_PASSWORD=livesupport]) [DB_PASSWORD=${withval}], [DB_PASSWORD=campcaster])
AC_MSG_RESULT([using database server user password: ${DB_PASSWORD}]) AC_MSG_RESULT([using database server user password: ${DB_PASSWORD}])
@ -297,9 +297,9 @@ AC_MSG_NOTICE(
database user: ${DB_USER} database user: ${DB_USER}
database user password: ${DB_PASSWORD} database user password: ${DB_PASSWORD}
audio output device: ${AUDIO_OUT} audio output device: ${AUDIO_OUT}
creating LiveSupport database: ${CREATE_LS_DATABASE} creating Campcaster database: ${CREATE_LS_DATABASE}
creating ODBC data source: ${CREATE_ODBC_DATA_SOURCE} creating ODBC data source: ${CREATE_ODBC_DATA_SOURCE}
initialize LiveSupport database: ${INIT_LS_DATABASE} initialize Campcaster database: ${INIT_LS_DATABASE}
]) ])

View file

@ -9,7 +9,7 @@
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED > <!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
]> ]>
<connectionManagerFactory> <connectionManagerFactory>
<simpleConnectionManager dsn = "LiveSupport-test" <simpleConnectionManager dsn = "Campcaster-test"
userName = "test" userName = "test"
password = "test" password = "test"
/> />

View file

@ -44,7 +44,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = LiveSupport PROJECT_NAME = Campcaster
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View file

@ -83,7 +83,7 @@
<user login="root" password="q" /> <user login="root" password="q" />
<connectionManagerFactory> <connectionManagerFactory>
<simpleConnectionManager dsn = "LiveSupport-test" <simpleConnectionManager dsn = "Campcaster-test"
userName = "test" userName = "test"
password = "test" password = "test"
/> />

View file

@ -86,7 +86,7 @@
<user login="root" password="q" /> <user login="root" password="q" />
<connectionManagerFactory> <connectionManagerFactory>
<simpleConnectionManager dsn = "LiveSupport-test" <simpleConnectionManager dsn = "Campcaster-test"
userName = "test" userName = "test"
password = "test" password = "test"
/> />
@ -95,14 +95,14 @@
<authenticationClientFactory> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication> </webAuthentication>
</authenticationClientFactory> </authenticationClientFactory>
<storageClientFactory> <storageClientFactory>
<webStorage tempFiles="file:///tmp/webStorageClient" > <webStorage tempFiles="file:///tmp/webStorageClient" >
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webStorage> </webStorage>
</storageClientFactory> </storageClientFactory>

View file

@ -5,12 +5,12 @@
<xsl:template match="/"> <xsl:template match="/">
<html> <html>
<head> <head>
<title>LiveSupport unit test results</title> <title>Campcaster unit test results</title>
</head> </head>
<body> <body>
<h1>Preface</h1> <h1>Preface</h1>
This document is part of the This document is part of the
<a href="http://livesupport.campware.org/">LiveSupport</a> <a href="http://campcaster.campware.org/">Campcaster</a>
project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media project, Copyright &#169; 2004 <a href="http://www.mdlf.org/">Media
Development Loan Fund</a>, under the GNU Development Loan Fund</a>, under the GNU
<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
@ -18,7 +18,7 @@ Development Loan Fund</a>, under the GNU
This is an automatically generated document. This is an automatically generated document.
<h1>Scope</h1> <h1>Scope</h1>
This document contains the generated unit test results for the This document contains the generated unit test results for the
<a href="http://livesupport.campware.org/">LiveSupport</a> project. <a href="http://campcaster.campware.org/">Campcaster</a> project.
<h1>Summary</h1> <h1>Summary</h1>
<xsl:for-each select="//Statistics"> <xsl:for-each select="//Statistics">
<table> <table>

View file

@ -14,6 +14,6 @@
<authenticationClientFactory> <authenticationClientFactory>
<webAuthentication> <webAuthentication>
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webAuthentication> </webAuthentication>
</authenticationClientFactory> </authenticationClientFactory>

View file

@ -15,6 +15,6 @@
<storageClientFactory> <storageClientFactory>
<webStorage tempFiles="file:///tmp/webStorageClient" > <webStorage tempFiles="file:///tmp/webStorageClient" >
<location server="localhost" port="80" <location server="localhost" port="80"
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" /> path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
</webStorage> </webStorage>
</storageClientFactory> </storageClientFactory>