Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: handbook-release.xml
Date: Thu, 03 Apr 2008 23:11:37
Message-Id: E1JhYak-0007X2-HN@stork.gentoo.org
1 nightmorph 08/04/03 23:11:34
2
3 Modified: handbook-release.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/gdp/doc/handbook-release.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml?r1=1.1&r2=1.2
13
14 Index: handbook-release.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- handbook-release.xml 19 Oct 2007 02:22:25 -0000 1.1
21 +++ handbook-release.xml 3 Apr 2008 23:11:34 -0000 1.2
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml,v 1.1 2007/10/19 02:22:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/handbook-release.xml,v 1.2 2008/04/03 23:11:34 nightmorph Exp $ -->
27
28 <guide link="/proj/en/gdp/doc/handbook-release.xml">
29 <title>Handbook Release Guide</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.0</version>
35 -<date>2007-10-18</date>
36 +<version>1.1</version>
37 +<date>2008-04-03</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -368,16 +368,15 @@
42 the HTML version that goes on the disc. Instead, use the rendered HTML source
43 code online in <path>/handbook/$new-release/</path>. Download the all-in-one
44 <b>Printable</b> version of the required arch handbook's source code using your
45 -favorite browser and save it as <path>handbook-&lt;arch&gt;.html</path>. The
46 -following example uses the Sparc handbook.
47 +favorite browser and save it as <path>index.html</path>.
48 </p>
49
50 <pre caption="Creating the on-disc handbook">
51 <comment>(Create the directory you'll be tarring up)</comment>
52 -$ <i>mkdir -p handbook-sparc/handbook/html/css</i>
53 -$ <i>cd handbook-sparc/handbook/html/</i>
54 +$ <i>mkdir -p handbook/html/css</i>
55 +$ <i>cd handbook/html/</i>
56 <comment>(Move the HTML file here)</comment>
57 -$ <i>mv ../../../handbook-sparc.html ./</i>
58 +$ <i>mv ../../index.html ./</i>
59 <comment>(Download Gentoo's CSS)</comment>
60 $ <i>wget http://www.gentoo.org/css/main.css -O css/main.css</i>
61 </pre>
62 @@ -392,10 +391,10 @@
63 </pre>
64
65 <p>
66 -Save your changes, then tar up the top-level <path>handbook-sparc</path>
67 -directory you created. Save it as <path>handbook-sparc.tar.gz</path>, then pass
68 -it on to releng. Repeat for each architecture that has a networkless
69 -installation handbook.
70 +Save your changes, then tar up the top-level <path>handbook</path> directory you
71 +created. Save it as <path>handbook-arch.tar.gz</path> (where <path>arch</path> is
72 +the name of the architecture), then pass it on to releng. Repeat for each
73 +architecture that has a networkless installation handbook.
74 </p>
75
76 </body>
77
78
79
80 --
81 gentoo-doc-cvs@l.g.o mailing list