Commit 338d042b authored by PAIN Orderic-Vital's avatar PAIN Orderic-Vital
Browse files

Ajout d’install.xq

parent b5059e35
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line

<h1>Bienvenue dans MaX !</h1>
<p>
    Vous pouvez personnaliser cette page en éditant le fichier content_html/fr/index.html
</p>
<p>
    Retrouvez la documentation de MaX à l'adresse suivante: 
    <a href="https://www.certic.unicaen.fr/max-v2/">
        https://www.certic.unicaen.fr/max-v2/
    </a>
</p>
+6 −0
Original line number Diff line number Diff line
declare variable $maxPath external;
declare variable $contentFile := file:current-dir() || '.max/basex/webapp/max/bundles/max-dumb-xml/content_html';
declare variable $destFile := file:current-dir() || 'content_html';

('Copying ' || $contentFile || ' to ' || $destFile, ''),
file:copy($contentFile, $destFile)
 No newline at end of file