application = 'ViewSVN'; $viewsvn->apppath = $viewsvn->fetch_sourcepath(getcwd()); $viewsvn->appversion = '[#]version[#]'; $viewsvn->debug = $debug; $viewsvn->sourcepath = $viewsvn->fetch_sourcepath($issopath); $viewsvn->load('functions', 'funct', true); $viewsvn->exec_sanitize_data(); // ################################################################### // localization stystem $viewsvn->load('localize', 'lang', true); // ################################################################### // handle template system $viewsvn->load('template_fs', 'template', true); $template->templatedir = $viewsvn->fetch_sourcepath('./templates/' . $templatedir); // ################################################################### // imaginary reporter require_once('./includes/imaginary.php'); $viewsvn->trigger =& new Imaginary(); // ################################################################### // load shell subsystem require_once('./includes/shellcmd.php'); $viewsvn->shell =& new Shell(); // ################################################################### // setup repository require_once('./includes/repository.php'); $viewsvn->repos =& new Repository($repository, $iscontainer); // ################################################################### // path manager require_once('./includes/paths.php'); $viewsvn->path = $webpath; $viewsvn->paths =& new Paths($pathtype); $viewsvn->paths->enscript = $enscript; // ################################################################### // initialize SVN require_once('./includes/svnlib.php'); $viewsvn->svn =& new SVNLib($svnpath); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>