Author: wblaszcz Date: 2009-08-01 00:29:35 -0600 (Sat, 01 Aug 2009) New Revision: 7919
Modified: trunk/BOOK/general/prog/python.xml Log: Fixed up Additional Downloads section for Python-2.6.2 Modified: trunk/BOOK/general/prog/python.xml =================================================================== --- trunk/BOOK/general/prog/python.xml 2009-08-01 04:57:46 UTC (rev 7918) +++ trunk/BOOK/general/prog/python.xml 2009-08-01 06:29:35 UTC (rev 7919) @@ -8,8 +8,11 @@ <!ENTITY python-download-ftp "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2"> <!ENTITY python-md5sum "245db9f1e0f09ab7e0faaa0cf7301011"> <!ENTITY python-size "11 MB"> - <!ENTITY python-buildsize "171 MB (23MB for the test suite, additional 26MB for the documentation"> + <!ENTITY python-buildsize "171 MB (23MB for the test suite, additional 26MB for the documentation)"> <!ENTITY python-time "1 SBU (additional 2.9 SBU to run the test suite)"> + <!ENTITY pythonhtmldoc-download-http "http://docs.python.org/ftp/python/doc/&python-majorver;/python-&python-majorver;-docs-html.tar.bz2"> + <!ENTITY pythonhtmldoc-md5sum "cfcd4b9b00ba1e7496b5d823692370a4"> + <!ENTITY pythonhtmldoc-size "3.3 MB"> ]> <sect1 id="python" xreflabel="Python-&Python-version;"> @@ -80,12 +83,17 @@ </listitem> </itemizedlist> --> - <bridgehead renderas="sect4">Optional HTML Documentation</bridgehead> <itemizedlist spacing='compact'> + <title>Optional HTML Documentation</title> <listitem> - <para><ulink - url="http://docs.python.org/ftp/python/doc/&python-majorver;/python-&python-majorver;-docs-html.tar.bz2"/></para> + <para>Download (HTTP): <ulink url="&pythonhtmldoc-download-http;"/></para> </listitem> + <listitem> + <para>Download MD5 sum: &pythonhtmldoc-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &pythonhtmldoc-size;</para> + </listitem> </itemizedlist> <bridgehead renderas="sect3">Python Dependencies</bridgehead> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
