summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes19
-rw-r--r--doc-prologue-no-pdf.xhtml42
2 files changed, 61 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..9fce1b0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,19 @@
+# This is a good default: files that are auto-detected by git to be text are
+# converted to the platform-native line ending (LF on Unix, CRLF on Windows)
+# in the working tree and to LF in the repository.
+#
+* text=auto
+
+# Use `eol=crlf` for files that should have the CRLF line ending both in the
+# working tree (even on Unix) and in the repository.
+#
+#*.bat text eol=crlf
+
+# Use `eol=lf` for files that should have the LF line ending both in the
+# working tree (even on Windows) in the repository.
+#
+#*.sh text eol=lf
+
+# Use `binary` to make sure certain files are never auto-detected as text.
+#
+#*.png binary
diff --git a/doc-prologue-no-pdf.xhtml b/doc-prologue-no-pdf.xhtml
new file mode 100644
index 0000000..2ccdbf1
--- /dev/null
+++ b/doc-prologue-no-pdf.xhtml
@@ -0,0 +1,42 @@
+<!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="series" content="$series$"/>
+ <meta name="subject" content="$subject$"/>
+ <meta name="title" content="$title$"/>
+ <meta name="copyright" content="$copyright$"/>
+ <meta name="license" content="$license$"/>
+
+ <title>The build2 $title$</title>
+
+ <style type="text/css">
+$./common.css$
+$./pre-box.css$
+$./code-box.css$
+$./p-code-box.css$
+$./toc.css$
+$./doc.css$
+ </style>
+
+</head>
+<body>
+<div id="content">
+
+ <div id="titlepage">
+ <div class="title">The <code>build2</code> $title$</div>
+
+ <p id="revision">Revision <code>$version$</code>, $date$<br/>
+ This revision of the document describes the <a href="https://build2.org"><code>build2</code></a>
+ $subject$ <code>$series$.X</code> series.</p>
+
+ <p>Copyright &#169; $copyright$.<br/>
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the $license$ license.</p>
+ </div>
+
+ <h1>Table of Contents</h1>
+
+$TOC$