Update GPG key for signing flatpaks.
[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 </head>
11
12 <body>
13
14 <h3>%%TITLE%%</h3>
15
16 <address>Free Software Foundation</address>
17 <address>last updated %%DATE%%</address>
18 <p>
19 <a href="/graphics/gnu-head.jpg">
20         <img src="/graphics/gnu-head-sm.jpg"
21              alt=" [image of the head of a GNU] " width="129" height="122"/>
22 </a>
23 </p>
24 <hr />
25
26 <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
27
28 <ul>
29 <li><a href="%%PACKAGE%%.html">HTML
30     (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
31 <li><a href="html_node/index.html">HTML</a> - with one web page per
32     node.</li>
33 %%IF HTML_SECTION%%
34 <li><a href="html_section/index.html">HTML</a> - with one web page per
35     section.</li>
36 %%ENDIF HTML_SECTION%%
37 %%IF HTML_CHAPTER%%
38 <li><a href="html_chapter/index.html">HTML</a> - with one web page per
39     chapter.</li>
40 %%ENDIF HTML_CHAPTER%%
41 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
42     (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
43     one web page.</li>
44 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
45     (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
46     with one web page per node.</li>
47 %%IF HTML_SECTION%%
48 <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
49     (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
50     with one web page per section.</li>
51 %%ENDIF HTML_SECTION%%
52 %%IF HTML_CHAPTER%%
53 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
54     (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
55     with one web page per chapter.</li>
56 %%ENDIF HTML_CHAPTER%%
57 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
58     (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
59 <li><a href="%%PACKAGE%%.txt">ASCII text
60     (%%ASCII_SIZE%%K bytes)</a>.</li>
61 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
62     (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
63 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
64     (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
65 <li><a href="%%PACKAGE%%.pdf">PDF file
66     (%%PDF_SIZE%%K bytes)</a>.</li>
67 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
68     (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
69 </ul>
70
71 <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
72 script</a>.)</p>
73
74 <div id="footer" class="copyright">
75
76 <p>Please send general FSF &amp; GNU inquiries to
77 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
78 There are also <a href="/contact/">other ways to contact</a>
79 the FSF.<br />
80 Please send broken links and other corrections or suggestions to
81 <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
82
83 <p>Copyright &copy; 2012 Free Software Foundation, Inc.</p>
84
85 <p>Verbatim copying and distribution of this entire article are
86 permitted worldwide, without royalty, in any medium, provided this
87 notice, and the copyright notice, are preserved.</p>
88
89 </div>
90 </body>
91 </html>