Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 24 additions & 60 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,80 +28,44 @@ <h2>a library for developers using PHP to work with OpenStack clouds</h2>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p>See the
<a href="https://github.com/rackspace/php-opencloud/blob/master/LICENSE">LICENSE</a>
file for license and copyright information.</p>

<p>Now running continuous integration at
<a href="https://travis-ci.org/rackspace/php-opencloud">travis-ci.org</a></p>
<p>Our official documentation is now available on
<a href="http://docs.php-opencloud.com">http://docs.php-opencloud.com</a>. For SDKs in different
languages, see <a href="http://developer.rackspace.com">http://developer.rackspace.com</a>.</p>

<p>For other SDKs, see <a href="http://developer.rackspace.com">http://developer.rackspace.com</a></p>
<p>The PHP SDK should work with most OpenStack-based cloud deployments, though it specifically targets the
Rackspace public cloud. In general, whenever a Rackspace deployment is substantially different than a
pure OpenStack one, a separate Rackspace subclass is provided so that you can still use the SDK with a
pure OpenStack instance (for example, see the OpenStack class (for OpenStack) and the Rackspace
subclass).</p>

<p>The PHP SDK should work with most OpenStack-based cloud deployments,
though it specifically targets the Rackspace public cloud. In
general, whenever a Rackspace deployment is substantially different
than a pure OpenStack one, a separate Rackspace subclass is provided
so that you can still use the SDK with a pure OpenStack instance
(for example, see the <code>OpenStack</code> class (for OpenStack) and the
<code>Rackspace</code> subclass).</p>
<h2>Installation</h2>

<p>See the <a href="https://github.com/rackspace/php-opencloud/releases/">Release Notes</a>
for what has changed in the latest release(s).</p>
<p>Please visit our <a href="http://docs.php-opencloud.com/en/latest/#installation">Installation instructions</a> to find out more.</p>

<p>See the <a href="https://github.com/rackspace/php-opencloud/wiki">php-opencloud wiki</a>
for incidental notes mostly aimed at developers who are working <em>on</em> the
SDK (and not developers working <em>with</em> the SDK).</p>
<h2>Support and Feedback</h2>

<h2>Downloading</h2>
<p>Your feedback is appreciated! If you have specific problems or bugs with this SDK, please file an issue
on <a href="https://github.com/rackspace/php-opencloud/issues">Github</a>.</p>

<p>Visit <a href="https://github.com/rackspace/php-opencloud/tags">https://github.com/rackspace/php-opencloud/tags</a> to see tagged releases
that you can download.</p>

<p>You can download the master branch using the
GitHub "ZIP" button, above. However, this has the latest code and may not
be as stable as the tagged branches.</p>

<h2>Support and Feedback</h2>

<p>Your feedback is appreciated! If you have specific problems or bugs with the
<strong>php-opencloud</strong>
language bindings, please file an issue via Github.</p>

<p>For general feedback and support requests, send an email to:</p>

<p><a href="mailto:[email protected]">[email protected]</a></p>

<p><strong>This page is being updated; please bear with us.</strong></p>
<p>For general feedback and support requests, contact us at
<a href="https://developer.rackspace.com/support/">https://developer.rackspace.com/support/</a>.</p>

</section>

<aside id="sidebar">
<a href="https://github.com/rackspace/php-opencloud/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/rackspace/php-opencloud/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>

<p class="repo-owner"><a href="https://github.com/rackspace/php-opencloud"></a> is maintained by <a href="https://github.com/rackspace">rackspace</a>.</p>

<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-38459837-1");
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-38459837-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
} catch(err) {}
</script>

</body>
</html>