Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 433 → Rev 434

/trunk/client/integrateur_wikini/configuration/iw_config.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: iw_config.inc.php,v 1.1 2005-08-18 10:19:55 ddelon Exp $
// CVS : $Id: iw_config.inc.php,v 1.2 2005-08-25 08:59:12 ddelon Exp $
/**
* Configuration de l'intégrateur de page Wikini
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2005-08-18 10:19:55 $
*@version $Revision: 1.2 $ $Date: 2005-08-25 08:59:12 $
// +------------------------------------------------------------------------------------------------------+
*/
 
92,7 → 92,8
/** Constantes de connexion aux bases de données MySQL*/
global $wikini_config_defaut;
$wikini_config_defaut = array(
'wakka_version' => '',
"wakka_version" => "0.1.1",
"wikini_version" => "0.4.3",
'debug' => 'yes',
'mysql_host' => HOTE,
'mysql_database' => BD_WIKINI,
101,14 → 102,13
'table_prefix' => $GLOBALS['_GEN_commun']['info_application']->table_prefix,
'root_page' => $GLOBALS['_GEN_commun']['info_application']->page,
'wakka_name' => $GLOBALS['_GEN_commun']['info_application']->wikini_nom,
'base_url' => $GLOBALS['_GEN_commun']['url']->getUrl().'&wiki=',
'base_url' => str_replace('&', '&', $GLOBALS['_GEN_commun']['url']->getUrl()).'&wiki=',
'rewrite_mode' => '0',
'meta_keywords' => '',
'meta_description' => '',
'action_path' => IW_CHEMIN_BIBLIO_WIKINI.'actions',
'handler_path' => IW_CHEMIN_BIBLIO_WIKINI.'handlers',
'formatters_path' => IW_CHEMIN_BIBLIO_WIKINI.'formatters',
'interwiki_path' => IW_CHEMIN_BIBLIO_WIKINI,
'action_path' => '/home/david/workspace/papyrus/wikini/wikini_01/actions',
'handler_path' => '/home/david/workspace/papyrus/wikini/wikini_01/handlers',
'formatters_path' => '/home/david/workspace/papyrus/wikini/wikini_01/formatters',
'header_action' => 'header',
'footer_action' => 'footer',
'navigation_links' => 'DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur',
118,7 → 118,7
'default_read_acl' => '*',
'default_comment_acl' => '*',
'preview_before_save' => '0');
 
// +------------------------------------------------------------------------------------------------------+
// | PIED du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+