|
@@ -1,7 +1,7 @@
|
|
|
<?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: gendocs_template,v 1.3 2007/01/19 15:41:39 gray Exp $ -->
|
|
|
+<!-- $Id: gendocs_template,v 1.4 2007/10/30 14:08:41 gray Exp $ -->
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
|
|
|
|
<head>
|
|
@@ -30,7 +30,6 @@
|
|
|
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 />
|
|
|
|
|
@@ -38,15 +37,33 @@ 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>
|
|
|
+ (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
|
|
|
<li><a href="html_node/index.html">HTML</a> - with one web page per
|
|
|
node.</li>
|
|
|
+%%IF HTML_SECTION%%
|
|
|
+ <li><a href="html_section/index.html">HTML</a> - with one web page per
|
|
|
+ section.</li>
|
|
|
+%%ENDIF HTML_SECTION%%
|
|
|
+%%IF HTML_CHAPTER%%
|
|
|
+ <li><a href="html_chapter/index.html">HTML</a> - with one web page per
|
|
|
+ chapter.</li>
|
|
|
+%%ENDIF HTML_CHAPTER%%
|
|
|
<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>
|
|
|
+%%IF HTML_SECTION%%
|
|
|
+ <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
|
|
|
+ (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
|
|
|
+ with one web page per section.</li>
|
|
|
+%%ENDIF HTML_SECTION%%
|
|
|
+%%IF HTML_CHAPTER%%
|
|
|
+ <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
|
|
|
+ (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
|
|
|
+ with one web page per chapter.</li>
|
|
|
+%%ENDIF HTML_CHAPTER%%
|
|
|
<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
|
|
@@ -99,7 +116,7 @@ permitted in any medium, provided this notice is preserved.
|
|
|
<p>
|
|
|
Updated:
|
|
|
<!-- timestamp start -->
|
|
|
-$Date: 2007/01/19 15:41:39 $ $Author: gray $
|
|
|
+$Date: 2007/10/30 14:08:41 $ $Author: gray $
|
|
|
<!-- timestamp end -->
|
|
|
</p>
|
|
|
</div>
|