4
0

gendocs_template 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. <!-- $Id: gendocs_template,v 1.5 2007/10/30 14:58:52 gray Exp $ -->
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  6. <head>
  7. <title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title>
  8. <meta http-equiv="content-type" content='text/html; charset=utf-8' />
  9. <link rel="stylesheet" type="text/css" href="/gnu.css" />
  10. <link rev="made" href="mailto:[email protected]" />
  11. <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
  12. </head>
  13. <!-- This document is in XML, and xhtml 1.0 -->
  14. <!-- Please make sure to properly nest your tags -->
  15. <!-- and ensure that your final document validates -->
  16. <!-- consistent with W3C xhtml 1.0 and CSS standards -->
  17. <!-- See validator.w3.org -->
  18. <body>
  19. <h3>%%TITLE%%</h3>
  20. <address>Free Software Foundation</address>
  21. <address>last updated %%DATE%%</address>
  22. <p>
  23. <a href="/graphics/gnu-head.jpg">
  24. <img src="/graphics/gnu-head-sm.jpg"
  25. alt=" [image of the head of a GNU] "
  26. width="129" height="122" />
  27. </a>
  28. </p>
  29. <hr />
  30. <p>The manual for %%PACKAGE%% is available in the following formats:</p>
  31. <ul>
  32. <li><a href="%%PACKAGE%%.html">HTML
  33. (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li>
  34. <li><a href="html_node/index.html">HTML</a> - with one web page per
  35. node.</li>
  36. %%IF HTML_SECTION%%
  37. <li><a href="html_section/index.html">HTML</a> - with one web page per
  38. section.</li>
  39. %%ENDIF HTML_SECTION%%
  40. %%IF HTML_CHAPTER%%
  41. <li><a href="html_chapter/index.html">HTML</a> - with one web page per
  42. chapter.</li>
  43. %%ENDIF HTML_CHAPTER%%
  44. <li><a href="%%PACKAGE%%.html.gz">HTML compressed
  45. (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
  46. one web page.</li>
  47. <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed
  48. (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
  49. with one web page per node.</li>
  50. %%IF HTML_SECTION%%
  51. <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed
  52. (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> -
  53. with one web page per section.</li>
  54. %%ENDIF HTML_SECTION%%
  55. %%IF HTML_CHAPTER%%
  56. <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed
  57. (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> -
  58. with one web page per chapter.</li>
  59. %%ENDIF HTML_CHAPTER%%
  60. <li><a href="%%PACKAGE%%.info.tar.gz">Info document
  61. (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li>
  62. <li><a href="%%PACKAGE%%.txt">ASCII text
  63. (%%ASCII_SIZE%%K characters)</a>.</li>
  64. <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
  65. (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li>
  66. <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
  67. (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li>
  68. <li><a href="%%PACKAGE%%.ps.gz">PostScript file
  69. (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li>
  70. <li><a href="%%PACKAGE%%.pdf">PDF file
  71. (%%PDF_SIZE%%K characters)</a>.</li>
  72. <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
  73. (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li>
  74. </ul>
  75. <p>(This page generated by the <a
  76. href="%%SCRIPTURL%%">%%SCRIPTNAME%%</a> script.)
  77. </p>
  78. <p>
  79. <a href="http://validator.w3.org/check?uri=referer"><img
  80. src="http://www.w3.org/Icons/valid-xhtml10"
  81. alt="Valid XHTML 1.0!" height="31" width="88" /></a>
  82. </p>
  83. <div class="copyright">
  84. <p>
  85. Return to the <a href="/home.html">GNU Project home page</a>.
  86. </p>
  87. <p>
  88. Please send FSF &amp; GNU inquiries to
  89. <a href="mailto:[email protected]"><em>[email protected]</em></a>.
  90. There are also <a href="/home.html#ContactInfo">other ways to contact</a>
  91. the FSF.
  92. <br />
  93. Please send broken links and other corrections (or suggestions) to
  94. <a href="mailto:[email protected]"><em>[email protected]</em></a>.
  95. </p>
  96. <p>
  97. Copyright (C) 2004 Free Software Foundation, Inc.,
  98. 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
  99. <br />
  100. Verbatim copying and distribution of this entire article is
  101. permitted in any medium, provided this notice is preserved.
  102. </p>
  103. <p>
  104. Updated:
  105. <!-- timestamp start -->
  106. $Date: 2007/10/30 14:58:52 $ $Author: gray $
  107. <!-- timestamp end -->
  108. </p>
  109. </div>
  110. </body>
  111. </html>