diff options
Diffstat (limited to 'doc-prologue.xhtml')
-rw-r--r-- | doc-prologue.xhtml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc-prologue.xhtml b/doc-prologue.xhtml new file mode 100644 index 0000000..c9e1c3c --- /dev/null +++ b/doc-prologue.xhtml @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="version" content="$version$"/> + <meta name="subject" content="$subject$"/> + <meta name="title" content="$title$"/> + + <title>The build2 $title$</title> + + <style type="text/css"> +$./common.css$ +$./pre-box.css$ +$./code-box.css$ +$./toc.css$ +$./intro.css$ + </style> + +</head> +<body> +<div id="content"> + + <div class="noprint"> <!-- Exclude from html2ps. --> + + <div id="titlepage"> + <div class="title">The <code>build2</code> $title$</div> + + <p>Copyright © 2014-2016 <a href="http://codesynthesis.com">Code + Synthesis Ltd</a><br/> + Permission is granted to copy, distribute and/or modify this document + under the terms of the MIT License.</p> + + <p id="revision">Revision <code>$version$</code>, $date$<br/> + This revision of the document describes the <code>build2</code> + $subject$ <code>$version$.x</code> series and is available in the + following formats: + <a href="$name$.xhtml">XHTML</a>, + <a href="$name$-a4.pdf">PDF/A4</a>, + <a href="$name$-letter.pdf">PDF/Letter</a>, + <a href="$name$-a4.ps">PostScript/A4</a>, and + <a href="$name$-letter.ps">PostScript/Letter</a>.</p> + </div> + + <h1>Table of Contents</h1> + +$TOC$ + + </div> <!-- noprint --> |