xref: /netbsd-src/external/gpl3/gdb/dist/gnulib/doc/gendocs_template_min (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
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<!--
7Copyright (C) 2007-2023 Free Software Foundation, Inc.
8
9Copying and distribution of this file, with or without modification,
10are permitted in any medium without royalty provided the copyright
11notice and this notice are preserved.  This file is offered as-is,
12without any warranty.
13-->
14
15<head>
16<title>%%TITLE%% - GNU Project - Free Software Foundation</title>
17<meta http-equiv="content-type" content='text/html; charset=utf-8' />
18<link rel="stylesheet" type="text/css" href="/gnu.css" />
19</head>
20
21<body>
22
23<h3>%%TITLE%%</h3>
24
25<address>Free Software Foundation</address>
26<address>last updated %%DATE%%</address>
27<p>
28<a href="/graphics/gnu-head.jpg">
29	<img src="/graphics/gnu-head-sm.jpg"
30             alt=" [image of the head of a GNU] " width="129" height="122"/>
31</a>
32</p>
33<hr />
34
35<p>This manual (%%PACKAGE%%) is available in the following formats:</p>
36
37<ul>
38<li><a href="%%PACKAGE%%.html">HTML
39    (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
40<li><a href="html_node/index.html">HTML</a> - with one web page per
41    node.</li>
42%%IF HTML_SECTION%%
43<li><a href="html_section/index.html">HTML</a> - with one web page per
44    section.</li>
45%%ENDIF HTML_SECTION%%
46%%IF HTML_CHAPTER%%
47<li><a href="html_chapter/index.html">HTML</a> - with one web page per
48    chapter.</li>
49%%ENDIF HTML_CHAPTER%%
50<li><a href="%%PACKAGE%%.html.gz">HTML compressed
51    (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
52    one web page.</li>
53<li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
54    (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
55    with one web page per node.</li>
56%%IF HTML_SECTION%%
57<li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
58    (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
59    with one web page per section.</li>
60%%ENDIF HTML_SECTION%%
61%%IF HTML_CHAPTER%%
62<li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
63    (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
64    with one web page per chapter.</li>
65%%ENDIF HTML_CHAPTER%%
66<li><a href="%%PACKAGE%%.info.tar.gz">Info document
67    (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
68<li><a href="%%PACKAGE%%.txt">ASCII text
69    (%%ASCII_SIZE%%K bytes)</a>.</li>
70<li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
71    (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
72<li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
73    (%%DVI_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%%
81script</a>.)</p>
82
83<!-- If needed, change the copyright block at the bottom. In general,
84     all pages on the GNU web server should have the section about
85     verbatim copying.  Please do NOT remove this without talking
86     with the webmasters first.
87     Please make sure the copyright date is consistent with the document
88     and that it is like this: "2001, 2002", not this: "2001-2002". -->
89<div id="footer" class="copyright">
90
91<p>Please send general FSF &amp; GNU inquiries to
92<a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
93There are also <a href="/contact/">other ways to contact</a>
94the FSF.  Broken links and other corrections or suggestions can be sent
95to <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
96</div>
97
98<p>Copyright &copy; 2020 Free Software Foundation, Inc.</p>
99
100<p>This page is licensed under a <a rel="license"
101href="https://creativecommons.org/licenses/by-nd/3.0/us/">Creative
102Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
103
104<!--#include virtual="/server/bottom-notes.html" -->
105
106</div>
107</body>
108</html>
109