Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: inserts-en.xml
Date: Sat, 08 Oct 2005 15:39:41
Message-Id: 200510081530.j98FUhuC003328@robin.gentoo.org
1 neysx 05/10/08 15:39:27
2
3 Modified: xml/htdocs/doc/en inserts-en.xml
4 Log:
5 Added support for disclaimer, redirect and note about outdated translations
6
7 Revision Changes Path
8 1.9 +29 -2 xml/htdocs/doc/en/inserts-en.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/inserts-en.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/inserts-en.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/inserts-en.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo
13
14 Index: inserts-en.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts-en.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- inserts-en.xml 9 Jun 2005 17:46:12 -0000 1.8
21 +++ inserts-en.xml 8 Oct 2005 15:39:27 -0000 1.9
22 @@ -1,10 +1,15 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE inserts SYSTEM "/dtd/inserts.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts-en.xml,v 1.8 2005/06/09 17:46:12 swift Exp $-->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts-en.xml,v 1.9 2005/10/08 15:39:27 neysx Exp $-->
27
28 <inserts lang="en">
29 <insert name="Content">Content</insert>
30 - <insert name="Updated">Updated</insert>
31 + <insert name="Updated">Updated <docdate/></insert>
32 + <insert name="Outdated">The <uri link="$originalversion">original version</uri> of this document was last updated <docdate/></insert>
33 + <!-- Doc not in /doc/LL/metadoc.xml -->
34 + <insert name="NoIndex">This translation is not maintained anymore</insert>
35 + <!-- Doc in /doc/LL/metadoc.xml but not in /doc/en/metadoc.xml-->
36 + <insert name="NoOriginal">The original version of this translation is not maintained anymore</insert>
37 <insert name="Summary">Summary</insert>
38 <insert name="Figure">Figure</insert>
39 <insert name="Note">Note</insert>
40 @@ -44,4 +49,26 @@
41 <insert name="document">Document</insert>
42 <insert name="bugid">Bug ID</insert>
43 <insert name="untranslated">Untranslated files</insert>
44 +
45 + <!-- Disclaimer and redirect stuff -->
46 + <insert name="disclaimer">Disclaimer </insert>
47 + <insert name="articles">
48 + The original version of this article was first published on IBM
49 + developerWorks, and is property of Westtech Information Services. This
50 + document is an updated version of the original article, and contains
51 + various improvements made by the Gentoo Linux Documentation team.<br/>
52 + This document is not actively maintained.
53 + </insert>
54 + <insert name="oldbook">
55 + This handbook has been replaced by a newer version and is not maintained anymore.
56 + </insert>
57 + <insert name="draft">
58 + This document is a work in progress and should not be considered official yet.
59 + </insert>
60 + <insert name="obsolete">
61 + This document is not valid and is not maintained anymore.
62 + </insert>
63 + <insert name="redirect">
64 + This document has been replaced by a <uri link="$redirect">new version</uri>.
65 + </insert>
66 </inserts>
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list