summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-03-24 20:56:54 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-03-24 20:56:54 +0200
commit66b59fccb1eb61c7a32958916ceb716dcd310047 (patch)
tree569e7f106eeb10ea224596ffe4630cc09204f3e9
parent91c031678d6d39a1bfad9d9d483fae75c02f9418 (diff)
downloadtar-66b59fccb1eb61c7a32958916ceb716dcd310047.tar.gz
Fix gendocs_template
-rw-r--r--doc/gendocs_template35
m---------gnulib0
2 files changed, 14 insertions, 21 deletions
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 36e60ff7..cd9ac383 100644
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -1,10 +1,8 @@
-<?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">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!--#include virtual="/server/header.html" -->
+<!-- Parent-Version: 1.78 -->
<!--
-Copyright (C) 2007-2021 Free Software Foundation, Inc.
+Copyright (C) 2006-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -12,25 +10,12 @@ notice and this notice are preserved. This file is offered as-is,
without any warranty.
-->
-<head>
<title>%%TITLE%% - GNU Project - Free Software Foundation</title>
-<meta http-equiv="content-type" content='text/html; charset=utf-8' />
-<link rel="stylesheet" type="text/css" href="/gnu.css" />
-</head>
-
-<body>
-
-<h3>%%TITLE%%</h3>
+<!--#include virtual="/server/banner.html" -->
+<h2>%%TITLE%%</h2>
<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>
-</p>
-<hr />
<p>This manual (%%PACKAGE%%) is available in the following formats:</p>
@@ -77,6 +62,10 @@ without any warranty.
(%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
</ul>
+<p>You can <a href="https://shop.fsf.org/">buy printed copies of
+some manuals</a> (among other items) from the Free Software Foundation;
+this helps support FSF activities.</p>
+
<p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
script</a>.)</p>
@@ -86,7 +75,10 @@ script</a>.)</p>
with the webmasters first.
Please make sure the copyright date is consistent with the document
and that it is like this: "2001, 2002", not this: "2001-2002". -->
-<div id="footer" class="copyright">
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+<div id="footer">
+<div class="unprintable">
<p>Please send general FSF &amp; GNU inquiries to
<a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
@@ -104,5 +96,6 @@ Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
<!--#include virtual="/server/bottom-notes.html" -->
</div>
+</div>
</body>
</html>
diff --git a/gnulib b/gnulib
-Subproject f0d3a4d726d16b77b3fe7fb155b29ab792452a4
+Subproject 783f2967e23e6481941c1bf1e73897c66cb4195