Skip to content

Instantly share code, notes, and snippets.

@foxmask
Created April 23, 2012 19:10
Show Gist options
  • Save foxmask/2473160 to your computer and use it in GitHub Desktop.
Save foxmask/2473160 to your computer and use it in GitHub Desktop.
Gitiwiki books mise-en-route/page.php
<?php
$PAGE=array (
'path' => 'mise-en-route',
'book' => 'index.gtw',
'type' => 'part',
'title' => 'Mise en route',
'children' =>
array (
0 =>
array (
0 => 'installation/prerequis',
1 => 'Pré-requis sur le serveur',
),
1 =>
array (
0 => 'installation/sources',
1 => 'Installation de l\'archive de jelix',
),
2 =>
array (
0 => 'jelix-scripts',
1 => 'Utiliser jelix-scripts',
),
3 =>
array (
0 => 'creer-application',
1 => 'Créer une application',
),
4 =>
array (
0 => 'configurer-server',
1 => 'Configurer le serveur',
),
),
'parent' => NULL,
'sisters' =>
array (
0 =>
array (
0 => '/introduction',
1 => 'Introduction',
),
1 =>
array (
0 => '/mise-en-route',
1 => 'Mise en route',
),
2 =>
array (
0 => '/fondamentaux',
1 => 'Fondamentaux',
),
3 =>
array (
0 => '/composants',
1 => 'Composants de jelix',
),
4 =>
array (
0 => '/developpement-avance',
1 => 'Développement avancé',
),
5 =>
array (
0 => '/aide-developpement',
1 => 'Aide au développement',
),
6 =>
array (
0 => '/installation/deploiement',
1 => 'Déployer une application jelix',
),
7 =>
array (
0 => '/astuces',
1 => 'Astuces',
),
8 =>
array (
0 => '/references',
1 => 'Références',
),
),
'next' =>
array (
0 => '/fondamentaux',
1 => 'Fondamentaux',
),
'prev' =>
array (
0 => '/introduction',
1 => 'Introduction',
),
'hierarchyPath' =>
array (
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment