Si tu préfères, fait une copie du config.php et liste toutes les extensions que tu as dans ton dossier cookbook.
Tolosano
-
Tolosano
- Messages : 1940
- Géo : Toulouse
Après 15 années d’existence, le forum historique de Framasoft, ferme ses portes.
Pour les nostalgiques et les curieux, il reste toujours possible de consulter les discussions mais c’est maintenant le forum
Framacolibri qui prend la relève.
Si vous avez des questions, on se retrouve là-bas…
<?php if (!defined('PmWiki')) exit();
XLPage('fr','PmWikiFr.XLPage');
## This is a sample config.php file. To use this file, copy it to
## local/config.php, then edit it for whatever customizations you want.
## Also, be sure to take a look at http://www.pmichaud.com/wiki/Cookbook
## for more details on the types of customizations that can be added
## to PmWiki.
## $WikiTitle is the name that appears in the browser's title bar.
$WikiTitle = 'WiKino';
## $ScriptUrl is your preferred URL for accessing wiki pages
## $PubDirUrl is the URL for the pub directory.
# $ScriptUrl = 'http://www.mydomain.com/path/to/pmwiki.php';
# $PubDirUrl = 'http://www.mydomain.com/path/to/pub';
...
<?php if (!defined('PmWiki')) exit();
## This is a sample config.php file. To use this file, copy it to
## local/config.php, then edit it for whatever customizations you want.
## Also, be sure to take a look at http://www.pmichaud.com/wiki/Cookbook
## for more details on the types of customizations that can be added
## to PmWiki.
XLPage('fr','PmWikiFr.XLPage');
XLPage('fr','PmWikiFr.XLPageCookbook');
## TRADUCTION ##
$DefaultGroup = 'Accueil'; # Groupe par défaut
$DefaultName = 'Accueil'; # Page de démarrage groupe - défaut 'HomePage' -
$TimeFmt = "%d/%m/%Y %H:%M"; # Format date/heure 17/02/2004 00:14
$AuthorRequiredFmt = 'Saisir votre nom ou identifiant'; #quand auteur requis
##--Gestion des pages --##
$DefaultPageTextFmt = 'La page $Name n\'existe pas';
$PageNotFound = 'PmWikiFr.PageNonTrouvée'; #Renvoi quand page inexistante
## FIN TRADUCTION ##
## $WikiTitle is the name that appears in the browser's title bar.
$WikiTitle = Titre Wiki';
include_once("cookbook/break_page.php");
include_once("cookbook/postitnotes.php");
## $ScriptUrl is your preferred URL for accessing wiki pages
## $PubDirUrl is the URL for the pub directory.
$ScriptUrl = 'http://127.0.0.1/Tolosano/pmwiki/';
$PubDirUrl = 'http://127.0.0.1/Tolosano/pmwiki/pub';
## If you want to use URLs of the form .../pmwiki.php/Group/PageName
## instead of .../pmwiki.php?p=Group.PageName, try setting
## $EnablePathInfo below. Note that this doesn't work in all environments,
## it depends on your webserver and PHP configuration. You might also
## want to check http://www.pmwiki.org/wiki/Cookbook/CleanUrls more
## details about this setting and other ways to create nicer-looking urls.
$EnablePathInfo = 1;
Tolosano a écrit:Salut,
N'hésite pas à lancer un nouveau post pour tes petits soucis, celui-ci étant noté réglé, cela peut prêter à confusion
bloodysugar a écrit:J'ai bien les liens vue, éditer, historique, imprimer, mais normalement les liens de la side bar devraient renvoyer vers les pages traduites non ?
Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit