Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: doc-tipsntricks.xml
Date: Fri, 21 Jul 2006 04:38:59
Message-Id: 20060721043847.A89946482B@smtp.gentoo.org
1 rane 06/07/21 04:38:47
2
3 Modified: doc-tipsntricks.xml
4 Log:
5 #141220, adding information about packages xmllint and xsltproc belong to
6
7 Revision Changes Path
8 1.20 xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
13
14 Index: doc-tipsntricks.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- doc-tipsntricks.xml 19 Jul 2006 19:24:39 -0000 1.19
21 +++ doc-tipsntricks.xml 21 Jul 2006 04:38:47 -0000 1.20
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v 1.19 2006/07/19 19:24:39 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v 1.20 2006/07/21 04:38:47 rane Exp $ -->
28
29 <guide link="/proj/en/gdp/doc/doc-tipsntricks.xml">
30 <title>Documentation Development Tips &amp; Tricks</title>
31 @@ -20,8 +20,8 @@
32
33 <license/>
34
35 -<version>0.24</version>
36 -<date>2006-07-19</date>
37 +<version>0.25</version>
38 +<date>2006-07-20</date>
39
40 <chapter>
41 <title>Setting up your local environment</title>
42 @@ -192,7 +192,8 @@
43 <body>
44
45 <p>
46 -To test a Gentoo Guide, first check if it uses correct XML:
47 +To test a Gentoo Guide, first use <c>xmllint</c> (from <c>dev-libs/libxml2</c>)
48 +to check if it uses correct XML:
49 </p>
50
51 <pre caption="Using xmllint to verify guides">
52 @@ -202,7 +203,7 @@
53 <p>
54 If <c>xmllint</c> returns without showing anything, then the file is
55 error-free (or at least concerning XML-tags). Next you need to convert it to
56 -HTML. <c>xsltproc</c> is the tool needed for that:
57 +HTML, using <c>xsltproc</c> (from <c>dev-libs/libxslt</c>):
58 </p>
59
60 <pre caption="Converting to HTML">
61
62
63
64 --
65 gentoo-doc-cvs@g.o mailing list