gendocs_template revision 1.1.1.2 1 1.1 christos <!--#include virtual="/server/header.html" -->
2 1.1 christos <!-- Parent-Version: 1.78 -->
3 1.1 christos
4 1.1 christos <!--
5 1.1.1.2 christos Copyright (C) 2006-2022 Free Software Foundation, Inc.
6 1.1 christos
7 1.1 christos Copying and distribution of this file, with or without modification,
8 1.1 christos are permitted in any medium without royalty provided the copyright
9 1.1 christos notice and this notice are preserved. This file is offered as-is,
10 1.1 christos without any warranty.
11 1.1 christos -->
12 1.1 christos
13 1.1 christos <title>%%TITLE%% - GNU Project - Free Software Foundation</title>
14 1.1 christos <!--#include virtual="/server/banner.html" -->
15 1.1 christos <h2>%%TITLE%%</h2>
16 1.1 christos
17 1.1 christos <address>Free Software Foundation</address>
18 1.1 christos <address>last updated %%DATE%%</address>
19 1.1 christos
20 1.1 christos <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
21 1.1 christos
22 1.1 christos <ul>
23 1.1 christos <li><a href="%%PACKAGE%%.html">HTML
24 1.1 christos (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
25 1.1 christos <li><a href="html_node/index.html">HTML</a> - with one web page per
26 1.1 christos node.</li>
27 1.1 christos %%IF HTML_SECTION%%
28 1.1 christos <li><a href="html_section/index.html">HTML</a> - with one web page per
29 1.1 christos section.</li>
30 1.1 christos %%ENDIF HTML_SECTION%%
31 1.1 christos %%IF HTML_CHAPTER%%
32 1.1 christos <li><a href="html_chapter/index.html">HTML</a> - with one web page per
33 1.1 christos chapter.</li>
34 1.1 christos %%ENDIF HTML_CHAPTER%%
35 1.1 christos <li><a href="%%PACKAGE%%.html.gz">HTML compressed
36 1.1 christos (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
37 1.1 christos one web page.</li>
38 1.1 christos <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
39 1.1 christos (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
40 1.1 christos with one web page per node.</li>
41 1.1 christos %%IF HTML_SECTION%%
42 1.1 christos <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
43 1.1 christos (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
44 1.1 christos with one web page per section.</li>
45 1.1 christos %%ENDIF HTML_SECTION%%
46 1.1 christos %%IF HTML_CHAPTER%%
47 1.1 christos <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
48 1.1 christos (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
49 1.1 christos with one web page per chapter.</li>
50 1.1 christos %%ENDIF HTML_CHAPTER%%
51 1.1 christos <li><a href="%%PACKAGE%%.info.tar.gz">Info document
52 1.1 christos (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
53 1.1 christos <li><a href="%%PACKAGE%%.txt">ASCII text
54 1.1 christos (%%ASCII_SIZE%%K bytes)</a>.</li>
55 1.1 christos <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
56 1.1 christos (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
57 1.1 christos <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
58 1.1 christos (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
59 1.1 christos <li><a href="%%PACKAGE%%.pdf">PDF file
60 1.1 christos (%%PDF_SIZE%%K bytes)</a>.</li>
61 1.1 christos <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
62 1.1 christos (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
63 1.1 christos </ul>
64 1.1 christos
65 1.1 christos <p>You can <a href="https://shop.fsf.org/">buy printed copies of
66 1.1 christos some manuals</a> (among other items) from the Free Software Foundation;
67 1.1 christos this helps support FSF activities.</p>
68 1.1 christos
69 1.1 christos <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
70 1.1 christos script</a>.)</p>
71 1.1 christos
72 1.1 christos <!-- If needed, change the copyright block at the bottom. In general,
73 1.1 christos all pages on the GNU web server should have the section about
74 1.1 christos verbatim copying. Please do NOT remove this without talking
75 1.1 christos with the webmasters first.
76 1.1 christos Please make sure the copyright date is consistent with the document
77 1.1 christos and that it is like this: "2001, 2002", not this: "2001-2002". -->
78 1.1 christos </div><!-- for id="content", starts in the include above -->
79 1.1 christos <!--#include virtual="/server/footer.html" -->
80 1.1 christos <div id="footer">
81 1.1 christos <div class="unprintable">
82 1.1 christos
83 1.1 christos <p>Please send general FSF & GNU inquiries to
84 1.1 christos <a href="mailto:gnu (a] gnu.org"><gnu (a] gnu.org></a>.
85 1.1 christos There are also <a href="/contact/">other ways to contact</a>
86 1.1 christos the FSF. Broken links and other corrections or suggestions can be sent
87 1.1 christos to <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p>
88 1.1 christos </div>
89 1.1 christos
90 1.1 christos <p>Copyright © 2022 Free Software Foundation, Inc.</p>
91 1.1 christos
92 1.1 christos <p>This page is licensed under a <a rel="license"
93 1.1 christos href="https://creativecommons.org/licenses/by-nd/3.0/us/">Creative
94 1.1 christos Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
95 1.1 christos
96 1.1 christos <!--#include virtual="/server/bottom-notes.html" -->
97 1.1 christos
98 1.1 christos </div>
99 1.1 christos </div>
100 1.1 christos </body>
101 1.1 christos </html>
102