Move to DTD Documentation V1.2

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
crossley 2003-09-06 08:28:14 +00:00
parent 243cd8d1d5
commit e97dcfc02c
8 changed files with 28 additions and 51 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>External Components</title> <title>External Components</title>
@ -8,8 +8,7 @@
</authors> </authors>
</header> </header>
<body> <body>
<anchor id="overview"/> <section id="overview">
<section>
<title>Overview</title> <title>Overview</title>
<p>xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in <p>xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in
other xml-based projects. Our hope is that we can standardize on both a common version and other xml-based projects. Our hope is that we can standardize on both a common version and

View File

@ -1,16 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>Components of xml-commons</title> <title>Components of xml-commons</title>
<authors>
<person name="Shane Curcuru" email="curcuru@apache.org"/>
<person name="David Crossley" email="crossley@apache.org"/>
</authors>
</header> </header>
<body> <body>
<anchor id="overview"/> <section id="overview">
<section>
<title>Overview</title> <title>Overview</title>
<p> <p>
These are some of the components that are provided by the Apache XML These are some of the components that are provided by the Apache XML

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>Resolver overview</title> <title>Resolver overview</title>
</header> </header>
<body> <body>
<anchor id="overview"/> <section id="overview">
<section>
<title>Overview</title> <title>Overview</title>
<ul> <ul>
<li> <li>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>Resolver tips</title> <title>Resolver tips</title>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>Which</title> <title>Which</title>
@ -8,8 +8,7 @@
</authors> </authors>
</header> </header>
<body> <body>
<anchor id="overview"/> <section id="overview">
<section>
<title>Overview</title> <title>Overview</title>
<p> <p>
Which is a simple environment checking utility that focuses on reporting the versions of Which is a simple environment checking utility that focuses on reporting the versions of

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>History of XML Commons</title> <title>History of XML Commons</title>
@ -9,8 +9,7 @@
</header> </header>
<body> <body>
<anchor id="proposal"/> <section id="proposal">
<section>
<title>xml-subproject-proposal-commons-v1.1</title> <title>xml-subproject-proposal-commons-v1.1</title>
<source><![CDATA[ <source><![CDATA[
List: xml-apache-general List: xml-apache-general
@ -170,8 +169,7 @@ proposal that I plagarized. 8-)
]]></source> ]]></source>
</section> </section>
<anchor id="proposal-votes"/> <section id="proposal-votes">
<section>
<title>xml-subproject-proposal-commons-v1.1-vote-count-26-Apr-01</title> <title>xml-subproject-proposal-commons-v1.1-vote-count-26-Apr-01</title>
<p>Below follows the votes cast to create this subproject</p> <p>Below follows the votes cast to create this subproject</p>
<p>---- From open general@xml.apache.org mailing list through 3pm 26-Apr-01 ---- <p>---- From open general@xml.apache.org mailing list through 3pm 26-Apr-01 ----

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>Welcome to xml-commons</title> <title>Welcome to xml-commons</title>
@ -8,8 +8,7 @@
</authors> </authors>
</header> </header>
<body> <body>
<anchor id="overview"/> <section id="overview">
<section>
<title>Overview</title> <title>Overview</title>
<p>xml-commons is focussed on common code and guidelines for xml projects. <p>xml-commons is focussed on common code and guidelines for xml projects.
The first focus will be to organize and have common packaging for the various The first focus will be to organize and have common packaging for the various
@ -21,8 +20,7 @@ packaging, testing, documentation, and other guidelines across all
xml.apache.org subprojects.</p> xml.apache.org subprojects.</p>
</section> </section>
<anchor id="guidelines"/> <section id="guidelines">
<section>
<title>Commons Guidelines</title> <title>Commons Guidelines</title>
<p>As the community forms, we need to formalize these guidelines, especially <p>As the community forms, we need to formalize these guidelines, especially
to differentiate "requirements" from suggested "guidelines".</p> to differentiate "requirements" from suggested "guidelines".</p>
@ -112,8 +110,7 @@ and ways to package this code vis-a-vis the other project's code in a common way
</ul> </ul>
</section> </section>
<anchor id="external"/> <section id="external">
<section>
<title>External code: DOM, SAX, and JAXP, etc.</title> <title>External code: DOM, SAX, and JAXP, etc.</title>
<p>xml-commons primary goal is to provide Apache projects with a stable version of <p>xml-commons primary goal is to provide Apache projects with a stable version of
XMl-related externally-defined standards-based code. This is mainly the various XMl-related externally-defined standards-based code. This is mainly the various
@ -137,8 +134,7 @@ mandate. If you don't know what that is, you don't care; otherwise ask
on commons-dev for an update.</p> on commons-dev for an update.</p>
</section> </section>
<anchor id="java"/> <section id="java">
<section>
<title>Apache-authored code</title> <title>Apache-authored code</title>
<p>xml-commons' secondary goal is to provide a project space for small <p>xml-commons' secondary goal is to provide a project space for small
XML-related utilities that are being used in <strong>multiple</strong> other xml.apache.org XML-related utilities that are being used in <strong>multiple</strong> other xml.apache.org
@ -163,8 +159,7 @@ xml-related items in your JVM's environment: see xml-commons/java/which.xml</li>
</ul> </ul>
</section> </section>
<anchor id="releases"/> <section id="releases">
<section>
<title>Where can I download releases?</title> <title>Where can I download releases?</title>
<p>The xml-commons-resolver-1.0 release 12-Nov-02 is available in our <p>The xml-commons-resolver-1.0 release 12-Nov-02 is available in our
<link href="site:download">distribution directory</link> <link href="site:download">distribution directory</link>
@ -224,8 +219,7 @@ SAX 2R2pre3 or later</li>
</ul> </ul>
</section> </section>
<anchor id="build"/> <section id="build">
<section>
<title>Building from local sources</title> <title>Building from local sources</title>
<p> <p>
If you have done <code>'cvs checkout xml-commons'</code> then you have local If you have done <code>'cvs checkout xml-commons'</code> then you have local
@ -243,8 +237,7 @@ documentation.
</p> </p>
</section> </section>
<anchor id="mailing"/> <section id="mailing">
<section>
<title>How can I find out more?</title> <title>How can I find out more?</title>
<p>We have a project mailing list ... commons-dev&lt;at&gt;xml.apache.org <p>We have a project mailing list ... commons-dev&lt;at&gt;xml.apache.org
... Ask your questions or bring your suggestions there, ... Ask your questions or bring your suggestions there,
@ -264,8 +257,7 @@ or to general&lt;at&gt;xml.apache.org
</p> </p>
</section> </section>
<anchor id="cvs"/> <section id="cvs">
<section>
<title>Where can I get the code/CVS?</title> <title>Where can I get the code/CVS?</title>
<p>The xml-commons repository is available through normal and anonymous CVS, or <p>The xml-commons repository is available through normal and anonymous CVS, or
through this through this
@ -276,8 +268,7 @@ interface</link>.</p>
</p> </p>
</section> </section>
<anchor id="history"/> <section id="history">
<section>
<title>History</title> <title>History</title>
<p>See the separate document <link href="site:history">History of XML Commons</link> <p>See the separate document <link href="site:history">History of XML Commons</link>
for the proposal to establish the xml-commons project and for the record of the for the proposal to establish the xml-commons project and for the record of the
@ -285,16 +276,14 @@ vote on 2001-04-26.
</p> </p>
</section> </section>
<anchor id="licenses"/> <section id="licenses">
<section>
<title>Licenses</title> <title>Licenses</title>
<p> <p>
See <link href="site:licenses">information about licensing</link>. See <link href="site:licenses">information about licensing</link>.
</p> </p>
</section> </section>
<anchor id="info-about"/> <section id="info-about">
<section>
<title>Information about this document</title> <title>Information about this document</title>
<ul> <ul>
<li>Version: $Id$</li> <li>Version: $Id$</li>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
<document> <document>
<header> <header>
<title>Licenses for xml-commons</title> <title>Licenses for xml-commons</title>
@ -8,7 +8,7 @@
</authors> </authors>
</header> </header>
<body> <body>
<section> <section id="overview">
<title>HEAR YE, HEAR YE!</title> <title>HEAR YE, HEAR YE!</title>
<p> <p>
Software and documentation in this repository are covered under Software and documentation in this repository are covered under
@ -34,8 +34,7 @@ files under xml-commons/java/src
</p> </p>
</section> </section>
<anchor id="license"/> <section id="license">
<section>
<title>General License</title> <title>General License</title>
<source><![CDATA[ <source><![CDATA[
xml-commons/LICENSE.txt xml-commons/LICENSE.txt
@ -97,8 +96,7 @@ See README.txt for additional licensing information.
]]></source> ]]></source>
</section> </section>
<anchor id="info-about"/> <section id="info-about">
<section>
<title>Information about this document</title> <title>Information about this document</title>
<ul> <ul>
<li>Version: $Id$</li> <li>Version: $Id$</li>