Index page template for gendocs.sh
Showing
1 changed file
with
108 additions
and
0 deletions
doc/texinfo/gendocs_template
0 → 100755
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$ --> | ||
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 | <a href="/philosophy/gif.html">(no gifs due to patent problems)</a> | ||
34 | </p> | ||
35 | <hr /> | ||
36 | |||
37 | The manual for %%PACKAGE%% is available in the following formats:</p> | ||
38 | |||
39 | <ul> | ||
40 | <li><a href="%%PACKAGE%%.html">HTML | ||
41 | (%%HTML_MONO_SIZE%%K characters)</a> - entirely on one web page.</li> | ||
42 | <li><a href="html_node/index.html">HTML</a> - with one web page per | ||
43 | node.</li> | ||
44 | <li><a href="%%PACKAGE%%.html.gz">HTML compressed | ||
45 | (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on | ||
46 | one web page.</li> | ||
47 | <li><a href="%%PACKAGE%%_html_node.tar.gz">HTML compressed | ||
48 | (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> - | ||
49 | with one web page per node.</li> | ||
50 | <li><a href="%%PACKAGE%%-info.tar.gz">Info document | ||
51 | (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li> | ||
52 | <li><a href="%%PACKAGE%%.txt">ASCII text | ||
53 | (%%ASCII_SIZE%%K characters)</a>.</li> | ||
54 | <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed | ||
55 | (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li> | ||
56 | <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file | ||
57 | (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li> | ||
58 | <li><a href="%%PACKAGE%%.ps.gz">PostScript file | ||
59 | (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li> | ||
60 | <li><a href="%%PACKAGE%%.pdf">PDF file | ||
61 | (%%PDF_SIZE%%K characters)</a>.</li> | ||
62 | <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source | ||
63 | (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li> | ||
64 | </ul> | ||
65 | |||
66 | <p>(This page generated by the <a | ||
67 | href="%%SCRIPTURL%%">%%SCRIPTNAME%%</a> script.) | ||
68 | </p> | ||
69 | |||
70 | <p> | ||
71 | <a href="http://validator.w3.org/check?uri=referer"><img | ||
72 | src="http://www.w3.org/Icons/valid-xhtml10" | ||
73 | alt="Valid XHTML 1.0!" height="31" width="88" /></a> | ||
74 | </p> | ||
75 | |||
76 | <div class="copyright"> | ||
77 | <p> | ||
78 | Return to the <a href="/home.html">GNU Project home page</a>. | ||
79 | </p> | ||
80 | |||
81 | <p> | ||
82 | Please send FSF & GNU inquiries to | ||
83 | <a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>. | ||
84 | There are also <a href="/home.html#ContactInfo">other ways to contact</a> | ||
85 | the FSF. | ||
86 | <br /> | ||
87 | Please send broken links and other corrections (or suggestions) to | ||
88 | <a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>. | ||
89 | </p> | ||
90 | |||
91 | <p> | ||
92 | Copyright (C) 2004 Free Software Foundation, Inc., | ||
93 | 59 Temple Place - Suite 330, Boston, MA 02111, USA | ||
94 | <br /> | ||
95 | Verbatim copying and distribution of this entire article is | ||
96 | permitted in any medium, provided this notice is preserved. | ||
97 | </p> | ||
98 | |||
99 | <p> | ||
100 | Updated: | ||
101 | <!-- timestamp start --> | ||
102 | $Date$ $Author$ | ||
103 | <!-- timestamp end --> | ||
104 | </p> | ||
105 | </div> | ||
106 | |||
107 | </body> | ||
108 | </html> |
-
Please register or sign in to post a comment