]> Shamusworld >> Repos - ardour-manual/blob - pdf-template.html
Ruler/Markers rewrite, part 4 of N
[ardour-manual] / pdf-template.html
1 <!doctype html>
2 <html dir="ltr" lang="en">
3
4 <head>
5         <meta charset="utf-8">
6         <title>{{page.page_title}}</title>
7   <meta name="author" content="The Ardour Team">
8         <meta name="description" content="Official manual for Ardour (www.ardour.org) generated from the online manual (manual.ardour.org)">
9         <meta name="keywords" content="Ardour digital audio workstation manual">
10         <meta name="generator" content="Weasyprint (weasyprint.org)">
11         <meta name="dcterms.created" content="{{ today }}">
12         <meta name="dcterms.modified" content="{{ today }}">
13         <link href="css/common.css" rel="stylesheet">
14         <link href="css/luadoc.css" rel="stylesheet">
15         <link href="css/pdf.css" rel="stylesheet">
16
17 </head>
18
19 <body>
20
21         <div class="frontcover">
22                 <img src="images/ardour_logo.svg" alt="Ardour logo">
23                 <p>The Ardour Manual</p>
24                 <p id="generationdate">{{ today }}</p>
25   </div>
26
27         <div class="contents">
28                 <h1 id="toc">Table of contents</h1>
29
30                 {% tree %}
31
32         </div>
33
34         {{ content }}
35
36 </body>
37 </html>