Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
158410fb
...
158410fbdb36e500a1876111cf286c14af948d52
authored
2005-01-17 11:31:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Index page template for gendocs.sh
1 parent
12c03c69
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
108 additions
and
0 deletions
doc/texinfo/gendocs_template
doc/texinfo/gendocs_template
0 → 100755
View file @
158410f
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- $Id$ -->
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
%%TITLE%% - GNU Project - Free Software Foundation (FSF)
</title>
<meta
http-equiv=
"content-type"
content=
'text/html; charset=utf-8'
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/gnu.css"
/>
<link
rev=
"made"
href=
"mailto:gray@gnu.org"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"/graphics/gnu-head-icon.png"
/>
</head>
<!-- This document is in XML, and xhtml 1.0 -->
<!-- Please make sure to properly nest your tags -->
<!-- and ensure that your final document validates -->
<!-- consistent with W3C xhtml 1.0 and CSS standards -->
<!-- See validator.w3.org -->
<body>
<h3>
%%TITLE%%
</h3>
<address>
Free Software Foundation
</address>
<address>
last updated %%DATE%%
</address>
<p>
<a
href=
"/graphics/gnu-head.jpg"
>
<img
src=
"/graphics/gnu-head-sm.jpg"
alt=
" [image of the head of a GNU] "
width=
"129"
height=
"122"
/>
</a>
<a
href=
"/philosophy/gif.html"
>
(no gifs due to patent problems)
</a>
</p>
<hr
/>
The manual for %%PACKAGE%% is available in the following formats:
</p>
<ul>
<li><a
href=
"%%PACKAGE%%.html"
>
HTML
(%%HTML_MONO_SIZE%%K characters)
</a>
- entirely on one web page.
</li>
<li><a
href=
"html_node/index.html"
>
HTML
</a>
- with one web page per
node.
</li>
<li><a
href=
"%%PACKAGE%%.html.gz"
>
HTML compressed
(%%HTML_MONO_GZ_SIZE%%K gzipped characters)
</a>
- entirely on
one web page.
</li>
<li><a
href=
"%%PACKAGE%%_html_node.tar.gz"
>
HTML compressed
(%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)
</a>
-
with one web page per node.
</li>
<li><a
href=
"%%PACKAGE%%-info.tar.gz"
>
Info document
(%%INFO_TGZ_SIZE%%K characters gzipped tar file)
</a>
.
</li>
<li><a
href=
"%%PACKAGE%%.txt"
>
ASCII text
(%%ASCII_SIZE%%K characters)
</a>
.
</li>
<li><a
href=
"%%PACKAGE%%.txt.gz"
>
ASCII text compressed
(%%ASCII_GZ_SIZE%%K gzipped characters)
</a>
.
</li>
<li><a
href=
"%%PACKAGE%%.dvi.gz"
>
TeX dvi file
(%%DVI_GZ_SIZE%%K characters gzipped)
</a>
.
</li>
<li><a
href=
"%%PACKAGE%%.ps.gz"
>
PostScript file
(%%PS_GZ_SIZE%%K characters gzipped)
</a>
.
</li>
<li><a
href=
"%%PACKAGE%%.pdf"
>
PDF file
(%%PDF_SIZE%%K characters)
</a>
.
</li>
<li><a
href=
"%%PACKAGE%%.texi.tar.gz"
>
Texinfo source
(%%TEXI_TGZ_SIZE%%K characters gzipped tar file)
</a></li>
</ul>
<p>
(This page generated by the
<a
href=
"%%SCRIPTURL%%"
>
%%SCRIPTNAME%%
</a>
script.)
</p>
<p>
<a
href=
"http://validator.w3.org/check?uri=referer"
><img
src=
"http://www.w3.org/Icons/valid-xhtml10"
alt=
"Valid XHTML 1.0!"
height=
"31"
width=
"88"
/></a>
</p>
<div
class=
"copyright"
>
<p>
Return to the
<a
href=
"/home.html"
>
GNU Project home page
</a>
.
</p>
<p>
Please send FSF
&
GNU inquiries to
<a
href=
"mailto:gnu@gnu.org"
><em>
gnu@gnu.org
</em></a>
.
There are also
<a
href=
"/home.html#ContactInfo"
>
other ways to contact
</a>
the FSF.
<br
/>
Please send broken links and other corrections (or suggestions) to
<a
href=
"mailto:webmasters@gnu.org"
><em>
webmasters@gnu.org
</em></a>
.
</p>
<p>
Copyright (C) 2004 Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111, USA
<br
/>
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
</p>
<p>
Updated:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</p>
</div>
</body>
</html>
Please
register
or
sign in
to post a comment