Page MenuHomec4science

global.inc.php.wml
No OneTemporary

File Metadata

Created
Wed, May 8, 04:29

global.inc.php.wml

## $Id$
## This file is part of CDS Invenio.
## Copyright (C) 2002, 2003, 2004, 2005, 2006 CERN.
##
## CDS Invenio is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 2 of the
## License, or (at your option) any later version.
##
## CDS Invenio is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with CDS Invenio; if not, write to the Free Software Foundation, Inc.,
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
## read config variables:
#include "config.wml"
#include "configbis.wml"
<?
<protect>
## $Id$
## DO NOT EDIT THIS FILE! IT WAS AUTOMATICALLY GENERATED FROM CDS Invenio WML SOURCES.
</protect>
//---------------------------------------------------------------------
define(CORE_DIR, "<LIBDIR>/php/invenio/bibformat/core/");
define(COMMON_DIR, "<LIBDIR>/php/invenio/bibformat/common/");
define(WEBCONF_DIR, "<WEBDIR>/admin/bibformat/");
define(CDSLOGIN_DIR, "<WEBDIR>");
//---------------------------------------------------------------------
define(DB, COMMON_DIR."/dbparams.inc.php");
define(FUNCTION_LIB, COMMON_DIR."/general.inc.php");
define(MAIN, CORE_DIR."/FlexElink.inc.php");
define(RECORD_SEP, CORE_DIR."/RecordSeparator.inc.php");
define(VARIABLE_EXT, CORE_DIR."/OAISpecExtractor.inc.php");
define(PROCESSOR, CORE_DIR."/Processor.inc.php");
define(EXECUTOR, CORE_DIR."/AEvalLan.inc.php");
define(UDF_RETRIEVER, CORE_DIR."/UDFRetriever.inc.php");
define(FORMAT_RETRIEVER, CORE_DIR."/FormatRetriever.inc.php");
define(KB_RETRIEVER, CORE_DIR."/KBRetriever.inc.php");
define(INTVARS, CORE_DIR."/IntVars.inc.php");
define(LINK_RESOLVER, CORE_DIR."/LinkResolver.inc.php");
define(TIMELIMIT, <CFG_BIBFORMAT_TIME_LIMIT>);
?>

Event Timeline