]> Dogcows Code - chaz/tar/blob - doc/gendocs_template
Update copyright years.
[chaz/tar] / doc / gendocs_template
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 <!-- $Id: gendocs_template,v 1.5 2007/10/30 14:58:52 gray Exp $ -->
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
7 <head>
8 <title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
9 <meta http-equiv="content-type" content='text/html; charset=utf-8' />
10 <link rel="stylesheet" type="text/css" href="/gnu.css" />
11 <link rev="made" href="mailto:gray@gnu.org" />
12 <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
13 </head>
14
15 <!-- This document is in XML, and xhtml 1.0 -->
16 <!-- Please make sure to properly nest your tags -->
17 <!-- and ensure that your final document validates -->
18 <!-- consistent with W3C xhtml 1.0 and CSS standards -->
19 <!-- See validator.w3.org -->
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] "
31 width="129" height="122" />
32 </a>
33 </p>
34 <hr />
35
36 <p>The manual for %%PACKAGE%% is available in the following formats:</p>
37
38 <ul>
39 <li><a href="%%PACKAGE%%.html">HTML
40 (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
41 <li><a href="html_node/index.html">HTML</a> - with one web page per
42 node.</li>
43 %%IF HTML_SECTION%%
44 <li><a href="html_section/index.html">HTML</a> - with one web page per
45 section.</li>
46 %%ENDIF HTML_SECTION%%
47 %%IF HTML_CHAPTER%%
48 <li><a href="html_chapter/index.html">HTML</a> - with one web page per
49 chapter.</li>
50 %%ENDIF HTML_CHAPTER%%
51 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
52 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
53 one web page.</li>
54 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
55 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
56 with one web page per node.</li>
57 %%IF HTML_SECTION%%
58 <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
59 (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
60 with one web page per section.</li>
61 %%ENDIF HTML_SECTION%%
62 %%IF HTML_CHAPTER%%
63 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
64 (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
65 with one web page per chapter.</li>
66 %%ENDIF HTML_CHAPTER%%
67 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
68 (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li>
69 <li><a href="%%PACKAGE%%.txt">ASCII text
70 (%%ASCII_SIZE%%K characters)</a>.</li>
71 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
72 (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li>
73 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
74 (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li>
75 <li><a href="%%PACKAGE%%.ps.gz">PostScript file
76 (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li>
77 <li><a href="%%PACKAGE%%.pdf">PDF file
78 (%%PDF_SIZE%%K characters)</a>.</li>
79 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
80 (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li>
81 </ul>
82
83 <p>(This page generated by the <a
84 href="%%SCRIPTURL%%">%%SCRIPTNAME%%</a> script.)
85 </p>
86
87 <p>
88 <a href="http://validator.w3.org/check?uri=referer"><img
89 src="http://www.w3.org/Icons/valid-xhtml10"
90 alt="Valid XHTML 1.0!" height="31" width="88" /></a>
91 </p>
92
93 <div class="copyright">
94 <p>
95 Return to the <a href="/home.html">GNU Project home page</a>.
96 </p>
97
98 <p>
99 Please send FSF &amp; GNU inquiries to
100 <a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>.
101 There are also <a href="/home.html#ContactInfo">other ways to contact</a>
102 the FSF.
103 <br />
104 Please send broken links and other corrections (or suggestions) to
105 <a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
106 </p>
107
108 <p>
109 Copyright 2004, 2013-2014 Free Software Foundation, Inc.,
110 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
111 <br />
112 Verbatim copying and distribution of this entire article is
113 permitted in any medium, provided this notice is preserved.
114 </p>
115
116 <p>
117 Updated:
118 <!-- timestamp start -->
119 $Date: 2007/10/30 14:58:52 $ $Author: gray $
120 <!-- timestamp end -->
121 </p>
122 </div>
123
124 </body>
125 </html>
This page took 0.036631 seconds and 4 git commands to generate.