Add utility for HTML results.
[pspp] / gendocs_template_min
1 <?xml version="1.0" encoding="utf-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5
6 <head>
7 <title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
8 <meta http-equiv="content-type" content='text/html; charset=utf-8' />
9 <link rel="stylesheet" type="text/css" href="/gnu.css" />
10 <link rev="made" href="webmasters@gnu.org" />
11 </head>
12
13 <!-- This document is in XML, and xhtml 1.0 -->
14 <!-- Please make sure to properly nest your tags -->
15 <!-- and ensure that your final document validates -->
16 <!-- consistent with W3C xhtml 1.0 and CSS standards -->
17 <!-- See validator.w3.org -->
18
19 <body>
20
21 <h3>%%TITLE%%</h3>
22
23 <address>Free Software Foundation</address>
24 <address>last updated %%DATE%%</address>
25 <p>
26 <a href="/graphics/gnu-head.jpg">
27         <img src="/graphics/gnu-head-sm.jpg"
28              alt=" [image of the head of a GNU] " width="129" height="122"/>
29 </a>
30 </p>
31 <hr />
32
33 <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
34
35 <ul>
36 <li><a href="%%PACKAGE%%.html">HTML
37     (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
38 <li><a href="html_node/index.html">HTML</a> - with one web page per
39     node.</li>
40 %%IF HTML_SECTION%%
41 <li><a href="html_section/index.html">HTML</a> - with one web page per
42     section.</li>
43 %%ENDIF HTML_SECTION%%
44 %%IF HTML_CHAPTER%%
45 <li><a href="html_chapter/index.html">HTML</a> - with one web page per
46     chapter.</li>
47 %%ENDIF HTML_CHAPTER%%
48 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
49     (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
50     one web page.</li>
51 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
52     (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
53     with one web page per node.</li>
54 %%IF HTML_SECTION%%
55 <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
56     (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
57     with one web page per section.</li>
58 %%ENDIF HTML_SECTION%%
59 %%IF HTML_CHAPTER%%
60 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
61     (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
62     with one web page per chapter.</li>
63 %%ENDIF HTML_CHAPTER%%
64 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
65     (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
66 <li><a href="%%PACKAGE%%.txt">ASCII text
67     (%%ASCII_SIZE%%K bytes)</a>.</li>
68 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
69     (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
70 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
71     (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
72 <li><a href="%%PACKAGE%%.ps.gz">PostScript file
73     (%%PS_GZ_SIZE%%K bytes gzipped)</a>.</li>
74 <li><a href="%%PACKAGE%%.pdf">PDF file
75     (%%PDF_SIZE%%K bytes)</a>.</li>
76 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
77     (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
78 </ul>
79
80 <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
81 script</a>.)</p>
82
83 <div class="copyright">
84 <p>
85 Please send FSF &amp; GNU inquiries to
86 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
87 There are also <a href="/contact/">other ways to contact</a>
88 the FSF.<br />
89 Please send broken links and other corrections (or suggestions) to
90 <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.
91 </p>
92
93 <p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
94
95 <p>Verbatim copying and distribution of this entire article is
96 permitted in any medium, provided this notice is preserved.</p>
97
98 </div>
99
100 </body>
101 </html>