📄 contributors-v10.dtd
字号:
<!-- =================================================================== Apache Contributors DTD (Version 1.1)PURPOSE: This DTD was developed to create a simple document listing the contributors to a project.TYPICAL INVOCATION: <!DOCTYPE contributors PUBLIC "-//APACHE//DTD Contributors Vx.y//EN" "contributors-vxy.dtd"> where x := major version y := minor versionNOTES:AUTHORS: Steven Noels <stevenn@apache.org>FIXME:CHANGE HISTORY:[Version 1.0] 20020608 Initial version. (SN)COPYRIGHT: Copyright (c) 2002 The Apache Software Foundation. Permission to copy in any form is granted provided this notice is included in all copies. Permission to redistribute is granted provided this file is distributed untouched in all its parts and included files.==================================================================== --><!-- =============================================================== --><!-- Include the common documentation elements --><!-- =============================================================== --><!ENTITY % document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">%document;<!-- =============================================================== --><!-- Document Type Definition --><!-- =============================================================== --><!ELEMENT contributors (header, (category | contributors)+)><!ATTLIST contributors %common.att;> <!ELEMENT category (title, contributor+) > <!ATTLIST category %common.att;> <!ELEMENT contributor (person, img?, bio)> <!ATTLIST contributor %common.att;> <!ELEMENT bio (%blocks;)*> <!ATTLIST bio %common.att;><!-- =============================================================== --><!-- End of DTD --><!-- =============================================================== -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -