gendocs_template 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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.2 2005/05/15 03:59:09 eggert 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. <a href="/philosophy/gif.html">(no gifs due to patent problems)</a>
  29. </p>
  30. <hr />
  31. The manual for %%PACKAGE%% is available in the following formats:</p>
  32. <ul>
  33. <li><a href="%%PACKAGE%%.html">HTML
  34. (%%HTML_MONO_SIZE%%K characters)</a> - entirely on one web page.</li>
  35. <li><a href="html_node/index.html">HTML</a> - with one web page per
  36. node.</li>
  37. <li><a href="%%PACKAGE%%.html.gz">HTML compressed
  38. (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on
  39. one web page.</li>
  40. <li><a href="%%PACKAGE%%_html_node.tar.gz">HTML compressed
  41. (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> -
  42. with one web page per node.</li>
  43. <li><a href="%%PACKAGE%%-info.tar.gz">Info document
  44. (%%INFO_TGZ_SIZE%%K characters gzipped tar file)</a>.</li>
  45. <li><a href="%%PACKAGE%%.txt">ASCII text
  46. (%%ASCII_SIZE%%K characters)</a>.</li>
  47. <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed
  48. (%%ASCII_GZ_SIZE%%K gzipped characters)</a>.</li>
  49. <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file
  50. (%%DVI_GZ_SIZE%%K characters gzipped)</a>.</li>
  51. <li><a href="%%PACKAGE%%.ps.gz">PostScript file
  52. (%%PS_GZ_SIZE%%K characters gzipped)</a>.</li>
  53. <li><a href="%%PACKAGE%%.pdf">PDF file
  54. (%%PDF_SIZE%%K characters)</a>.</li>
  55. <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source
  56. (%%TEXI_TGZ_SIZE%%K characters gzipped tar file)</a></li>
  57. </ul>
  58. <p>(This page generated by the <a
  59. href="%%SCRIPTURL%%">%%SCRIPTNAME%%</a> script.)
  60. </p>
  61. <p>
  62. <a href="http://validator.w3.org/check?uri=referer"><img
  63. src="http://www.w3.org/Icons/valid-xhtml10"
  64. alt="Valid XHTML 1.0!" height="31" width="88" /></a>
  65. </p>
  66. <div class="copyright">
  67. <p>
  68. Return to the <a href="/home.html">GNU Project home page</a>.
  69. </p>
  70. <p>
  71. Please send FSF &amp; GNU inquiries to
  72. <a href="mailto:[email protected]"><em>[email protected]</em></a>.
  73. There are also <a href="/home.html#ContactInfo">other ways to contact</a>
  74. the FSF.
  75. <br />
  76. Please send broken links and other corrections (or suggestions) to
  77. <a href="mailto:[email protected]"><em>[email protected]</em></a>.
  78. </p>
  79. <p>
  80. Copyright (C) 2004 Free Software Foundation, Inc.,
  81. 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
  82. <br />
  83. Verbatim copying and distribution of this entire article is
  84. permitted in any medium, provided this notice is preserved.
  85. </p>
  86. <p>
  87. Updated:
  88. <!-- timestamp start -->
  89. $Date: 2005/05/15 03:59:09 $ $Author: eggert $
  90. <!-- timestamp end -->
  91. </p>
  92. </div>
  93. </body>
  94. </html>