Files
spring-shell/docs/src/reference/docbook/index.xml
2012-07-18 00:33:17 -04:00

69 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<book xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:id="spring-shell-reference"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
<bookinfo>
<title>Spring Shell Documentation</title>
<titleabbrev>Spring Shell ${version}</titleabbrev>
<releaseinfo>${version}</releaseinfo>
<productname>Spring Shell</productname>
<authorgroup>
<author>
<firstname>Mark</firstname>
<surname>Pollack</surname>
<affiliation>SpringSource</affiliation>
</author>
<author>
<firstname>Costin</firstname>
<surname>Leau</surname>
<affiliation>SpringSource</affiliation>
</author>
<author>
<firstname>Jarred</firstname>
<surname>Li</surname>
<affiliation>VMware</affiliation>
</author>
</authorgroup>
<legalnotice>
<para>
Copies of this document may be made for your own use and for distribution
to others, provided that you do not charge any fee for such copies and
further provided that each copy contains this Copyright Notice, whether
distributed in print or electronically.
</para>
</legalnotice>
</bookinfo>
<toc/>
<xi:include href="preface.xml"/>
<part id="introduction">
<title>Introduction</title>
<xi:include href="introduction/introduction.xml"/>
<xi:include href="introduction/requirements.xml"/>
</part>
<part id="reference">
<title>Reference Documentation</title>
<xi:include href="reference/introduction.xml"/>
<xi:include href="reference/shell.xml"/>
</part>
<part id="dev">
<title>Developing Spring Shell Applications</title>
<xi:include href="reference/dev-guide/introduction.xml"/>
<xi:include href="reference/dev-guide/dev-spring-shell.xml"/>
</part>
<part id="samples">
<title>Spring Shell Sample application</title>
<xi:include href="samples/introduction.xml"/>
<xi:include href="samples/simple-application.xml"/>
</part>
</book>