Create single-page HTML output, prepares the terrain for PDF/ePub output

This commit is contained in:
Stéphane Goetz
2015-11-06 22:44:34 +01:00
parent 975f7fdee3
commit 295aee5f77
24 changed files with 2478 additions and 93 deletions

View File

@ -69,6 +69,11 @@ class Content extends Entry
$this->next = $next;
}
public function isIndex()
{
return $this->name == 'index' || $this->name == '_index';
}
public function dump()
{
$dump = parent::dump();