Updated Branches: refs/heads/master 3605ee556 -> d9f52a6db
changing some titles around for publishing Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d9f52a6d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d9f52a6d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d9f52a6d Branch: refs/heads/master Commit: d9f52a6db5d33250fa4d59aa00bfb3f880c61d63 Parents: 3605ee5 Author: David Nalley <[email protected]> Authored: Wed Oct 3 19:03:40 2012 -0400 Committer: David Nalley <[email protected]> Committed: Wed Oct 3 19:03:40 2012 -0400 ---------------------------------------------------------------------- docs/en-US/API_Developers_Guide.xml | 5 +- docs/en-US/CloudStack_Nicira_NVP_Guide.ent | 22 +++++++++ docs/en-US/CloudStack_Nicira_NVP_Guide.xml | 54 +++++++++++++++++++++++ docs/en-US/cloudstack_plugin_niciranvp.ent | 22 --------- docs/en-US/cloudstack_plugin_niciranvp.xml | 54 ----------------------- docs/publican-plugin-niciranvp.cfg | 2 +- 6 files changed, 79 insertions(+), 80 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f52a6d/docs/en-US/API_Developers_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/API_Developers_Guide.xml b/docs/en-US/API_Developers_Guide.xml index d1d50c4..7d55e0d 100644 --- a/docs/en-US/API_Developers_Guide.xml +++ b/docs/en-US/API_Developers_Guide.xml @@ -24,11 +24,10 @@ <book> <bookinfo id="book-release-notes-3.0.4"> - <title>&PRODUCT; Guide</title> - <subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle> + <title>&PRODUCT; API Developers Guide</title> <productname>Apache CloudStack</productname> <productnumber>4.0</productnumber> - <edition>1</edition> + <edition></edition> <pubsnumber></pubsnumber> <abstract> <para> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f52a6d/docs/en-US/CloudStack_Nicira_NVP_Guide.ent ---------------------------------------------------------------------- diff --git a/docs/en-US/CloudStack_Nicira_NVP_Guide.ent b/docs/en-US/CloudStack_Nicira_NVP_Guide.ent new file mode 100644 index 0000000..abb1885 --- /dev/null +++ b/docs/en-US/CloudStack_Nicira_NVP_Guide.ent @@ -0,0 +1,22 @@ +<!-- Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<!ENTITY PRODUCT "CloudStack"> +<!ENTITY BOOKID "Technical Documentation"> +<!ENTITY YEAR "2012"> +<!ENTITY HOLDER "Apache Software Foundation"> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f52a6d/docs/en-US/CloudStack_Nicira_NVP_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/CloudStack_Nicira_NVP_Guide.xml b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml new file mode 100644 index 0000000..c535c7c --- /dev/null +++ b/docs/en-US/CloudStack_Nicira_NVP_Guide.xml @@ -0,0 +1,54 @@ +<?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" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> +%BOOK_ENTITIES; +<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod"> +%xinclude; +]> + +<!-- Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<book> + <bookinfo id="cloudstack_plugin_niciranvp"> + <title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title> + <productname>Apache CloudStack</productname> + <productnumber>4.0</productnumber> + <edition>1</edition> + <pubsnumber></pubsnumber> + <abstract> + <para> + Plugin Guide for the Nicira NVP Plugin. + </para> + </abstract> + <corpauthor> + <inlinemediaobject> + <imageobject> + <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" /> + </imageobject> + </inlinemediaobject> + </corpauthor> + <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + </bookinfo> + <xi:include href="plugin-niciranvp-about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="plugin-niciranvp-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="plugin-niciranvp-troubleshooting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="plugin-niciranvp-revisions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> +</book> + http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f52a6d/docs/en-US/cloudstack_plugin_niciranvp.ent ---------------------------------------------------------------------- diff --git a/docs/en-US/cloudstack_plugin_niciranvp.ent b/docs/en-US/cloudstack_plugin_niciranvp.ent deleted file mode 100644 index abb1885..0000000 --- a/docs/en-US/cloudstack_plugin_niciranvp.ent +++ /dev/null @@ -1,22 +0,0 @@ -<!-- Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> - -<!ENTITY PRODUCT "CloudStack"> -<!ENTITY BOOKID "Technical Documentation"> -<!ENTITY YEAR "2012"> -<!ENTITY HOLDER "Apache Software Foundation"> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f52a6d/docs/en-US/cloudstack_plugin_niciranvp.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/cloudstack_plugin_niciranvp.xml b/docs/en-US/cloudstack_plugin_niciranvp.xml deleted file mode 100644 index c535c7c..0000000 --- a/docs/en-US/cloudstack_plugin_niciranvp.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?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" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> -%BOOK_ENTITIES; -<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod"> -%xinclude; -]> - -<!-- Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> - -<book> - <bookinfo id="cloudstack_plugin_niciranvp"> - <title>&PRODUCT; Plugin Guide for the Nicira NVP Plugin</title> - <productname>Apache CloudStack</productname> - <productnumber>4.0</productnumber> - <edition>1</edition> - <pubsnumber></pubsnumber> - <abstract> - <para> - Plugin Guide for the Nicira NVP Plugin. - </para> - </abstract> - <corpauthor> - <inlinemediaobject> - <imageobject> - <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" /> - </imageobject> - </inlinemediaobject> - </corpauthor> - <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - </bookinfo> - <xi:include href="plugin-niciranvp-about.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="plugin-niciranvp-usage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="plugin-niciranvp-troubleshooting.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="plugin-niciranvp-revisions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -</book> - http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d9f52a6d/docs/publican-plugin-niciranvp.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-plugin-niciranvp.cfg b/docs/publican-plugin-niciranvp.cfg index f419e05..2e3696d 100644 --- a/docs/publican-plugin-niciranvp.cfg +++ b/docs/publican-plugin-niciranvp.cfg @@ -21,7 +21,7 @@ xml_lang: en-US type: Book -docname: cloudstack_plugin_niciranvp +docname: CloudStack_Nicira_NVP_Guide brand: cloudstack chunk_first: 1 chunk_section_depth: 1
