gendocs_template (3418B)
1 <!--#include virtual="/server/header.html" --> 2 <title>%%TITLE%% - GNU Project - Free Software Foundation (FSF)</title> 3 <!--#include virtual="/server/banner.html" --> 4 <h2>%%TITLE%%</h2> 5 6 <address>Free Software Foundation</address> 7 <address>last updated %%DATE%%</address> 8 9 <p>This manual (%%PACKAGE%%) is available in the following formats:</p> 10 11 <ul> 12 <li><a href="%%PACKAGE%%.html">HTML 13 (%%HTML_MONO_SIZE%%K bytes)</a> - entirely on one web page.</li> 14 <li><a href="html_node/index.html">HTML</a> - with one web page per 15 node.</li> 16 %%IF HTML_SECTION%% 17 <li><a href="html_section/index.html">HTML</a> - with one web page per 18 section.</li> 19 %%ENDIF HTML_SECTION%% 20 %%IF HTML_CHAPTER%% 21 <li><a href="html_chapter/index.html">HTML</a> - with one web page per 22 chapter.</li> 23 %%ENDIF HTML_CHAPTER%% 24 <li><a href="%%PACKAGE%%.html.gz">HTML compressed 25 (%%HTML_MONO_GZ_SIZE%%K gzipped characters)</a> - entirely on 26 one web page.</li> 27 <li><a href="%%PACKAGE%%.html_node.tar.gz">HTML compressed 28 (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file)</a> - 29 with one web page per node.</li> 30 %%IF HTML_SECTION%% 31 <li><a href="%%PACKAGE%%.html_section.tar.gz">HTML compressed 32 (%%HTML_SECTION_TGZ_SIZE%%K gzipped tar file)</a> - 33 with one web page per section.</li> 34 %%ENDIF HTML_SECTION%% 35 %%IF HTML_CHAPTER%% 36 <li><a href="%%PACKAGE%%.html_chapter.tar.gz">HTML compressed 37 (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file)</a> - 38 with one web page per chapter.</li> 39 %%ENDIF HTML_CHAPTER%% 40 <li><a href="%%PACKAGE%%.info.tar.gz">Info document 41 (%%INFO_TGZ_SIZE%%K bytes gzipped tar file)</a>.</li> 42 <li><a href="%%PACKAGE%%.txt">ASCII text 43 (%%ASCII_SIZE%%K bytes)</a>.</li> 44 <li><a href="%%PACKAGE%%.txt.gz">ASCII text compressed 45 (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li> 46 <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file 47 (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li> 48 <li><a href="%%PACKAGE%%.pdf">PDF file 49 (%%PDF_SIZE%%K bytes)</a>.</li> 50 <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source 51 (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li> 52 </ul> 53 54 <p>You can <a href="http://shop.fsf.org/">buy printed copies of 55 some manuals</a> (among other items) from the Free Software Foundation; 56 this helps support FSF activities.</p> 57 58 <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%% 59 script</a>.)</p> 60 61 <!-- If needed, change the copyright block at the bottom. In general, 62 all pages on the GNU web server should have the section about 63 verbatim copying. Please do NOT remove this without talking 64 with the webmasters first. 65 Please make sure the copyright date is consistent with the document 66 and that it is like this: "2001, 2002", not this: "2001-2002". --> 67 </div><!-- for id="content", starts in the include above --> 68 <!--#include virtual="/server/footer.html" --> 69 <div id="footer"> 70 71 <p>Please send general FSF & GNU inquiries to 72 <a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. 73 There are also <a href="/contact/">other ways to contact</a> 74 the FSF.<br /> 75 Please send broken links and other corrections or suggestions to 76 <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p> 77 78 <p>Copyright © 2013 Free Software Foundation, Inc.</p> 79 80 <p>Verbatim copying and distribution of this entire article are 81 permitted worldwide, without royalty, in any medium, provided this 82 notice, and the copyright notice, are preserved.</p> 83 84 </div> 85 </div> 86 </body> 87 </html>