Add utility for HTML results.
[pspp] / gendocs_template
1 <!--#include virtual="/server/header.html" -->
2 <title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
3 <!--#include virtual="/server/banner.html" -->
4 <h2>%%TITLE%%</h2>
5
6 <!-- This document is in XML, and xhtml 1.0 -->
7 <!-- Please make sure to properly nest your tags -->
8 <!-- and ensure that your final document validates -->
9 <!-- consistent with W3C xhtml 1.0 and CSS standards -->
10 <!-- See validator.w3.org -->
11
12 <address>Free Software Foundation</address>
13 <address>last updated %%DATE%%</address>
14
15 <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
16
17 <ul>
18 <li><a href="%%PACKAGE%%.html">HTML
19     (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
20 <li><a href="html_node/index.html">HTML</a> - with one web page per
21     node.</li>
22 %%IF HTML_SECTION%%
23 <li><a href="html_section/index.html">HTML</a> - with one web page per
24     section.</li>
25 %%ENDIF HTML_SECTION%%
26 %%IF HTML_CHAPTER%%
27 <li><a href="html_chapter/index.html">HTML</a> - with one web page per
28     chapter.</li>
29 %%ENDIF HTML_CHAPTER%%
30 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
31     (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
32     one web page.</li>
33 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
34     (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
35     with one web page per node.</li>
36 %%IF HTML_SECTION%%
37 <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
38     (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
39     with one web page per section.</li>
40 %%ENDIF HTML_SECTION%%
41 %%IF HTML_CHAPTER%%
42 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
43     (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
44     with one web page per chapter.</li>
45 %%ENDIF HTML_CHAPTER%%
46 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
47     (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
48 <li><a href="%%PACKAGE%%.txt">ASCII text
49     (%%ASCII_SIZE%%K bytes)</a>.</li>
50 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
51     (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
52 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
53     (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
54 <li><a href="%%PACKAGE%%.ps.gz">PostScript file
55     (%%PS_GZ_SIZE%%K bytes gzipped)</a>.</li>
56 <li><a href="%%PACKAGE%%.pdf">PDF file
57     (%%PDF_SIZE%%K bytes)</a>.</li>
58 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
59     (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
60 </ul>
61
62 <p>You can <a href="http://shop.fsf.org/">buy printed copies of
63 some manuals</a> (among other items) from the Free Software Foundation;
64 this helps support FSF activities.</p>
65
66 <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
67 script</a>.)</p>
68
69 <!-- If needed, change the copyright block at the bottom. In general, -->
70 <!-- all pages on the GNU web server should have the section about    -->
71 <!-- verbatim copying.  Please do NOT remove this without talking     -->
72 <!-- with the webmasters first. -->
73 <!-- Please make sure the copyright date is consistent with the document -->
74 <!-- and that it is like this "2001, 2002" not this "2001-2002." -->
75 </div><!-- for id="content", starts in the include above -->
76 <!--#include virtual="/server/footer.html" -->
77 <div id="footer">
78
79 <p>
80 Please send FSF &amp; GNU inquiries to
81 <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
82 There are also <a href="/contact/">other ways to contact</a>
83 the FSF.<br />
84 Please send broken links and other corrections or suggestions to
85 <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.
86 </p>
87
88 <p>Copyright &copy; 2009 Free Software Foundation, Inc.</p>
89
90 <p>Verbatim copying and distribution of this entire article is
91 permitted in any medium, provided this notice is preserved.</p>
92
93 </div>
94 </div>
95 </body>
96 </html>