Skip to content

Commit

Permalink
add book info to refguide
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 26, 2011
1 parent be2da01 commit 39cf639
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 19 deletions.
24 changes: 5 additions & 19 deletions docs/src/main/docbook/en-US/master.xml
Expand Up @@ -20,26 +20,12 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.35//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]>
<book lang="en">

<xi:include href="solder-book_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

<toc/>

<title>Seam Solder</title>

<preface>
<title>Introduction</title>

<para>
Seam Solder 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 based library or framework.
</para>

<para>
This guide is split into three parts. <xref linkend="part1"/> details extensions and
utilities which are likely to be of use to any developer using CDI;
<xref linkend="part2"/> describes utilities which are likely to be of
use to developers writing libraries and frameworks that work with CDI; <xref linkend="part3" /> discusses
extensions which can be used to implement configuration for a framework
</para>
</preface>
<xi:include href="solder-preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

<xi:include href="solder-gettingstarted.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

Expand Down
30 changes: 30 additions & 0 deletions docs/src/main/docbook/en-US/solder-book_info.xml
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
<bookinfo>
<title>Seam Solder</title>
<subtitle>Reference Guide</subtitle>

<authorgroup>
<author>
<firstname>Pete</firstname>
<surname>Muir</surname>
</author>
<author>
<firstname>Stuart</firstname>
<surname>Douglas</surname>
</author>
<author>
<firstname>Dan</firstname>
<surname>Allen</surname>
</author>
<author>
<firstname>John</firstname>
<surname>Ament</surname>
</author>

</authorgroup>
<!--
vim:et:ts=3:sw=3:tw=120
-->
</bookinfo>
23 changes: 23 additions & 0 deletions docs/src/main/docbook/en-US/solder-preface.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []>
<preface>
<title>Introduction</title>

<para>
Seam Solder 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 based library or framework.
</para>

<para>
This guide is split into three parts. <xref linkend="part1"/> details extensions and
utilities which are likely to be of use to any developer using CDI;
<xref linkend="part2"/> describes utilities which are likely to be of
use to developers writing libraries and frameworks that work with CDI; <xref linkend="part3" /> discusses
extensions which can be used to implement configuration for a framework
</para>
<!--
vim:et:ts=3:sw=3:tw=120
-->
</preface>

0 comments on commit 39cf639

Please sign in to comment.