source: trunk/essentials/sys-devel/m4/doc/gendocs_template

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 3.0 KB
Line 
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 characters)</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 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
41 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
42 one web page.</li>
43 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
44 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
45 with one web page per node.</li>
46 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
47 (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li>
48 <li><a href="%%PACKAGE%%.txt">ASCII text
49 (%%ASCII_SIZE%%K characters)</a>.</li>
50 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
51 (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li>
52 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
53 (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li>
54 <li><a href="%%PACKAGE%%.ps.gz">PostScript file
55 (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li>
56 <li><a href="%%PACKAGE%%.pdf">PDF file
57 (%%PDF_SIZE%%K characters)</a>.</li>
58 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
59 (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li>
60</ul>
61
62<p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
63script</a>.)</p>
64
65<div class="copyright">
66<p>
67Return to the <a href="/home.html">GNU Project home page</a>.
68</p>
69
70<p>
71Please send FSF &amp; GNU inquiries to
72<a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>.
73There are also <a href="/home.html#ContactInfo">other ways to contact</a>
74the FSF.
75<br />
76Please send broken links and other corrections (or suggestions) to
77<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
78</p>
79
80<p>
81Copyright (C) 2006 Free Software Foundation, Inc.,
8251 Franklin Street, Fifth Floor, Boston, MA 02111, USA
83<br />
84Verbatim copying and distribution of this entire article is
85permitted in any medium, provided this notice is preserved.
86</p>
87
88</div>
89
90</body>
91</html>
Note: See TracBrowser for help on using the repository browser.