Skip to content

Commit

Permalink
add docbook documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Bryzak committed Aug 17, 2010
1 parent 2f06891 commit 862b59f
Show file tree
Hide file tree
Showing 10 changed files with 440 additions and 8 deletions.
12 changes: 12 additions & 0 deletions docs/src/main/docbook/en-US/annotationliterals.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="annotationliterals">
<title>Annotation Literals</title>

<section>


</section>

</chapter>
12 changes: 12 additions & 0 deletions docs/src/main/docbook/en-US/annotationutilities.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="annotationutilities">
<title>Annotation Utilities</title>

<section>


</section>

</chapter>
12 changes: 12 additions & 0 deletions docs/src/main/docbook/en-US/beanutilities.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="beanutilities">
<title>Bean Utilities</title>

<section>


</section>

</chapter>
12 changes: 12 additions & 0 deletions docs/src/main/docbook/en-US/defaultbeans.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="defaultbeans">
<title>Default Beans</title>

<section>


</section>

</chapter>
12 changes: 12 additions & 0 deletions docs/src/main/docbook/en-US/elextensions.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="elextensions">
<title>EL Extensions</title>

<section>


</section>

</chapter>
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="xml">
<title>Weld Extensions</title>
<chapter id="logging">
<title>Logging Extension</title>

<section>


</section>

</chapter>
12 changes: 12 additions & 0 deletions docs/src/main/docbook/en-US/managedproducer.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">

<chapter id="managedproducer">
<title>Managed Producers</title>

<section>


</section>

</chapter>
27 changes: 21 additions & 6 deletions docs/src/main/docbook/en-US/master.xml
Expand Up @@ -2,10 +2,25 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.35//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
<book lang="en">

<toc/>

<title>Weld Extensions</title>
<xi:include href="weld-extensions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

<title>Weld Extensions</title>

<preface>
<title>Introduction</title>
Weld Extensions is a library of Generally Useful Stuff (tm), particularly if you are
developing an application based on CDI (JSR-299 Java Contexts and Dependency Injection),
or a CDI portable extension.
</preface>

</book>
<xi:include href="annotationutilities.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="beanutilities.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="propertyquery.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="annotationliterals.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="elextensions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="resourceloading.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="managedproducer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="logging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="defaultbeans.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

<toc/>
</book>

0 comments on commit 862b59f

Please sign in to comment.