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%%.ps.gz">PostScript file 49 (%%PS_GZ_SIZE%%K bytes gzipped)</a>.</li> 50<li><a href="%%PACKAGE%%.pdf">PDF file 51 (%%PDF_SIZE%%K bytes)</a>.</li> 52<li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source 53 (%%TEXI_TGZ_SIZE%%K bytes gzipped tar file).</a></li> 54</ul> 55 56<p>You can <a href="http://shop.fsf.org/">buy printed copies of 57some manuals</a> (among other items) from the Free Software Foundation; 58this helps support FSF activities.</p> 59 60<p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%% 61script</a>.)</p> 62 63<!-- If needed, change the copyright block at the bottom. In general, 64 all pages on the GNU web server should have the section about 65 verbatim copying. Please do NOT remove this without talking 66 with the webmasters first. 67 Please make sure the copyright date is consistent with the document 68 and that it is like this: "2001, 2002", not this: "2001-2002". --> 69</div><!-- for id="content", starts in the include above --> 70<!--#include virtual="/server/footer.html" --> 71<div id="footer"> 72 73<p>Please send general FSF & GNU inquiries to 74<a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. 75There are also <a href="/contact/">other ways to contact</a> 76the FSF.<br /> 77Please send broken links and other corrections or suggestions to 78<a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p> 79 80<p>Copyright © 2012 Free Software Foundation, Inc.</p> 81 82<p>Verbatim copying and distribution of this entire article are 83permitted worldwide, without royalty, in any medium, provided this 84notice, and the copyright notice, are preserved.</p> 85 86</div> 87</div> 88</body> 89</html> 90