Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/proj/en/gdp/doc: doc-tipsntricks.xml
Date: Mon, 06 Dec 2010 11:32:40
Message-Id: 20101206113229.2591B20054@flycatcher.gentoo.org
1 nightmorph 10/12/06 11:32:29
2
3 Modified: doc-tipsntricks.xml
4 Log:
5 clarify commit policy
6
7 Revision Changes Path
8 1.29 xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?r1=1.28&r2=1.29
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.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- doc-tipsntricks.xml 6 Dec 2010 11:24:51 -0000 1.28
21 +++ doc-tipsntricks.xml 6 Dec 2010 11:32:29 -0000 1.29
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.28 2010/12/06 11:24:51 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v 1.29 2010/12/06 11:32:29 nightmorph Exp $ -->
28
29 <guide>
30 <title>Documentation Development Tips &amp; Tricks</title>
31 @@ -23,7 +23,7 @@
32
33 <license/>
34
35 -<version>5</version>
36 +<version>6</version>
37 <date>2010-12-06</date>
38
39 <chapter>
40 @@ -377,9 +377,10 @@
41 Another common mistake is to update the version number using decimals. You
42 shouldn't do this. The version is a simple whole number. Each update should
43 increment it by one. <c>9</c> should become <c>10</c>, not <c>9.1</c>. For old
44 -documents not yet using the simpler whole number versioning, please increment it
45 -to the nearest whole number. So <c>4.67</c> should become <c>5</c>, <c>1.2</c>
46 -should become <c>2</c>, and so on.
47 +documents not yet using the simpler whole number versioning, please increment
48 +it to the nearest whole number the next time you make a commit to it. So
49 +<c>4.67</c> should become <c>5</c>, <c>1.2</c> should become <c>2</c>, and so
50 +on.
51 </p>
52
53 <impo>