PhoenixLecture  2.0.0
Set of tools to make lectures
redirect_html.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __REDIRECT_HTML_H__
8 #define __REDIRECT_HTML_H__
9 
10 #include "updateLabelRef.h"
11 
12 bool redirect_html(const PPath & fileName, const PMapLabel & mapLabel);
13 
14 
15 #endif
Path of a directory or a file.
Definition: PPath.h:17
bool redirect_html(const PPath &fileName, const PMapLabel &mapLabel)
Create the redirection page to get page with label name as reference.
std::map< PString, std::pair< PString, PString > > PMapLabel
Map of the label (name, link)