aboutsummaryrefslogtreecommitdiff
path: root/doc/gendocs_template
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gendocs_template')
-rwxr-xr-xdoc/gendocs_template114
1 files changed, 37 insertions, 77 deletions
diff --git a/doc/gendocs_template b/doc/gendocs_template
index c8b7c05..a39d2de 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -1,123 +1,83 @@
1<?xml version="1.0" encoding="utf-8" ?> 1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<!-- $Id$ --> 4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6 5
7<head> 6<head>
8<title>%%TITLE%% - Free Software - puszcza.gnu.org.ua</title> 7 <title>Pies - gray.gnu.org.ua</title>
9<meta http-equiv="content-type" content='text/html; charset=utf-8' /> 8 <meta name="Generator" content="%%SCRIPTNAME%%" />
10<link rel="stylesheet" type="text/css" href="/local/css/gnu.css" /> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11<link rev="made" href="mailto:gray@gnu.org" /> 10 <link rev="made" href="mailto:gray@gnu.org.ua" />
11 <link rel="stylesheet" type="text/css" href="/software/pies/gray.css" />
12 <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" /> 12 <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
13</head> 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> 14<body>
15<!--#include virtual="inc/header.html" -->
16<table class='tabs'>
17 <tr>
18 <td><a href="pies.html">Main</a></td>
19 <td><a href="example.html">Examples</a></td>
20 <td><a href="download.html">Downloads</a></td>
21 <td><a class="active" href="manual.html">Documentation</a></td>
22 </tr>
23</table>
22 24
23<h3>%%TITLE%%</h3> 25<div id="main">
24 26<p>The manual for <b>%%PACKAGE%%</b> is available in the following formats:</p>
25<address>Sergey Poznyakoff</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
34</p>
35<hr />
36
37<p>The manual for %%PACKAGE%% is available in the following formats:</p>
38 27
39<ul> 28<ul>
40 <li><a href="%%PACKAGE%%.html">HTML 29 <li><a href="manual/%%PACKAGE%%.html">HTML
41 (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li> 30 (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
42 <li><a href="html_node/index.html">HTML</a> - with one web page per 31 <li><a href="manual/html_node/index.html">HTML</a> - with one web page per
43 node.</li> 32 node.</li>
44%%IF HTML_SECTION%% 33%%IF HTML_SECTION%%
45 <li><a href="html_section/index.html">HTML</a> - with one web page per 34 <li><a href="manual/html_section/index.html">HTML</a> - with one web page per
46 section.</li> 35 section.</li>
47%%ENDIF HTML_SECTION%% 36%%ENDIF HTML_SECTION%%
48%%IF HTML_CHAPTER%% 37%%IF HTML_CHAPTER%%
49 <li><a href="html_chapter/index.html">HTML</a> - with one web page per 38 <li><a href="manual/html_chapter/index.html">HTML</a> - with one web page per
50 chapter.</li> 39 chapter.</li>
51%%ENDIF HTML_CHAPTER%% 40%%ENDIF HTML_CHAPTER%%
52 <li><a href="%%PACKAGE%%.html.gz">HTML compressed 41 <li><a href="manual/%%PACKAGE%%.html.gz">HTML compressed
53 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on 42 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
54 one web page.</li> 43 one web page.</li>
55 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed 44 <li><a href="manual/%%PACKAGE%%.html_node.tar.gz">HTML compressed
56 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> - 45 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
57 with one web page per node.</li> 46 with one web page per node.</li>
58%%IF HTML_SECTION%% 47%%IF HTML_SECTION%%
59 <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed 48 <li><a href="manual/%%PACKAGE%%.html_section.tar.gz">HTML compressed
60 (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> - 49 (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
61 with one web page per section.</li> 50 with one web page per section.</li>
62%%ENDIF HTML_SECTION%% 51%%ENDIF HTML_SECTION%%
63%%IF HTML_CHAPTER%% 52%%IF HTML_CHAPTER%%
64 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed 53 <li><a href="manual/%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
65 (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> - 54 (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
66 with one web page per chapter.</li> 55 with one web page per chapter.</li>
67%%ENDIF HTML_CHAPTER%% 56%%ENDIF HTML_CHAPTER%%
68 <li><a href="%%PACKAGE%%.info.tar.gz">Info document 57 <li><a href="manual/%%PACKAGE%%.info.tar.gz">Info document
69 (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li> 58 (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li>
70 <li><a href="%%PACKAGE%%.txt">ASCII text 59 <li><a href="manual/%%PACKAGE%%.txt">ASCII text
71 (%%ASCII_SIZE%%K characters)</a>.</li> 60 (%%ASCII_SIZE%%K characters)</a>.</li>
72 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed 61 <li><a href="manual/%%PACKAGE%%.txt.gz">ASCII text compressed
73 (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li> 62 (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li>
74 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file 63 <li><a href="manual/%%PACKAGE%%.dvi.gz">TeX dvi file
75 (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li> 64 (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li>
76 <li><a href="%%PACKAGE%%.ps.gz">PostScript file 65 <li><a href="manual/%%PACKAGE%%.ps.gz">PostScript file
77 (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li> 66 (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li>
78 <li><a href="%%PACKAGE%%.pdf">PDF file 67 <li><a href="manual/%%PACKAGE%%.pdf">PDF file
79 (%%PDF_SIZE%%K characters)</a>.</li> 68 (%%PDF_SIZE%%K characters)</a>.</li>
80 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source 69 <li><a href="manual/%%PACKAGE%%.texi.tar.gz">Texinfo source
81 (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li> 70 (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li>
82</ul> 71</ul>
83 72
84<p>(This page generated by the <a 73</div>
85href="%%SCRIPTURL%%">%%SCRIPTNAME%%</a> script.)
86</p>
87
88<p>
89<a href="http://validator.w3.org/check?uri=referer"><img
90 src="http://www.w3.org/Icons/valid-xhtml10"
91 alt="Valid XHTML 1.0!" height="31" width="88" /></a>
92</p>
93
94<div class="copyright">
95<p>
96Return to <a href="http://gray.gnu.org.ua">Sergey Poznyakoff home page</a>.
97</p>
98<p>
99Return to the <a href="http://puszcza.gnu.org.ua">Puszcza home page</a>.
100</p>
101
102<p>
103Please send broken links and other corrections (or suggestions) to
104<a href="mailto:webmaster@gnu.org.ua"><em>webmaster at gnu dot org dot ua</em></a>.
105</p>
106
107<p>
108Copyright (C) 2005 Sergey Poznyakoff
109<br />
110Verbatim copying and distribution of this entire article is
111permitted in any medium, provided this notice is preserved.
112</p>
113 74
114<p> 75<div class="generator">
115Updated: 76<p>(This page is generated by the <a
116<!-- timestamp start --> 77href="%%SCRIPTURL%%">%%SCRIPTNAME%%</a> script.)
117$Date$ $Author$
118<!-- timestamp end -->
119</p> 78</p>
120</div> 79</div>
121 80
81<!--#include virtual="inc/footer.html" -->
122</body> 82</body>
123</html> 83</html>

Return to:

Send suggestions and report system problems to the System administrator.