diff options
Diffstat (limited to 'doc/intro-prologue.xhtml')
-rw-r--r-- | doc/intro-prologue.xhtml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/intro-prologue.xhtml b/doc/intro-prologue.xhtml new file mode 100644 index 0000000..a6362cf --- /dev/null +++ b/doc/intro-prologue.xhtml @@ -0,0 +1,38 @@ +<!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$"/> + + <title>The build2 Toolchain Introduction</title> + + <style type="text/css"> +$./common.css$ +$./pre-box.css$ +$./code-box.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> Toolchain Introduction</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> + toolchain <code>$version$.x</code> series and is available in the following + formats: <a href="$name$.xhtml">XHTML</a>, <a href="$name$.pdf">PDF</a>, + and <a href="$name$.ps">PostScript</a>.</p> + </div> + + </div> <!-- noprint --> |