gendocs_template_dragora 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. <!--
  6. Copyright (C) 2007-2020 Free Software Foundation, Inc.
  7. Copying and distribution of this file, with or without modification,
  8. are permitted in any medium without royalty provided the copyright
  9. notice and this notice are preserved. This file is offered as-is,
  10. without any warranty.
  11. -->
  12. <head>
  13. <title>%%TITLE%% - GNU Project - Free Software Foundation</title>
  14. <meta http-equiv="content-type" content='text/html; charset=utf-8' />
  15. <link rel="stylesheet" type="text/css" href="/gnu.css" />
  16. </head>
  17. <body>
  18. <h3>%%TITLE%%</h3>
  19. <address>Free Software Foundation</address>
  20. <address>last updated %%DATE%%</address>
  21. <p>
  22. <a href="/graphics/gnu-head.jpg">
  23. <img src="/graphics/gnu-head-sm.jpg"
  24. alt=" [image of the head of a GNU] " width="129" height="122"/>
  25. </a>
  26. </p>
  27. <hr />
  28. <p>This manual (%%PACKAGE%%) is available in the following formats:</p>
  29. <ul>
  30. <li><a href="%%PACKAGE%%.html">HTML
  31. (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
  32. <li><a href="html_node/index.html">HTML</a> - with one web page per
  33. node.</li>
  34. %%IF HTML_SECTION%%
  35. <li><a href="html_section/index.html">HTML</a> - with one web page per
  36. section.</li>
  37. %%ENDIF HTML_SECTION%%
  38. %%IF HTML_CHAPTER%%
  39. <li><a href="html_chapter/index.html">HTML</a> - with one web page per
  40. chapter.</li>
  41. %%ENDIF HTML_CHAPTER%%
  42. <li><a href="%%PACKAGE%%.html.gz">HTML compressed
  43. (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
  44. one web page.</li>
  45. <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
  46. (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
  47. with one web page per node.</li>
  48. %%IF HTML_SECTION%%
  49. <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
  50. (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
  51. with one web page per section.</li>
  52. %%ENDIF HTML_SECTION%%
  53. %%IF HTML_CHAPTER%%
  54. <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
  55. (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
  56. with one web page per chapter.</li>
  57. %%ENDIF HTML_CHAPTER%%
  58. <li><a href="%%PACKAGE%%.info.tar.gz">Info document
  59. (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li>
  60. <li><a href="%%PACKAGE%%.txt">ASCII text
  61. (%%ASCII_SIZE%%K bytes)</a>.</li>
  62. <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
  63. (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>
  64. <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
  65. (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li>
  66. <li><a href="%%PACKAGE%%.pdf">PDF file
  67. (%%PDF_SIZE%%K bytes)</a>.</li>
  68. <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
  69. (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li>
  70. </ul>
  71. <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%%
  72. script</a>.)</p>
  73. <!-- If needed, change the copyright block at the bottom. In general,
  74. all pages on the GNU web server should have the section about
  75. verbatim copying. Please do NOT remove this without talking
  76. with the webmasters first.
  77. Please make sure the copyright date is consistent with the document
  78. and that it is like this: "2001, 2002", not this: "2001-2002". -->
  79. <div id="footer" class="copyright">
  80. <p>Please send general FSF &amp; GNU inquiries to
  81. <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
  82. There are also <a href="/contact/">other ways to contact</a>
  83. the FSF. Broken links and other corrections or suggestions can be sent
  84. to <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
  85. </div>
  86. <p>Copyright &copy; 2020 Free Software Foundation, Inc.</p>
  87. <p>This page is licensed under a <a rel="license"
  88. href="https://creativecommons.org/licenses/by-nd/3.0/us/">Creative
  89. Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
  90. <!--#include virtual="/server/bottom-notes.html" -->
  91. </div>
  92. </body>
  93. </html>