generateAPI doc: version 4.4.1, year:2014, add back button on main pages (cherry picked from commit d8ffcdb251624ae9c6ce124f2f3f68e45a341581)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1cf3c282 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1cf3c282 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1cf3c282 Branch: refs/heads/4.4 Commit: 1cf3c282cb89b5affce21ac6eb63ebf9a638f4a5 Parents: 8d45947 Author: Pierre-Luc Dion <pdion...@apache.org> Authored: Sun Sep 21 15:16:31 2014 -0400 Committer: Daan Hoogland <d...@onecht.net> Committed: Mon Sep 22 09:18:24 2014 +0200 ---------------------------------------------------------------------- tools/apidoc/generateadmincommands.xsl | 4 ++-- tools/apidoc/generatecommand.xsl | 2 +- tools/apidoc/generatedomainadmincommands.xsl | 4 ++-- tools/apidoc/generatetoc.xsl | 2 +- tools/apidoc/generatetoc_footer.xsl | 2 +- tools/apidoc/generatetoc_header.xsl | 5 +++-- tools/apidoc/generateusercommands.xsl | 4 ++-- 7 files changed, 12 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generateadmincommands.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generateadmincommands.xsl b/tools/apidoc/generateadmincommands.xsl index 9abec10..21ebc12 100644 --- a/tools/apidoc/generateadmincommands.xsl +++ b/tools/apidoc/generateadmincommands.xsl @@ -57,7 +57,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack v4.2.0 Root Admin API Reference + Apache CloudStack v4.4.1 Root Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> @@ -150,7 +150,7 @@ version="1.0"> </div> <div id="footer_mainmaster"> - <p>Copyright © 2013 The Apache Software Foundation, Licensed under the + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br /> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generatecommand.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatecommand.xsl b/tools/apidoc/generatecommand.xsl index 965a3a3..c3a5009 100644 --- a/tools/apidoc/generatecommand.xsl +++ b/tools/apidoc/generatecommand.xsl @@ -179,7 +179,7 @@ version="1.0"> <li> <a href="#"> Contacts</a> </li> </ul> - <p>Copyright © 2013 The Apache Software Foundation, Licensed under the + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br /> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generatedomainadmincommands.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatedomainadmincommands.xsl b/tools/apidoc/generatedomainadmincommands.xsl index 7238f05..68c663e 100644 --- a/tools/apidoc/generatedomainadmincommands.xsl +++ b/tools/apidoc/generatedomainadmincommands.xsl @@ -60,7 +60,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack v4.2.0 Domain Admin API Reference + Apache CloudStack v4.4.1 Domain Admin API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> @@ -144,7 +144,7 @@ version="1.0"> </div> <div id="footer"> <div id="footer_mainmaster"> - <p>Copyright © 2013 The Apache Software Foundation, Licensed under the + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br /> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generatetoc.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatetoc.xsl b/tools/apidoc/generatetoc.xsl index 8f30de5..f06fa4b 100644 --- a/tools/apidoc/generatetoc.xsl +++ b/tools/apidoc/generatetoc.xsl @@ -25,7 +25,7 @@ version="1.0"> <body> <table border="1" cellpadding="1" cellspacing="0.5"> <tr> -<h1 ALIGN='CENTER'>Cloudstack API Version 2.2</h1> +<h1 ALIGN='CENTER'>Cloudstack API Version 4.4.1</h1> <br/> <h2 ALIGN='CENTER'>Table of Contents</h2> <th><h3>Name</h3></th> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generatetoc_footer.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatetoc_footer.xsl b/tools/apidoc/generatetoc_footer.xsl index 93a8667..5995929 100644 --- a/tools/apidoc/generatetoc_footer.xsl +++ b/tools/apidoc/generatetoc_footer.xsl @@ -26,7 +26,7 @@ under the License. <div id="footer"> <div id="footer_mainmaster"> - <p>Copyright © 2013 The Apache Software Foundation, Licensed under the + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br /> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generatetoc_header.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generatetoc_header.xsl b/tools/apidoc/generatetoc_header.xsl index 8ea0064..20cf459 100644 --- a/tools/apidoc/generatetoc_header.xsl +++ b/tools/apidoc/generatetoc_header.xsl @@ -52,12 +52,13 @@ version="1.0"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <!-- Modify this line for the release version --> - <h1>Apache CloudStack API Documentation (v4.2.0)</h1> + <h1>Apache CloudStack API Documentation (v4.4.1)</h1> + <a class="api_backbutton" href="http://cloudstack.apache.org/docs/api/"></a> <div class="apiannouncement_box"> <div class="apiannouncement_contentarea"> <h3>Using the CloudStack API</h3> <p>For information about how the APIs work, and tips on how to use them, see the - <a href="http://cloudstack.apache.org/docs/">Developer's Guide</a>.</p> + <a href="http://docs.cloudstack.apache.org/en/latest/dev.html">Developer's Guide</a>.</p> </div> </div> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1cf3c282/tools/apidoc/generateusercommands.xsl ---------------------------------------------------------------------- diff --git a/tools/apidoc/generateusercommands.xsl b/tools/apidoc/generateusercommands.xsl index 4fa1f86..8f64df1 100644 --- a/tools/apidoc/generateusercommands.xsl +++ b/tools/apidoc/generateusercommands.xsl @@ -57,7 +57,7 @@ version="1.0"> <xsl:for-each select="command/command"> <!-- Modify this line for the release version --> <span> - Apache CloudStack v4.2.0 User API Reference + Apache CloudStack v4.4.1 User API Reference </span> <p></p> <h1><xsl:value-of select="name"/></h1> @@ -142,7 +142,7 @@ version="1.0"> <div id="footer"> <div id="footer_mainmaster"> - <p>Copyright © 2013 The Apache Software Foundation, Licensed under the + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br /> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div>