forked from php/doc-zh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookinfo.xml
74 lines (66 loc) · 3.04 KB
/
bookinfo.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
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fdabefd50cedaed15fa965ea3a8be31646207a1a Maintainer: verdana Status: ready -->
<!-- Reviewed: yes -->
<info xmlns="http://docbook.org/ns/docbook" xml:id="bookinfo">
&frontpage.authors;
<pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
&frontpage.editors;
<!--
根据加入顺序,贡献度与参与程度重新排列。参与程度相对较小的不再单独列出
取贡献前 10 名,参考: http://doc.php.net/revcheck.php?p=translators&lang=zh
其它参与翻译人员名单放到 https://www.php.net/manual/zh/preface.php#contributors 中展示
-->
<authorgroup xml:id="translators">
<othercredit class="translator">
<personname>中文翻译人员:</personname>
</othercredit>
<othercredit class="translator"> <personname>戴劼</personname> </othercredit>
<othercredit class="translator"> <personname>乔楚</personname> </othercredit>
<othercredit class="translator"> <personname>袁玉强</personname> </othercredit>
<othercredit class="translator"> <personname>王远之</personname> </othercredit>
<othercredit class="translator"> <personname>段小强</personname> </othercredit>
<othercredit class="translator"> <personname>陈伯乐</personname> </othercredit>
<othercredit class="translator"> <personname>周梦康</personname> </othercredit>
<othercredit class="translator"> <personname>肖理达</personname> </othercredit>
<othercredit class="translator"> <personname>肖盛文</personname> </othercredit>
<othercredit class="translator"> <personname>褚兆玮</personname> </othercredit>
</authorgroup>
<copyright>
<year>1997-<?dbtimestamp format="Y"?></year>
<holder>PHP 文档组</holder>
</copyright>
<legalnotice xml:id="copyright" xmlns:xlink="http://www.w3.org/1999/xlink">
<info><title>版权信息</title></info>
<simpara>
Copyright © 1997 - <?dbtimestamp format="Y"?>,PHP 文档组版权所有。发行本资料必须服从
Creative Commons Attribution 3.0 或更新版许可中阐明的条款及条件。<link linkend="cc.license">Creative
Commons Attribution 3.0 license</link> 的副本已随本手册发行。其最新版本位于
<link xlink:href="&url.cc.by;">&url.cc.by;</link>。
</simpara>
<simpara>
如有兴趣再发行或再版此文档的全部或部分内容,不论修改过与否,或有任何问题,请联系版权所有者
<link xlink:href="mailto:&email.php.doc.license;">&email.php.doc.license;</link>。注意,本地址映射到一个公开归档的邮件列表。
</simpara>
</legalnotice>
</info>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->