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.
16 <!-- ===================================================================
18 Apache Changes
Module (Version
1.1)
21 This DTD was developed to create a simple yet powerful document
22 type for software development changes for use with the Apache projects.
23 It is an XML
-compliant DTD and it
's maintained by the Apache XML
28 <!ENTITY % changes PUBLIC
29 "-//APACHE//ENTITIES Changes Vxy//EN"
39 It is important, expecially in open developped software projects, to keep
40 track of software changes both to give users indications of bugs that might
41 have been resolved, as well, and not less important, to provide credits
42 for the support given to the project. It is considered vital to provide
43 adequate payback using recognition and credits to let users and developers
44 feel part of the community, thus increasing development power.
50 19991129 Initial version. (SM)
51 20000316 Added bugfixing attribute. (SM)
53 20011212 Used public identifiers for external entities (SM)
55 ==================================================================== -->
57 <!-- =============================================================== -->
58 <!-- Document Type Definition -->
59 <!-- =============================================================== -->
61 <!ELEMENT changes (title?, devs?, release+)>
62 <!ATTLIST changes %common.att;>
64 <!ELEMENT release (action+)>
65 <!ATTLIST release %common.att;
66 version CDATA #REQUIRED
69 <!-- =============================================================== -->
71 <!-- =============================================================== -->