more search-and-replace
This commit is contained in:
parent
8d5bc9f865
commit
10e551f1da
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# postrm script for livesupport
|
||||
# postrm script for campcaster
|
||||
#
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
|
@ -17,14 +17,14 @@ set -e
|
|||
# for details, see http://www.debian.org/doc/debian-policy/ or
|
||||
# the debian-policy package
|
||||
|
||||
installdir=/opt/livesupport
|
||||
installdir=/opt/campcaster
|
||||
apache_docroot=/var/www
|
||||
|
||||
postgres_user=postgres
|
||||
|
||||
ls_dbserver=localhost
|
||||
ls_database=LiveSupport
|
||||
ls_dbuser=livesupport
|
||||
ls_database=Campcaster
|
||||
ls_dbuser=campcaster
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -47,18 +47,18 @@ check_exe() {
|
|||
case "$1" in
|
||||
remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
|
||||
# remove the init script
|
||||
rm -f /etc/init.d/livesupport-station
|
||||
update-rc.d livesupport-station remove
|
||||
rm -f /etc/init.d/campcaster-station
|
||||
update-rc.d campcaster-station remove
|
||||
|
||||
# remove the symlink to the livesupport web pages
|
||||
rm -f $apache_docroot/livesupport
|
||||
# remove the symlink to the campcaster web pages
|
||||
rm -f $apache_docroot/campcaster
|
||||
|
||||
# restore the old pg_hba.conf file
|
||||
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 \
|
||||
/etc/postgresql/pg_hba.conf.livesupport ;
|
||||
mv -f /etc/postgresql/pg_hba.conf.before-livesupport \
|
||||
/etc/postgresql/pg_hba.conf.campcaster ;
|
||||
mv -f /etc/postgresql/pg_hba.conf.before-campcaster \
|
||||
/etc/postgresql/pg_hba.conf ;
|
||||
fi
|
||||
;;
|
||||
|
@ -75,14 +75,14 @@ case "$1" in
|
|||
rm -rf $installdir/etc/scheduler.xml
|
||||
rm -rf $installdir/etc/gst-registry.xml
|
||||
rm -rf $installdir/etc/pear.conf
|
||||
rm -rf $installdir/var/LiveSupport/htmlUI/var/html/img/*
|
||||
rm -rf $installdir/var/LiveSupport/htmlUI/var/templates_c/*
|
||||
rm -rf $installdir/var/LiveSupport/storageServer/var/stor/*
|
||||
rm -rf $installdir/var/LiveSupport/storageServer/var/access/*
|
||||
rm -rf $installdir/var/LiveSupport/storageServer/var/trans/*
|
||||
rm -rf $installdir/var/LiveSupport/archiveServer/var/stor/*
|
||||
rm -rf $installdir/var/LiveSupport/archiveServer/var/access/*
|
||||
rm -rf $installdir/var/LiveSupport/archiveServer/var/trans/*
|
||||
rm -rf $installdir/var/Campcaster/htmlUI/var/html/img/*
|
||||
rm -rf $installdir/var/Campcaster/htmlUI/var/templates_c/*
|
||||
rm -rf $installdir/var/Campcaster/storageServer/var/stor/*
|
||||
rm -rf $installdir/var/Campcaster/storageServer/var/access/*
|
||||
rm -rf $installdir/var/Campcaster/storageServer/var/trans/*
|
||||
rm -rf $installdir/var/Campcaster/archiveServer/var/stor/*
|
||||
rm -rf $installdir/var/Campcaster/archiveServer/var/access/*
|
||||
rm -rf $installdir/var/Campcaster/archiveServer/var/trans/*
|
||||
|
||||
|
||||
echo "Removing ODBC data source and driver...";
|
||||
|
@ -90,7 +90,7 @@ case "$1" in
|
|||
# kill active connections to LiveSuport database
|
||||
/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;
|
||||
|
||||
echo "De-registering ODBC PostgreSQL driver...";
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
]>
|
||||
<webAuthentication>
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webAuthentication>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<audioClip id="0000000000000001"
|
||||
playlength="00:18:30.000000" uri="file:var/test1.mp3">
|
||||
<metadata
|
||||
xmlns="http://mdlf.org/livesupport/elements/1.0/"
|
||||
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
|
||||
xmlns="http://mdlf.org/campcaster/elements/1.0/"
|
||||
xmlns:ls="http://mdlf.org/campcaster/elements/1.0/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -61,7 +61,7 @@ namespace Core {
|
|||
* A base class for the test methods.
|
||||
* Subclass this class for the methods that use configuration files.
|
||||
* This class gives helpers to access the configuration files
|
||||
* from various locations (~/.livesupport, ./etc)
|
||||
* from various locations (~/.campcaster, ./etc)
|
||||
*
|
||||
* @author $Author$
|
||||
* @version $Revision$
|
||||
|
|
|
@ -106,11 +106,11 @@ BaseTestMethod :: getConfigFile(const std::string configFileName)
|
|||
std::string fileName;
|
||||
std::ifstream file;
|
||||
|
||||
// first, try with ~/.livesupport/configFileName
|
||||
// first, try with ~/.campcaster/configFileName
|
||||
struct passwd * pwd = getpwuid(getuid());
|
||||
if (pwd) {
|
||||
fileName += pwd->pw_dir;
|
||||
fileName += "/.livesupport/" + configFileName;
|
||||
fileName += "/.campcaster/" + configFileName;
|
||||
file.open(fileName.c_str());
|
||||
if (file.good()) {
|
||||
file.close();
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
|
||||
]>
|
||||
<connectionManagerFactory>
|
||||
<simpleConnectionManager dsn = "LiveSupport-test"
|
||||
<simpleConnectionManager dsn = "Campcaster-test"
|
||||
userName = "test"
|
||||
password = "test"
|
||||
/>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!ATTLIST simpleConnectionManager userName CDATA #REQUIRED >
|
||||
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
|
||||
]>
|
||||
<simpleConnectionManager dsn = "LiveSupport-test"
|
||||
<simpleConnectionManager dsn = "Campcaster-test"
|
||||
userName = "test"
|
||||
password = "test"
|
||||
/>
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -5,7 +5,7 @@ define('ACTION_BASE', '/actions' ) ;
|
|||
/**
|
||||
* uiHandler class
|
||||
*
|
||||
* LiveSupport HTML User Interface module
|
||||
* Campcaster HTML User Interface module
|
||||
*/
|
||||
class uiHandler extends uiBase {
|
||||
# var $redirUrl;
|
||||
|
@ -131,7 +131,7 @@ class uiHandler extends uiBase {
|
|||
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;
|
||||
move_uploaded_file($formdata['mediafile']['tmp_name'], $ntmp);
|
||||
chmod($ntmp, 0664);
|
||||
|
@ -586,4 +586,4 @@ class uiHandler extends uiBase {
|
|||
} // fn changeStationPrefs
|
||||
|
||||
} // class uiHandler
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webAuthentication>
|
||||
</authenticationClientFactory>
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
]>
|
||||
<webStorage tempFiles="file:///tmp/webStorageClient" >
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webStorage>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -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-*"`
|
||||
|
||||
export LD_LIBRARY_PATH=$libdir:$LD_LIBRARY_PATH
|
||||
gLiveSupport_exe=$bindir/gLiveSupport
|
||||
studio_exe=$bindir/campcaster-studio
|
||||
|
||||
if [ -f ~/.livesupport/gLiveSupport.xml ]; then
|
||||
config_file=~/.livesupport/gLiveSupport.xml
|
||||
elif [ -f $etcdir/gLiveSupport.xml ]; then
|
||||
config_file=$etcdir/gLiveSupport.xml
|
||||
if [ -f ~/.campcaster/campcaster-studio.xml ]; then
|
||||
config_file=~/.campcaster/campcaster-studio.xml
|
||||
elif [ -f $etcdir/campcaster-studio.xml ]; then
|
||||
config_file=$etcdir/campcaster-studio.xml
|
||||
else
|
||||
echo "Can't find configuration file.";
|
||||
fi
|
||||
|
||||
$gLiveSupport_exe --version
|
||||
$studio_exe --version
|
||||
|
||||
echo "using configuration file: $config_file";
|
||||
|
||||
$gLiveSupport_exe -c $config_file
|
||||
$studio_exe -c $config_file
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# System V runlevel style invoke script for the LiveSupport Scheduler
|
||||
# This script is only used in the LiveSupport development environment
|
||||
# Invoke script for Campcaster Studio.
|
||||
# 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
|
||||
|
||||
if [ -x $tmpdir/gLiveSupport ]; then
|
||||
gLiveSupport_exe=$tmpdir/gLiveSupport
|
||||
if [ -x $tmpdir/campcaster-studio ]; then
|
||||
studio_exe=$tmpdir/campcaster-studio
|
||||
else
|
||||
echo "Can't find scheduler executable.";
|
||||
fi
|
||||
|
||||
if [ -f ~/.livesupport/gLiveSupport.xml ]; then
|
||||
config_file=~/.livesupport/gLiveSupport.xml
|
||||
elif [ -f $etcdir/gLiveSupport.xml ]; then
|
||||
config_file=$etcdir/gLiveSupport.xml
|
||||
if [ -f ~/.campcaster/campcaster-studio.xml ]; then
|
||||
config_file=~/.campcaster/campcaster-studio.xml
|
||||
elif [ -f $etcdir/campcaster-studio.xml ]; then
|
||||
config_file=$etcdir/campcaster-studio.xml
|
||||
else
|
||||
echo "Can't find configuration file.";
|
||||
fi
|
||||
|
||||
mode=$1
|
||||
$studio_exe --version
|
||||
|
||||
echo "using configuration file: $config_file";
|
||||
|
||||
$gLiveSupport_exe -c $config_file
|
||||
$studio_exe -c $config_file
|
||||
|
|
|
@ -78,7 +78,7 @@ DB_PASSWORD = @DB_PASSWORD@
|
|||
AUDIO_OUT = "@AUDIO_OUT@"
|
||||
AUDIO_CUE = "@AUDIO_CUE@"
|
||||
|
||||
PHP_URL_PREFIX=livesupport
|
||||
PHP_URL_PREFIX=campcaster
|
||||
ALIB_XML_RPC_PREFIX=xmlrpc/xrLocStor.php
|
||||
SCHEDULER_XML_RPC_PREFIX=RC2
|
||||
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
|
||||
TEST_XSLT = ../etc/testResultToHtml.xsl
|
||||
|
||||
G_LIVESUPPORT_EXE = ${TMP_DIR}/gLiveSupport
|
||||
G_LIVESUPPORT_SH = ${BIN_DIR}/gLiveSupport_devenv.sh
|
||||
G_LIVESUPPORT_CFG = ${ETC_DIR}/gLiveSupport.xml
|
||||
G_LIVESUPPORT_EXE = ${TMP_DIR}/campcaster-studio
|
||||
G_LIVESUPPORT_SH = ${BIN_DIR}/campcaster-studio_devenv.sh
|
||||
G_LIVESUPPORT_CFG = ${ETC_DIR}/campcaster-studio.xml
|
||||
TEST_RUNNER = ${TMP_DIR}/testRunner
|
||||
|
||||
DOXYGEN_CONFIG = ${ETC_DIR}/doxygen.config
|
||||
|
@ -351,7 +351,7 @@ install: all
|
|||
${MKDIR} ${USR_ETC_DIR}
|
||||
${MKDIR} ${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}/icon*.png \
|
||||
${VAR_DIR}/testAudio.ogg \
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webAuthentication>
|
||||
</authenticationClientFactory>
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
]>
|
||||
|
||||
<gLiveSupport>
|
||||
<resourceBundle path = "./tmp/gLiveSupport"
|
||||
<resourceBundle path = "./tmp/campcaster-studio"
|
||||
locale = "en"
|
||||
/>
|
||||
|
||||
|
@ -138,14 +138,14 @@
|
|||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webAuthentication>
|
||||
</authenticationClientFactory>
|
||||
|
||||
<storageClientFactory>
|
||||
<webStorage tempFiles="file:///tmp/webStorageClient" >
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webStorage>
|
||||
</storageClientFactory>
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
]>
|
||||
|
||||
<gLiveSupport>
|
||||
<resourceBundle path = "ls_var_dir/LiveSupport/gLiveSupport"
|
||||
<resourceBundle path = "ls_var_dir/Campcaster/campcaster-studio"
|
||||
locale = "en"
|
||||
/>
|
||||
|
||||
|
@ -133,7 +133,7 @@
|
|||
<language locale="sr_CS_CYRILLIC" name="Српски"/>
|
||||
</supportedLanguages>
|
||||
|
||||
<widgetFactory path = "ls_var_dir/LiveSupport/Widgets/" />
|
||||
<widgetFactory path = "ls_var_dir/Campcaster/Widgets/" />
|
||||
|
||||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
|
@ -143,7 +143,7 @@
|
|||
</authenticationClientFactory>
|
||||
|
||||
<storageClientFactory>
|
||||
<webStorage tempFiles="file:///tmp/gLiveSupportStorageClient" >
|
||||
<webStorage tempFiles="file:///tmp/campcasterStorageClient" >
|
||||
<location server="ls_php_host" port="ls_php_port"
|
||||
path="/ls_php_urlPrefix/storageServer/var/ls_alib_xmlRpcPrefix"/>
|
||||
</webStorage>
|
||||
|
@ -171,16 +171,16 @@
|
|||
</audioPlayer>
|
||||
</cuePlayer>
|
||||
|
||||
<stationLogo path = "ls_var_dir/LiveSupport/stationLogo.png" />
|
||||
<stationLogo path = "ls_var_dir/Campcaster/stationLogo.png" />
|
||||
|
||||
<taskbarIcons>
|
||||
<icon path = "ls_var_dir/LiveSupport/icon16.png" />
|
||||
<icon path = "ls_var_dir/LiveSupport/icon22.png" />
|
||||
<icon path = "ls_var_dir/LiveSupport/icon32.png" />
|
||||
<icon path = "ls_var_dir/LiveSupport/icon48.png" />
|
||||
<icon path = "ls_var_dir/Campcaster/icon16.png" />
|
||||
<icon path = "ls_var_dir/Campcaster/icon22.png" />
|
||||
<icon path = "ls_var_dir/Campcaster/icon32.png" />
|
||||
<icon path = "ls_var_dir/Campcaster/icon48.png" />
|
||||
</taskbarIcons>
|
||||
|
||||
<testAudioUrl path = "file://ls_var_dir/LiveSupport/testAudio.ogg" />
|
||||
<testAudioUrl path = "file://ls_var_dir/Campcaster/testAudio.ogg" />
|
||||
|
||||
<metadataTypeContainer>
|
||||
<metadataType dcName = "dc:title"
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
]>
|
||||
|
||||
<gLiveSupport>
|
||||
<resourceBundle path = "./tmp/gLiveSupport"
|
||||
<resourceBundle path = "./tmp/campcaster-studio"
|
||||
locale = "en"
|
||||
/>
|
||||
|
||||
|
|
|
@ -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 it is being run from. We clearly don't want these in our base directory.
|
||||
dnl-----------------------------------------------------------------------------
|
||||
AC_INIT(gLiveSupport, 1.1, bugs@campware.org)
|
||||
AC_INIT(Campcaster-Studio, 1.1, bugs@campware.org)
|
||||
AC_PREREQ(2.59)
|
||||
AC_COPYRIGHT([Copyright (c) 2004 Media Development Loan Fund under the GNU GPL])
|
||||
AC_REVISION($Revision$)
|
||||
|
@ -187,14 +187,14 @@ AC_MSG_RESULT([using database server: ${DB_SERVER}])
|
|||
|
||||
|
||||
dnl-----------------------------------------------------------------------------
|
||||
dnl get the name of the LiveSupport database
|
||||
dnl get the name of the Campcaster database
|
||||
dnl-----------------------------------------------------------------------------
|
||||
AC_SUBST(DATABASE)
|
||||
|
||||
AC_ARG_WITH([database],
|
||||
AC_HELP_STRING([--with-database],
|
||||
[the name of the postgresql database to use (LiveSupport)]),
|
||||
[DATABASE=${withval}], [DATABASE=LiveSupport])
|
||||
[the name of the postgresql database to use (Campcaster)]),
|
||||
[DATABASE=${withval}], [DATABASE=Campcaster])
|
||||
|
||||
AC_MSG_RESULT([using database: ${DATABASE}])
|
||||
|
||||
|
@ -206,8 +206,8 @@ AC_SUBST(DB_USER)
|
|||
|
||||
AC_ARG_WITH([database-user],
|
||||
AC_HELP_STRING([--with-database-user],
|
||||
[use the specified database server user (livesupport)]),
|
||||
[DB_USER=${withval}], [DB_USER=livesupport])
|
||||
[use the specified database server user (campcaster)]),
|
||||
[DB_USER=${withval}], [DB_USER=campcaster])
|
||||
|
||||
AC_MSG_RESULT([using database server user: ${DB_USER}])
|
||||
|
||||
|
@ -219,8 +219,8 @@ AC_SUBST(DB_PASSWORD)
|
|||
|
||||
AC_ARG_WITH([database-password],
|
||||
AC_HELP_STRING([--with-database-password],
|
||||
[use the specified database server user password (livesupport)]),
|
||||
[DB_PASSWORD=${withval}], [DB_PASSWORD=livesupport])
|
||||
[use the specified database server user password (campcaster)]),
|
||||
[DB_PASSWORD=${withval}], [DB_PASSWORD=campcaster])
|
||||
|
||||
AC_MSG_RESULT([using database server user password: ${DB_PASSWORD}])
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<storageClientFactory>
|
||||
<webStorage tempFiles="file:///tmp/webStorageClient" >
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webStorage>
|
||||
</storageClientFactory>
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -79,14 +79,14 @@ namespace {
|
|||
* The name of the generic configuration file for the GLiveSupport object.
|
||||
*/
|
||||
const std::string gLiveSupportEtcConfigFileName
|
||||
= "etc/gLiveSupport.xml";
|
||||
= "etc/campcaster-studio.xml";
|
||||
|
||||
/**
|
||||
* The name of the user-specific configuration file for the
|
||||
* GLiveSupport object, relative to the user's home directory.
|
||||
*/
|
||||
const std::string gLiveSupportUserConfigFileName
|
||||
= "/.livesupport/gLiveSupport.xml";
|
||||
= "/.campcaster/campcaster-studio.xml";
|
||||
|
||||
/**
|
||||
* The login name.
|
||||
|
|
|
@ -54,8 +54,8 @@ else
|
|||
echo "Can't find testRunner executable.";
|
||||
fi
|
||||
|
||||
if [ -f ~/.livesupport/scheduler.xml ]; then
|
||||
config_file=~/.livesupport/scheduler.xml
|
||||
if [ -f ~/.campcaster/scheduler.xml ]; then
|
||||
config_file=~/.campcaster/scheduler.xml
|
||||
elif [ -f $etcdir/scheduler.xml ]; then
|
||||
config_file=$etcdir/scheduler.xml
|
||||
else
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
#-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# System V runlevel style invoke script for the LiveSupport Scheduler
|
||||
# This script is only used in the LiveSupport development environment
|
||||
# System V runlevel style invoke script for the Campcaster Scheduler
|
||||
# This script is only used in the Campcaster development environment
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
@ -57,8 +57,8 @@ else
|
|||
echo "Can't find scheduler executable.";
|
||||
fi
|
||||
|
||||
if [ -f ~/.livesupport/scheduler.xml ]; then
|
||||
config_file=~/.livesupport/scheduler.xml
|
||||
if [ -f ~/.campcaster/scheduler.xml ]; then
|
||||
config_file=~/.campcaster/scheduler.xml
|
||||
elif [ -f $etcdir/scheduler.xml ]; then
|
||||
config_file=$etcdir/scheduler.xml
|
||||
else
|
||||
|
@ -76,56 +76,56 @@ mode=$1
|
|||
#-------------------------------------------------------------------------------
|
||||
case "$mode" in
|
||||
'start')
|
||||
echo "Starting the LiveSupport scheduler..."
|
||||
echo "Starting the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file start
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'run')
|
||||
echo "Running the LiveSupport scheduler..."
|
||||
echo "Running the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file --debug start
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'stop')
|
||||
echo "Stopping the LiveSupport scheduler..."
|
||||
echo "Stopping the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file stop
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'restart')
|
||||
echo "Stopping the LiveSupport scheduler..."
|
||||
echo "Stopping the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file stop
|
||||
sleep 2
|
||||
echo "Starting the LiveSupport scheduler..."
|
||||
echo "Starting the Campcaster scheduler..."
|
||||
$scheduler_exe -c $config_file start
|
||||
sleep 2
|
||||
;;
|
||||
|
||||
'status')
|
||||
echo "Checking LiveSupport scheduler status..."
|
||||
echo "Checking Campcaster scheduler status..."
|
||||
$scheduler_exe -c $config_file status
|
||||
;;
|
||||
|
||||
'install')
|
||||
echo "Installing LiveSupport scheduler database tables..."
|
||||
echo "Installing Campcaster scheduler database tables..."
|
||||
$scheduler_exe -c $config_file install
|
||||
;;
|
||||
|
||||
'uninstall')
|
||||
echo "Uninstalling LiveSupport scheduler database tables..."
|
||||
echo "Uninstalling Campcaster scheduler database tables..."
|
||||
$scheduler_exe -c $config_file uninstall
|
||||
;;
|
||||
|
||||
'kill')
|
||||
echo "Killing all LiveSupport scheduler processes..."
|
||||
echo "Killing all Campcaster scheduler processes..."
|
||||
killall scheduler
|
||||
sleep 2
|
||||
killall -9 scheduler
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "LiveSupport scheduler System V runlevel init script."
|
||||
echo "Campcaster scheduler System V runlevel init script."
|
||||
echo ""
|
||||
echo "Usage:"
|
||||
echo " $0 start|run|stop|restart|status|install|uninstall|kill"
|
||||
|
|
|
@ -75,7 +75,7 @@ DB_USER = @DB_USER@
|
|||
DB_PASSWORD = @DB_PASSWORD@
|
||||
AUDIO_OUT = "@AUDIO_OUT@"
|
||||
|
||||
PHP_URL_PREFIX=livesupport
|
||||
PHP_URL_PREFIX=campcaster
|
||||
ALIB_XML_RPC_PREFIX=xmlrpc/xrLocStor.php
|
||||
POSTGRES_USER=postgres
|
||||
|
||||
|
|
|
@ -135,18 +135,18 @@ fi
|
|||
|
||||
|
||||
dnl-----------------------------------------------------------------------------
|
||||
dnl specify wether the LiveSupport database and user should be created
|
||||
dnl specify wether the Campcaster database and user should be created
|
||||
dnl-----------------------------------------------------------------------------
|
||||
AC_SUBST(CREATE_LS_DATABASE)
|
||||
|
||||
AC_ARG_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)]),
|
||||
[CREATE_LS_DATABASE=${withval}],
|
||||
[CREATE_LS_DATABASE=no])
|
||||
|
||||
AC_MSG_RESULT([creating LiveSupport database: ${CREATE_LS_DATABASE}])
|
||||
AC_MSG_RESULT([creating Campcaster database: ${CREATE_LS_DATABASE}])
|
||||
|
||||
|
||||
dnl-----------------------------------------------------------------------------
|
||||
|
@ -156,7 +156,7 @@ AC_SUBST(CREATE_ODBC_DATA_SOURCE)
|
|||
|
||||
AC_ARG_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)]),
|
||||
[CREATE_ODBC_DATA_SOURCE=${withval}],
|
||||
[CREATE_ODBC_DATA_SOURCE=no])
|
||||
|
@ -165,18 +165,18 @@ AC_MSG_RESULT([creating ODBC data source: ${CREATE_ODBC_DATA_SOURCE}])
|
|||
|
||||
|
||||
dnl-----------------------------------------------------------------------------
|
||||
dnl specify wether the LiveSupport database tables should be initialized
|
||||
dnl specify wether the Campcaster database tables should be initialized
|
||||
dnl-----------------------------------------------------------------------------
|
||||
AC_SUBST(INIT_LS_DATABASE)
|
||||
|
||||
AC_ARG_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)]),
|
||||
[INIT_LS_DATABASE=${withval}],
|
||||
[INIT_LS_DATABASE=no])
|
||||
|
||||
AC_MSG_RESULT([initializing LiveSupport database: ${INIT_LS_DATABASE}])
|
||||
AC_MSG_RESULT([initializing Campcaster database: ${INIT_LS_DATABASE}])
|
||||
|
||||
|
||||
dnl-----------------------------------------------------------------------------
|
||||
|
@ -232,14 +232,14 @@ AC_MSG_RESULT([using database server: ${DB_SERVER}])
|
|||
|
||||
|
||||
dnl-----------------------------------------------------------------------------
|
||||
dnl get the name of the LiveSupport database
|
||||
dnl get the name of the Campcaster database
|
||||
dnl-----------------------------------------------------------------------------
|
||||
AC_SUBST(DATABASE)
|
||||
|
||||
AC_ARG_WITH([database],
|
||||
AC_HELP_STRING([--with-database],
|
||||
[the name of the postgresql database to use (LiveSupport)]),
|
||||
[DATABASE=${withval}], [DATABASE=LiveSupport])
|
||||
[the name of the postgresql database to use (Campcaster)]),
|
||||
[DATABASE=${withval}], [DATABASE=Campcaster])
|
||||
|
||||
AC_MSG_RESULT([using database: ${DATABASE}])
|
||||
|
||||
|
@ -251,8 +251,8 @@ AC_SUBST(DB_USER)
|
|||
|
||||
AC_ARG_WITH([database-user],
|
||||
AC_HELP_STRING([--with-database-user],
|
||||
[use the specified database server user (livesupport)]),
|
||||
[DB_USER=${withval}], [DB_USER=livesupport])
|
||||
[use the specified database server user (campcaster)]),
|
||||
[DB_USER=${withval}], [DB_USER=campcaster])
|
||||
|
||||
AC_MSG_RESULT([using database server user: ${DB_USER}])
|
||||
|
||||
|
@ -264,8 +264,8 @@ AC_SUBST(DB_PASSWORD)
|
|||
|
||||
AC_ARG_WITH([database-password],
|
||||
AC_HELP_STRING([--with-database-password],
|
||||
[use the specified database server user password (livesupport)]),
|
||||
[DB_PASSWORD=${withval}], [DB_PASSWORD=livesupport])
|
||||
[use the specified database server user password (campcaster)]),
|
||||
[DB_PASSWORD=${withval}], [DB_PASSWORD=campcaster])
|
||||
|
||||
AC_MSG_RESULT([using database server user password: ${DB_PASSWORD}])
|
||||
|
||||
|
@ -297,9 +297,9 @@ AC_MSG_NOTICE(
|
|||
database user: ${DB_USER}
|
||||
database user password: ${DB_PASSWORD}
|
||||
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}
|
||||
initialize LiveSupport database: ${INIT_LS_DATABASE}
|
||||
initialize Campcaster database: ${INIT_LS_DATABASE}
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<!ATTLIST simpleConnectionManager password CDATA #REQUIRED >
|
||||
]>
|
||||
<connectionManagerFactory>
|
||||
<simpleConnectionManager dsn = "LiveSupport-test"
|
||||
<simpleConnectionManager dsn = "Campcaster-test"
|
||||
userName = "test"
|
||||
password = "test"
|
||||
/>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||
# 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.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<user login="root" password="q" />
|
||||
|
||||
<connectionManagerFactory>
|
||||
<simpleConnectionManager dsn = "LiveSupport-test"
|
||||
<simpleConnectionManager dsn = "Campcaster-test"
|
||||
userName = "test"
|
||||
password = "test"
|
||||
/>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<user login="root" password="q" />
|
||||
|
||||
<connectionManagerFactory>
|
||||
<simpleConnectionManager dsn = "LiveSupport-test"
|
||||
<simpleConnectionManager dsn = "Campcaster-test"
|
||||
userName = "test"
|
||||
password = "test"
|
||||
/>
|
||||
|
@ -95,14 +95,14 @@
|
|||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webAuthentication>
|
||||
</authenticationClientFactory>
|
||||
|
||||
<storageClientFactory>
|
||||
<webStorage tempFiles="file:///tmp/webStorageClient" >
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webStorage>
|
||||
</storageClientFactory>
|
||||
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveSupport unit test results</title>
|
||||
<title>Campcaster unit test results</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Preface</h1>
|
||||
This document is part of the
|
||||
<a href="http://livesupport.campware.org/">LiveSupport</a>
|
||||
<a href="http://campcaster.campware.org/">Campcaster</a>
|
||||
project, Copyright © 2004 <a href="http://www.mdlf.org/">Media
|
||||
Development Loan Fund</a>, under the GNU
|
||||
<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.
|
||||
<h1>Scope</h1>
|
||||
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>
|
||||
<xsl:for-each select="//Statistics">
|
||||
<table>
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
<authenticationClientFactory>
|
||||
<webAuthentication>
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webAuthentication>
|
||||
</authenticationClientFactory>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<storageClientFactory>
|
||||
<webStorage tempFiles="file:///tmp/webStorageClient" >
|
||||
<location server="localhost" port="80"
|
||||
path="/livesupportStorageServer/xmlrpc/xrLocStor.php" />
|
||||
path="/campcasterStorageServer/xmlrpc/xrLocStor.php" />
|
||||
</webStorage>
|
||||
</storageClientFactory>
|
||||
|
|
Loading…
Reference in New Issue