Update.
[libidn.git] / doc / gendocs_template
blob490dd05874a3c0081e869573a72cf578749995c9
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">
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="webmasters@gnu.org" />
12 </head>
14 <!-- This document is in XML, and xhtml 1.0 -->
15 <!-- Please make sure to properly nest your tags -->
16 <!-- and ensure that your final document validates -->
17 <!-- consistent with W3C xhtml 1.0 and CSS standards -->
18 <!-- See validator.w3.org -->
20 <body>
22 <h3>%%TITLE%%</h3>
24 <address>Free Software Foundation</address>
25 <address>last updated %%DATE%%</address>
26 <p>
27 <a href="/graphics/gnu-head.jpg">
28 <img src="/graphics/gnu-head-sm.jpg"
29 alt=" [image of the head of a GNU] "
30 width="129" height="122" />
31 </a>
32 <a href="/philosophy/gif.html">(no gifs due to patent problems)</a>
33 </p>
34 <hr />
36 <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
38 <ul>
39 <li><a href="%%PACKAGE%%.html">HTML
40 (%%HTML_MONO_SIZE%%K characters)</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 <li><a href="%%PACKAGE%%.html.gz">HTML compressed
44 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
45 one web page.</li>
46 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
47 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
48 with one web page per node.</li>
49 <li><a href="%%PACKAGE%%.info.tar.gz">Info document
50 (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li>
51 <li><a href="%%PACKAGE%%.txt">ASCII text
52 (%%ASCII_SIZE%%K characters)</a>.</li>
53 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
54 (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li>
55 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
56 (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li>
57 <li><a href="%%PACKAGE%%.ps.gz">PostScript file
58 (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li>
59 <li><a href="%%PACKAGE%%.pdf">PDF file
60 (%%PDF_SIZE%%K characters)</a>.</li>
61 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
62 (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li>
63 </ul>
65 <p>The manual is also available in a few experimental formats:
67 <p>
68 <ul>
69 <li><a href="../doxygen/">Doxygen HTML</a>.
70 <li><a href="../doxygen/libidn.pdf">Doxygen PDF file</a>.
71 </ul>
73 <p>
74 <ul>
75 <li><a href="../reference/">HTML Reference API Manual (GTK-DOC)</a>.
76 <li><a href="../reference/libidn.devhelp">DevHelp Reference API Manual (GTK-DOC)</a>.
77 </ul>
79 <p>The native Java implementation is documented using Javadoc:
81 <p>
82 <ul>
83 <li><a href="../javadoc/tree.html">JavaDoc HTML</a>.
84 </ul>
86 <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
87 script</a>.)</p>
89 <div class="copyright">
90 <p>
91 Return to the <a href="/home.html">GNU Project home page</a>.
92 </p>
94 <p>
95 Please send FSF &amp; GNU inquiries to
96 <a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>.
97 There are also <a href="/home.html#ContactInfo">other ways to contact</a>
98 the FSF.
99 <br />
100 Please send broken links and other corrections (or suggestions) to
101 <a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
102 </p>
105 Copyright (C) 2004 Free Software Foundation, Inc.,
106 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
107 <br />
108 Verbatim copying and distribution of this entire article is
109 permitted in any medium, provided this notice is preserved.
110 </p>
113 Updated:
114 <!-- timestamp start -->
115 $Date$ $Author$
116 <!-- timestamp end -->
117 </p>
118 </div>
120 </body>
121 </html>