Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / dtd / todo-v13.dtd
blob9c28ec853d731573d83f46574f0023f5eac68c21
1 <!--
2 Copyright 1999-2004 The Apache Software Foundation
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16 <!-- ===================================================================
18 Apache Todos DTD (Version 1.2)
20 PURPOSE:
21 This DTD was developed to create a simple yet powerful document
22 type for software development todo lists for use with the Apache projects.
23 It is an XML-compliant DTD and it's maintained by the Apache XML
24 project.
26 TYPICAL INVOCATION:
28 <!DOCTYPE todo PUBLIC
29 "-//APACHE//DTD Todo Vx.y//EN"
30 "todo-vxy.dtd">
32 where
34 x := major version
35 y := minor version
37 NOTES:
38 It is important, expecially in open developped software projects, to keep
39 track of software changes that need to be done, planned features, development
40 assignment, etc. in order to allow better work parallelization and create
41 an entry point for people that want to help. This DTD wants to provide
42 a solid foundation to provide such information and to allow it to be
43 published as well as distributed in a common format.
45 FIXME:
46 - do we need anymore working contexts? (SM)
48 CHANGE HISTORY:
49 [Version 1.0]
50 19991129 Initial version. (SM)
51 19991225 Added actions element for better structure (SM)
52 [Version 1.1]
53 20011212 Used public identifiers for external entities (SM)
54 20020613 Include the module of ISO character entity sets (DC)
55 [Version 1.2]
56 20030424 Adopt the loosened content model from document-v12 (JT)
57 20040614 Stay current with latest document-v13 (class attribute)
59 ==================================================================== -->
61 <!-- =============================================================== -->
62 <!-- Include the Documentation DTD -->
63 <!-- =============================================================== -->
65 <!ENTITY % document PUBLIC
66 "-//APACHE//ENTITIES Documentation V1.3//EN"
67 "document-v13.mod">
68 %document;
70 <!-- =============================================================== -->
71 <!-- Include the Common ISO Character Entity Sets -->
72 <!-- =============================================================== -->
74 <!ENTITY % common-charents PUBLIC
75 "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
76 "common-charents-v10.mod">
77 %common-charents;
79 <!-- =============================================================== -->
80 <!-- Include the Common elements -->
81 <!-- =============================================================== -->
83 <!ENTITY % common PUBLIC
84 "-//APACHE//ENTITIES Common Elements V1.0//EN"
85 "common-elems-v10.mod">
86 %common;
88 <!-- =============================================================== -->
89 <!-- Include the Todo module -->
90 <!-- =============================================================== -->
92 <!ENTITY % todo PUBLIC
93 "-//APACHE//ENTITIES Todo V1.1//EN"
94 "todo-v11.mod">
95 %todo;
97 <!-- =============================================================== -->
98 <!-- End of DTD -->
99 <!-- =============================================================== -->