4af41bddc5
Basically, copyright assertions are not really needed, but putting the actual year in avoids using "present" and shows we are continuing to deliver that doc. Refer to https://wiki.openstack.org/wiki/Documentation/Copyright with any questions. Change-Id: I142a9651413e75df9884b31ce5f785847b1452f7
66 lines
2.4 KiB
XML
66 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book [
|
|
]>
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns:db="http://docbook.org/ns/docbook" version="5.0"
|
|
xml:id="os-api-guide">
|
|
<title>OpenStack API Guide</title>
|
|
<titleabbrev>API Guide</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>OpenStack Foundation</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2014</year>
|
|
<year>2015</year>
|
|
<holder>OpenStack Foundation</holder>
|
|
</copyright>
|
|
<releaseinfo>local</releaseinfo>
|
|
<productname>OpenStack</productname>
|
|
<pubdate/>
|
|
<legalnotice role="apache2">
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the
|
|
template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>OpenStack is an open source cloud computing platform
|
|
for public and private clouds. A series of
|
|
interrelated projects deliver a cloud infrastructure
|
|
solution. This guide is for developers who want to
|
|
extend the OpenStack APIs or write applications that
|
|
run on an OpenStack cloud. This guide introduces
|
|
developers to OpenStack API concepts, common tasks,
|
|
and ways of interacting with the APIs.</para>
|
|
</abstract>
|
|
<revhistory>
|
|
<revision>
|
|
<date>2014-01-30</date>
|
|
<revdescription>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>First edition of this book.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</revdescription>
|
|
</revision>
|
|
</revhistory>
|
|
</info>
|
|
<xi:include href="ch_api_getting_started.xml"/>
|
|
<xi:include href="ch_api_limits.xml"/>
|
|
<xi:include href="ch_api_concepts.xml"/>
|
|
<xi:include href="ch_api_usage.xml"/>
|
|
</book>
|