Changes extension of README, adds xml:id to the book file, changes pom.xml to docs.openstack.org/api structure

Change-Id: Ia69dfd331d8a31c0caf972b7ee0a40b00b380bef
This commit is contained in:
Anne Gentle 2011-09-22 11:22:52 -05:00
parent ac49d00862
commit d7aa6d76c4
3 changed files with 6 additions and 5 deletions

View File

View File

@ -70,7 +70,7 @@
<phase>generate-sources</phase>
<configuration>
<!-- These parameters only apply to webhelp -->
<enableDisqus>0</enableDisqus>
<enableDisqus>1</enableDisqus>
<disqusShortname>openstackdocs</disqusShortname>
<enableGoogleAnalytics>1</enableGoogleAnalytics>
<googleAnalyticsId>UA-17511903-6</googleAnalyticsId>
@ -95,7 +95,7 @@
<!-- No figures in this book -->
<!-- Copies HTML to a release folder --> <copy
todir="${basedir}/target/docbkx/webhelp/trunk/openstack-object-storage/developer">
todir="${basedir}/target/docbkx/webhelp/api/openstack-object-storage/1.0">
<fileset
dir="${basedir}/target/docbkx/webhelp/os-objectstorage-devguide">
<include name="**/*" />
@ -106,7 +106,7 @@
<move failonerror="false"
file="${basedir}/target/docbkx/pdf/os-objectstorage-devguide.pdf"
tofile="${basedir}/target/docbkx/webhelp/trunk/openstack-object-storage/developer/os-objectstorage-devguide-trunk.pdf"/>
tofile="${basedir}/target/docbkx/webhelp/api/openstack-object-storage/1.0/os-objectstorage-devguide-1.0.pdf"/>
<delete
dir="${basedir}/target/docbkx/webhelp/os-objectstorage-devguide"/>

View File

@ -32,7 +32,8 @@
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">
version="5.0"
xml:id="openstack-object-storage-dev-guide">
<title>OpenStack Object Storage Developer Guide</title>
<info>
<author>
@ -51,7 +52,7 @@
</copyright>
<releaseinfo>API v1</releaseinfo>
<productname>OpenStack Object Storage</productname>
<pubdate>2011-09-08</pubdate>
<pubdate>2011-09-22</pubdate>
<legalnotice role="apache2">
<annotation>
<remark>Copyright details are filled in by the template.</remark>