contributors-v10.dtd
来自「国外的一套开源CRM」· DTD 代码 · 共 69 行
DTD
69 行
<!-- =================================================================== 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 + =
减小字号Ctrl + -
显示快捷键?