Updated Branches: refs/heads/4.0 4f764e633 -> 995bab603
updating version number in api documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/995bab60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/995bab60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/995bab60 Branch: refs/heads/4.0 Commit: 995bab60385f7d663680ef6f5342056c6db3d305 Parents: 4f764e6 Author: David Nalley <[email protected]> Authored: Tue Sep 25 20:21:00 2012 -0400 Committer: David Nalley <[email protected]> Committed: Tue Sep 25 20:27:07 2012 -0400 ---------------------------------------------------------------------- setup/apidoc/generateadmincommands.xsl | 4 ++-- setup/apidoc/generatedomainadmincommands.xsl | 4 ++-- setup/apidoc/generatetoc_header.xsl | 2 +- setup/apidoc/generateusercommands.xsl | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/995bab60/setup/apidoc/generateadmincommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generateadmincommands.xsl b/setup/apidoc/generateadmincommands.xsl index 73872a3..5f576c0 100644 --- a/setup/apidoc/generateadmincommands.xsl +++ b/setup/apidoc/generateadmincommands.xsl @@ -8,7 +8,7 @@ version="1.0"> <link rel= "stylesheet" href="../includes/main.css" type="text/css" /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> -<title>CloudStack | The Power Behind Your Cloud</title> +<title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> @@ -39,7 +39,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - CloudStack v3.0 Root Admin API Reference + Apache CloudStack v4.0.0 Root Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/995bab60/setup/apidoc/generatedomainadmincommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatedomainadmincommands.xsl b/setup/apidoc/generatedomainadmincommands.xsl index f7e560c..7d60ef2 100644 --- a/setup/apidoc/generatedomainadmincommands.xsl +++ b/setup/apidoc/generatedomainadmincommands.xsl @@ -8,7 +8,7 @@ version="1.0"> <link rel= "stylesheet" href="../includes/main.css" type="text/css" /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> -<title>CloudStack | The Power Behind Your Cloud</title> +<title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> @@ -42,7 +42,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - CloudStack v3.0 Domain Admin API Reference + Apache CloudStack v4.0.0 Domain Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/995bab60/setup/apidoc/generatetoc_header.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatetoc_header.xsl b/setup/apidoc/generatetoc_header.xsl index 99066b5..ffb8c29 100644 --- a/setup/apidoc/generatetoc_header.xsl +++ b/setup/apidoc/generatetoc_header.xsl @@ -52,7 +52,7 @@ version="1.0"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <!-- Modify this line for the release version --> - <h1>CloudStack API Documentation (v3.0)</h1> + <h1>Apache CloudStack API Documentation (v4.0.0)</h1> <div class="apiannouncement_box"> <div class="apiannouncement_contentarea"> <h3>Using the CloudStack API</h3> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/995bab60/setup/apidoc/generateusercommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generateusercommands.xsl b/setup/apidoc/generateusercommands.xsl index 3ec3a62..ca0eb1f 100644 --- a/setup/apidoc/generateusercommands.xsl +++ b/setup/apidoc/generateusercommands.xsl @@ -8,7 +8,7 @@ version="1.0"> <link rel= "stylesheet" href="../includes/main.css" type="text/css" /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> -<title>CloudStack | The Power Behind Your Cloud</title> +<title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> @@ -39,7 +39,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - CloudStack v3.0 User API Reference + Apache CloudStack v4.0.0 User API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1>
