Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/Python: developersguide.xml
Date: Fri, 20 Jun 2008 18:46:33
Message-Id: E1K9lcy-0005Qn-3L@stork.gentoo.org
1 pythonhead 08/06/20 18:46:28
2
3 Modified: developersguide.xml
4 Log:
5 Fixed encoding.
6
7 Revision Changes Path
8 1.10 xml/htdocs/proj/en/Python/developersguide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/developersguide.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/developersguide.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/developersguide.xml?r1=1.9&r2=1.10
13
14 Index: developersguide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- developersguide.xml 20 Jun 2008 18:08:13 -0000 1.9
21 +++ developersguide.xml 20 Jun 2008 18:46:27 -0000 1.10
22 @@ -1,17 +1,20 @@
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/Python/developersguide.xml,v 1.9 2008/06/20 18:08:13 pythonhead Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.10 2008/06/20 18:46:27 pythonhead Exp $ -->
28
29 <guide link="/proj/en/Python/developersguide.xml" lang="en">
30 <title>Gentoo Python Developers Guide</title>
31
32 <author title="Author">
33 - <mail link="dev-zero@g.o">Tiziano MÃŒller</mail>
34 + <mail link="dev-zero@g.o">Tiziano Müller</mail>
35 </author>
36 <author title="Author">
37 <mail link="hawking@g.o">Ali Polatel</mail>
38 </author>
39 +<author title="Author">
40 + <mail link="pythonhead@g.o">Rob Cakebread</mail>
41 +</author>
42
43 <abstract>
44 This guide is supposed to be a help for (new) Python developers. Besides
45 @@ -23,8 +26,8 @@
46 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
47 <license/>
48
49 -<version>0.2</version>
50 -<date>2007-07-03</date>
51 +<version>0.3</version>
52 +<date>2008-06-20</date>
53
54 <chapter>
55 <title>Bumps, Drops, Stabilization</title>
56 @@ -195,7 +198,7 @@
57 <pre caption="PYTHON_MODNAME usage (example from ipython-0.7.3.ebuild)">
58 <comment># Copyright 1999-2007 Gentoo Foundation</comment>
59 <comment># Distributed under the terms of the GNU General Public License v2</comment>
60 -<comment># $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.9 2008/06/20 18:08:13 pythonhead Exp $</comment>
61 +<comment># $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.10 2008/06/20 18:46:27 pythonhead Exp $</comment>
62
63 <ident>NEED_PYTHON</ident>=2.3
64
65
66
67
68 --
69 gentoo-commits@l.g.o mailing list