4 * Takes a cache miss and generates the file if it is valid.
5 * @note Use ?purge=1 in order to force regeneration of the file
10 $xc = XHTMLCompiler
::getInstance();
12 $page = get_page_from_get();
13 if ($page === false) $page = get_page_from_server();
14 $page = normalize_index($page, $xc->getConf('directory_index'));
16 $page = new XHTMLCompiler_Page($page);