Gentoo Archives: gentoo-doc-cvs

From: Lars Weiler <pylon@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit:
Date: Sat, 04 Mar 2006 18:58:02
Message-Id: 200603041857.k24IvrVw002775@robin.gentoo.org
1 pylon 06/03/04 18:57:52
2
3 Added: anothertest.xml
4 Log:
5 Test with two files
6
7 Revision Changes Path
8 1.1 xml/htdocs/doc/en/anothertest.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/anothertest.xml?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/anothertest.xml?rev=1.1&content-type=text/plain&cvsroot=gentoo
12
13 Index: anothertest.xml
14 ===================================================================
15 <?xml version='1.0' encoding="UTF-8"?>
16 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/anothertest.xml,v 1.1 2006/03/04 18:57:52 pylon Exp $ -->
17 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
18
19 <guide link="/doc/en/test.xml">
20 <title>Testfile</title>
21
22 <author title="Author">
23 <mail link="pylon@g.o">Lars Weiler</mail>
24 </author>
25
26 <abstract>
27 This is a testfile with some guidexml content. The main purpose is to test
28 our DTD-checker on the CVS-server.
29 </abstract>
30
31 <license />
32
33 <version>1.1</version>
34 <date>2006-03-04</date>
35
36 <chapter>
37 <title>Sample Chapter 1</title>
38 <section>
39 <title>Sample Section 1</title>
40 <body>
41
42 <p>
43 Some text.
44 Some more text.
45 </p>
46
47 </body>
48 </section>
49 <section>
50 <title>Sample Section 2</title>
51 <body>
52
53 <p>
54 <b>Some bold text</b> and <e>emphasised</e>.
55 </p>
56
57 </body>
58 </section>
59 </chapter>
60
61
62 </guide>
63
64
65
66 --
67 gentoo-doc-cvs@g.o mailing list