You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.8 KiB
XML
109 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
status="draft"
|
|
xml:id="bk_main">
|
|
|
|
<!-- TODO: When ready to publish document, remove the 'status="draft"' statement from the book object above. -->
|
|
|
|
<!-- TODO: Pick a Title for the new document -->
|
|
<title>Master Template Guide</title>
|
|
<!-- TODO: Either add a subtitle or remove the following line -->
|
|
<subtitle>A quick start template</subtitle>
|
|
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<!-- TODO: Insert appropriate firstname and surnames -->
|
|
<firstname>Jeff</firstname>
|
|
<surname>Scheel</surname>
|
|
</personname>
|
|
<!-- TODO: Set correct email address of document author -->
|
|
<email>scheel@us.ibm.com</email>
|
|
<affiliation>
|
|
<!-- TODO: Insert appropriate orgname -->
|
|
<orgname>IBM</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<!-- TODO: Set copyright year -->
|
|
<year>2015</year>
|
|
<holder>OpenPOWER Foundation</holder>
|
|
</copyright>
|
|
<!-- TODO: Set the correct document releaseinfo -->
|
|
<releaseinfo>Revision 0.9.1</releaseinfo>
|
|
<productname>OpenPOWER</productname>
|
|
<pubdate/>
|
|
|
|
<!-- TODO: Select one of the two following legalnotice role= values:
|
|
"apache2" for an Apache V2 license or
|
|
"opfExternal" for an official OpenPOWER Foundation external license text.
|
|
If you don't know which one to select, leave as "apache2" -->
|
|
<legalnotice role="apache2">
|
|
<!--legalnotice role="opfExternal"-->
|
|
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<!-- TODO: Decide whether you want any text inserted before the author listing.
|
|
If you do, undelete the comment and adjust text between the paragraph tags below. -->
|
|
<!--
|
|
<abstract>
|
|
<para>Abstract text</para>
|
|
</abstract>
|
|
-->
|
|
|
|
<revhistory>
|
|
<!-- TODO: Set the initial version information and clear any old information out -->
|
|
<revision>
|
|
<date>2016-01-25</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Version 0.9.1: Technical and process updates.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2015-08-20</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Version 0.9: Draft for format review with TSC.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
<revision>
|
|
<date>2014-09-03</date>
|
|
<revdescription>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Creation based on OpenStack documentation</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
</revhistory>
|
|
</info>
|
|
|
|
<!-- The ch_preface.xml file is required by all documents -->
|
|
<xi:include href="../../Docs-Master/common/ch_preface.xml"/>
|
|
|
|
<!-- TODO: Add your chapter heading files here. Remove both files and insert your own. -->
|
|
<!-- See the template document for naming conventions and location of files. -->
|
|
<xi:include href="ch_template_overview.xml"/>
|
|
<xi:include href="ch_example.xml"/>
|
|
|
|
<!-- The app_foundation.xml appendix file is required by all documents. -->
|
|
<xi:include href="../../Docs-Master/common/app_foundation.xml"/>
|
|
|
|
<!-- TODO: The following template document may be modified to create additional appendices as needed. -->
|
|
<xi:include href="app_template.xml"/>
|
|
|
|
</book>
|