-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
67 lines (58 loc) · 2.11 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY author "<ulink url='mailto:worldhello.net .AT. gmail.com'>蒋鑫</ulink>">
<!ENTITY orgname "<ulink url='http://www.ossxp.com'>ossxp.com</ulink>">
<!ENTITY % vers SYSTEM "version.xml">
%vers;
<!ENTITY foreword SYSTEM "foreword.xml">
<!ENTITY ch01 SYSTEM "ch01-preface.xml">
<!ENTITY ch02 SYSTEM "ch02-model-tdd.xml">
<!ENTITY ch03 SYSTEM "ch03-pylons.xml">
<!ENTITY ch04 SYSTEM "ch04-auth.xml">
<!ENTITY ch05 SYSTEM "ch05-config.xml">
<!ENTITY ch06 SYSTEM "ch06-i18n.xml">
<!ENTITY ch07 SYSTEM "ch07-package.xml">
<!ENTITY ch08 SYSTEM "ch08-submit.xml">
<!ENTITY ch09 SYSTEM "ch09-appendix.xml">
]>
<article id="index">
<articleinfo>
<title>敏捷 Web 开发实践</title>
<subtitle>—— pySvnManager 项目实战</subtitle>
<author><firstname><ulink url="http://www.ossxp.com"/></firstname></author>
<affiliation>
<orgname>&orgname;</orgname>
<address><email>worldhello.net AT gmail.com</email></address>
</affiliation>
<revhistory>
<revision>
<revnumber>0.2</revnumber>
<date>2008/09/12</date>
<authorinitials>&author;</authorinitials>
<revremark>随 Pylons 升级为 0.9.7,pySvnManager 升级为 0.3。修改 WebHelpers 以及 routing 等相关内容。</revremark>
</revision>
<revision>
<revnumber>0.1</revnumber>
<date>2008/07/20</date>
<authorinitials>&author;</authorinitials>
<revremark>创建。</revremark>
</revision>
</revhistory>
<abstract>
<para><emphasis>敏捷</emphasis>也许就是保障项目成功的“银弹”。
笔者通过最近完成的一个小项目切身体验了一下 Python 语言在
Web 敏捷开发上的强大力量,愿与您共享。</para>
<para>(版本号: 0.2.&doc.revision;,最后更新时间: &doc.lastchange;)</para>
</abstract>
</articleinfo>
&ch01;
&ch02;
&ch03;
&ch04;
&ch05;
&ch06;
&ch07;
&ch08;
&ch09;
</article>