diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-05-03 19:30:00 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-05-03 19:30:00 +0000 |
commit | c0890f658dafffee89ad511fb39d5a96ad652034 (patch) | |
tree | 0dd919b3d9471322f415c38895591acf9939aec1 | |
parent | dac544ced724029707d7e8da78483671a578a673 (diff) | |
download | gnutls-c0890f658dafffee89ad511fb39d5a96ad652034.tar.gz |
Update.
-rwxr-xr-x | doc/gendocs_template | 7 | ||||
-rwxr-xr-x | gl/override/doc/gendocs_template | 107 | ||||
-rw-r--r-- | gl/override/doc/gendocs_template.diff | 21 |
3 files changed, 28 insertions, 107 deletions
diff --git a/doc/gendocs_template b/doc/gendocs_template index 874689ce5c..1a6c740881 100755 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -41,6 +41,13 @@ (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file)</a></li> </ul> +<p>There is also an API reference manual:</p> + +<ul> + <li><a href="../reference/">HTML API Reference Manual (GTK-DOC)</a>.</li> + <li><a href="../reference/gnutls.devhelp">DevHelp API Reference Manual (GTK-DOC)</a>.</li> +</ul> + <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%% script</a>.)</p> diff --git a/gl/override/doc/gendocs_template b/gl/override/doc/gendocs_template deleted file mode 100755 index c5890f60a5..0000000000 --- a/gl/override/doc/gendocs_template +++ /dev/null @@ -1,107 +0,0 @@ -<?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="webmasters@gnu.org" /> -</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 /> - -<p>This manual (%%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>There is also an API reference manual:</p> - -<ul> - <li><a href="../reference/">HTML API Reference Manual (GTK-DOC)</a>.</li> - <li><a href="../reference/gnutls.devhelp">DevHelp API Reference Manual (GTK-DOC)</a>.</li> -</ul> - -<p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%% -script</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., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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> diff --git a/gl/override/doc/gendocs_template.diff b/gl/override/doc/gendocs_template.diff new file mode 100644 index 0000000000..587cb74f39 --- /dev/null +++ b/gl/override/doc/gendocs_template.diff @@ -0,0 +1,21 @@ +Index: gendocs_template +=================================================================== +RCS file: /cvs/gnutls/gnutls/doc/gendocs_template,v +retrieving revision 1.5 +diff -u -p -r1.5 gendocs_template +--- gendocs_template 3 May 2007 19:27:56 -0000 1.5 ++++ gendocs_template 3 May 2007 19:29:11 -0000 +@@ -41,6 +41,13 @@ + (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file)</a></li> + </ul> + ++<p>There is also an API reference manual:</p> ++ ++<ul> ++ <li><a href="../reference/">HTML API Reference Manual (GTK-DOC)</a>.</li> ++ <li><a href="../reference/gnutls.devhelp">DevHelp API Reference Manual (GTK-DOC)</a>.</li> ++</ul> ++ + <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%% + script</a>.)</p> + |