summaryrefslogtreecommitdiff
path: root/doc/index_template.html
blob: af838f165caefb9a2a16924c97eb48a43818ff91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="/style.css">
  </head>
  <body>
    <title>%%TITLE%%</title>
    <h2>%%TITLE%%</h2>
    <h3>last updated %%DATE%%</h3>
    
    <ul>
      <li><a href="%%PACKAGE%%.html">HTML
	  (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
      %%IF HTML_NODE%%
      <li><a href="html_node/index.html">HTML</a> - with one web page per
	node.</li>
      %%ENDIF HTML_NODE%%
      %%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>
      %%IF HTML_NODE%%
      <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>
      %%ENDIF HTML_NODE%%
      %%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 bytes gzipped tar file)</a>.</li>
      <li><a href="%%PACKAGE%%.txt">ASCII text
	  (%%ASCII_SIZE%%K bytes)</a>.</li>
      <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
	  (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
      <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
	  (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
      <li><a href="%%PACKAGE%%.pdf">PDF file
	  (%%PDF_SIZE%%K bytes)</a>.</li>
      <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
	  (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
    </ul>
  </body>
</html>