nightmorph 08/04/03 23:11:34 Modified: handbook-release.xml Log: we're going to be doing the handbook tarballs a little differently; how catalyst expects the directory to be named and setup. per a conversation with wolf31o2 and agaffney in #gentoo-releng.
Revision Changes Path 1.2 xml/htdocs/proj/en/gdp/doc/handbook-release.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml?r1=1.1&r2=1.2 Index: handbook-release.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- handbook-release.xml 19 Oct 2007 02:22:25 -0000 1.1 +++ handbook-release.xml 3 Apr 2008 23:11:34 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml,v 1.1 2007/10/19 02:22:25 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml,v 1.2 2008/04/03 23:11:34 nightmorph Exp $ --> <guide link="/proj/en/gdp/doc/handbook-release.xml"> <title>Handbook Release Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.0</version> -<date>2007-10-18</date> +<version>1.1</version> +<date>2008-04-03</date> <chapter> <title>Introduction</title> @@ -368,16 +368,15 @@ the HTML version that goes on the disc. Instead, use the rendered HTML source code online in <path>/handbook/$new-release/</path>. Download the all-in-one <b>Printable</b> version of the required arch handbook's source code using your -favorite browser and save it as <path>handbook-<arch>.html</path>. The -following example uses the Sparc handbook. +favorite browser and save it as <path>index.html</path>. </p> <pre caption="Creating the on-disc handbook"> <comment>(Create the directory you'll be tarring up)</comment> -$ <i>mkdir -p handbook-sparc/handbook/html/css</i> -$ <i>cd handbook-sparc/handbook/html/</i> +$ <i>mkdir -p handbook/html/css</i> +$ <i>cd handbook/html/</i> <comment>(Move the HTML file here)</comment> -$ <i>mv ../../../handbook-sparc.html ./</i> +$ <i>mv ../../index.html ./</i> <comment>(Download Gentoo's CSS)</comment> $ <i>wget http://www.gentoo.org/css/main.css -O css/main.css</i> </pre> @@ -392,10 +391,10 @@ </pre> <p> -Save your changes, then tar up the top-level <path>handbook-sparc</path> -directory you created. Save it as <path>handbook-sparc.tar.gz</path>, then pass -it on to releng. Repeat for each architecture that has a networkless -installation handbook. +Save your changes, then tar up the top-level <path>handbook</path> directory you +created. Save it as <path>handbook-arch.tar.gz</path> (where <path>arch</path> is +the name of the architecture), then pass it on to releng. Repeat for each +architecture that has a networkless installation handbook. </p> </body> -- [email protected] mailing list
