dion 2002/10/27 23:40:48
Added: src/xsd navigation-1.0.dtd navigation-1.0.mod
Log:
DTDs for Maven's Anakia navigation format
Revision Changes Path
1.1 jakarta-turbine-maven/src/xsd/navigation-1.0.dtd
Index: navigation-1.0.dtd
===================================================================
<!-- ===================================================================
Apache Maven Navigation DTD (Version 1.0)
PURPOSE:
This DTD was developed to create a simple yet powerful document
type for site navigation for use with the Apache projects.
It is an XML-compliant DTD and it's maintained by the
Apache Jakarta Turbine Maven project.
TYPICAL INVOCATION:
<!DOCTYPE project PUBLIC
"-//APACHE//Maven Navigation x.y//EN"
"navigation-x.y.dtd">
where
x := major version
y := minor version
NOTES:
It is important, expecially in open source software projects, to keep
track of software changes both to give users indications of bugs that might
have been resolved, as well, and not less important, to provide credits
for the support given to the project. It is considered vital to provide
adequate payback using recognition and credits to let users and developers
feel part of the community, thus increasing development power.
AUTHORS:
dIon Gillard <[EMAIL PROTECTED]>
FIXME:
CHANGE HISTORY:
[Version 1.0]
20021027 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 Changes module -->
<!-- =============================================================== -->
<!ENTITY % navigation PUBLIC
"-//APACHE//ENTITIES Maven Navigation V1.0//EN"
"navigation-1.0.mod">
%navigation;
<!-- =============================================================== -->
<!-- End of DTD -->
<!-- =============================================================== -->
1.1 jakarta-turbine-maven/src/xsd/navigation-1.0.mod
Index: navigation-1.0.mod
===================================================================
<!-- ===================================================================
Apache Maven Navigation Module (Version 1.0)
PURPOSE:
This DTD was developed to create a simple yet powerful document
type for site navigation for use with the Apache projects.
It is an XML-compliant DTD and it's maintained by the
Apache Jakarta Turbine Maven project.
TYPICAL INVOCATION:
<!ENTITY % navigation PUBLIC
"-//APACHE//ENTITIES Maven Navigation Vx.y//EN"
"navigation-x.y.mod">
%navigation;
where
x := major version
y := minor version
NOTES:
It is important, expecially in open source software projects, to keep
track of software changes both to give users indications of bugs that might
have been resolved, as well, and not less important, to provide credits
for the support given to the project. It is considered vital to provide
adequate payback using recognition and credits to let users and developers
feel part of the community, thus increasing development power.
AUTHORS:
dIon Gillard <[EMAIL PROTECTED]>
FIXME:
CHANGE HISTORY:
[Version 1.0]
20021027 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.
==================================================================== -->
<!-- =============================================================== -->
<!-- Document Type Definition -->
<!-- =============================================================== -->
<!ELEMENT project (title, body)>
<!ATTLIST project
name CDATA #REQUIRED>
<!ELEMENT title (#PCDATA)>
<!ELEMENT body (links*, menu*)>
<!ELEMENT links (item*)>
<!ELEMENT item EMPTY>
<!ATTLIST item
name CDATA #REQUIRED
href CDATA #REQUIRED>
<!ELEMENT menu (item*)>
<!ATTLIST menu
name CDATA #REQUIRED>
<!-- =============================================================== -->
<!-- End of DTD -->
<!-- =============================================================== -->
--
To unsubscribe, e-mail: <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>