gendocs_template_min 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>%%TITLE%% - GNU Project - Free Software Foundation</title>
  7. <meta http-equiv="content-type" content='text/html; charset=utf-8' />
  8. <link rel="stylesheet" type="text/css" href="/gnu.css" />
  9. </head>
  10. <body>
  11. <h3>%%TITLE%%</h3>
  12. <address>Free Software Foundation</address>
  13. <address>last updated %%DATE%%</address>
  14. <p>
  15. <a href="/graphics/gnu-head.jpg">
  16. <img src="/graphics/gnu-head-sm.jpg"
  17. alt=" [image of the head of a GNU] " width="129" height="122"/>
  18. </a>
  19. </p>
  20. <hr />
  21. <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
  22. <ul>
  23. <li><a href="%%PACKAGE%%.html">HTML
  24. (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
  25. <li><a href="html_node/index.html">HTML</a> - with one web page per
  26. node.</li>
  27. %%IF HTML_SECTION%%
  28. <li><a href="html_section/index.html">HTML</a> - with one web page per
  29. section.</li>
  30. %%ENDIF HTML_SECTION%%
  31. %%IF HTML_CHAPTER%%
  32. <li><a href="html_chapter/index.html">HTML</a> - with one web page per
  33. chapter.</li>
  34. %%ENDIF HTML_CHAPTER%%
  35. <li><a href="%%PACKAGE%%.html.gz">HTML compressed
  36. (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
  37. one web page.</li>
  38. <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
  39. (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
  40. with one web page per node.</li>
  41. %%IF HTML_SECTION%%
  42. <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
  43. (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
  44. with one web page per section.</li>
  45. %%ENDIF HTML_SECTION%%
  46. %%IF HTML_CHAPTER%%
  47. <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
  48. (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
  49. with one web page per chapter.</li>
  50. %%ENDIF HTML_CHAPTER%%
  51. <li><a href="%%PACKAGE%%.info.tar.gz">Info document
  52. (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
  53. <li><a href="%%PACKAGE%%.txt">ASCII text
  54. (%%ASCII_SIZE%%K bytes)</a>.</li>
  55. <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
  56. (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
  57. <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
  58. (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
  59. <li><a href="%%PACKAGE%%.pdf">PDF file
  60. (%%PDF_SIZE%%K bytes)</a>.</li>
  61. <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
  62. (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
  63. </ul>
  64. <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
  65. script</a>.)</p>
  66. <div id="footer" class="copyright">
  67. <p>Please send general FSF &amp; GNU inquiries to
  68. <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
  69. There are also <a href="/contact/">other ways to contact</a>
  70. the FSF. Broken links and other corrections or suggestions can be sent
  71. to <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
  72. </div>
  73. <p>Copyright &copy; 2017 Free Software Foundation, Inc.</p>
  74. <p>This page is licensed under a <a rel="license"
  75. href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
  76. Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
  77. <!--#include virtual="/server/bottom-notes.html" -->
  78. </div>
  79. </body>
  80. </html>