Author: everett
Date: Mon Jan 26 16:50:15 2015
New Revision: 1654843
URL: http://svn.apache.org/r1654843
Log:
deploy jclouds site content
Modified:
jclouds/site-content/blog/2014/08/04/1-release-2-committers/index.html
jclouds/site-content/blog/2014/09/03/better-builders/index.html
jclouds/site-content/blog/atom.xml
jclouds/site-content/blog/index.html
jclouds/site-content/guides/rackspace/index.html
Modified: jclouds/site-content/blog/2014/08/04/1-release-2-committers/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/08/04/1-release-2-committers/index.html?rev=1654843&r1=1654842&r2=1654843&view=diff
==============================================================================
--- jclouds/site-content/blog/2014/08/04/1-release-2-committers/index.html
(original)
+++ jclouds/site-content/blog/2014/08/04/1-release-2-committers/index.html Mon
Jan 26 16:50:15 2015
@@ -109,6 +109,7 @@
<li class="divider"></li>
<li class="dropdown-header">Contribute</li>
<li><a href="/reference/report-a-bug/">Report a
Bug</a></li>
+ <li><a
href="http://jclouds.ci.cloudbees.com">Continuous Integration</a></li>
<li><a
href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute">How
To Contribute Code</a></li>
<li><a
href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation">How
To Contribute Documentation</a></li>
</ul>
Modified: jclouds/site-content/blog/2014/09/03/better-builders/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/09/03/better-builders/index.html?rev=1654843&r1=1654842&r2=1654843&view=diff
==============================================================================
--- jclouds/site-content/blog/2014/09/03/better-builders/index.html (original)
+++ jclouds/site-content/blog/2014/09/03/better-builders/index.html Mon Jan 26
16:50:15 2015
@@ -109,6 +109,7 @@
<li class="divider"></li>
<li class="dropdown-header">Contribute</li>
<li><a href="/reference/report-a-bug/">Report a
Bug</a></li>
+ <li><a
href="http://jclouds.ci.cloudbees.com">Continuous Integration</a></li>
<li><a
href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute">How
To Contribute Code</a></li>
<li><a
href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation">How
To Contribute Documentation</a></li>
</ul>
Modified: jclouds/site-content/blog/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/atom.xml?rev=1654843&r1=1654842&r2=1654843&view=diff
==============================================================================
--- jclouds/site-content/blog/atom.xml (original)
+++ jclouds/site-content/blog/atom.xml Mon Jan 26 16:50:15 2015
@@ -114,10 +114,10 @@
</entry>
<entry>
- <id>http://jclouds.apache.org/blog/2014/09/04/better-builders</id>
+ <id>http://jclouds.apache.org/blog/2014/09/03/better-builders</id>
<title type="html"><![CDATA[Better Builders with jclouds!]]></title>
- <link href="http://jclouds.apache.org/blog/2014/09/04/better-builders"/>
- <updated>2014-09-04T00:00:00Z</updated>
+ <link href="http://jclouds.apache.org/blog/2014/09/03/better-builders"/>
+ <updated>2014-09-03T00:00:00Z</updated>
<content type="html"><![CDATA[<p>If you are a new <a
href="jclouds.apache.org">jclouds</a> developer, or even if you are already
developing jclouds support for any of the OpenStack or Rackspace APIs, you have
likely seen the domain classes that are used throughout the the jclouds
codebase.
These classes are used to represent OpenStack resources, particularly the JSON
structures supported by OpenStack APIs.</p>
@@ -242,10 +242,10 @@ These classes are used to represent Open
</entry>
<entry>
- <id>http://jclouds.apache.org/blog/2014/08/05/1-release-2-committers</id>
+ <id>http://jclouds.apache.org/blog/2014/08/04/1-release-2-committers</id>
<title type="html"><![CDATA[1 release, 2 committers...a busy week for
jclouds!]]></title>
- <link
href="http://jclouds.apache.org/blog/2014/08/05/1-release-2-committers"/>
- <updated>2014-08-05T00:00:00Z</updated>
+ <link
href="http://jclouds.apache.org/blog/2014/08/04/1-release-2-committers"/>
+ <updated>2014-08-04T00:00:00Z</updated>
<content type="html"><![CDATA[<p><img class="img-right"
src="/img/posts/chris-and-andrea.png"/>There's a lot going on this week for the
jclouds community. Most importantly, we're really pleased to introduce two new
committers: Andrea Turli and Chris Custine.</p>
<!--more-->
Modified: jclouds/site-content/blog/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/index.html?rev=1654843&r1=1654842&r2=1654843&view=diff
==============================================================================
--- jclouds/site-content/blog/index.html (original)
+++ jclouds/site-content/blog/index.html Mon Jan 26 16:50:15 2015
@@ -167,14 +167,14 @@
<p>Google Summer of Code 2014 has concluded and both Apache jclouds students
have successfully completed their projects, Amazon Glacier and Google Cloud
Storage support.
</p>
-<h3><a class="text-primary" href="/blog/2014/09/04/better-builders">Better
Builders with jclouds!</a></h3>
-<span class="text-muted">04 September 2014, by Zack Shoylev</span>
+<h3><a class="text-primary" href="/blog/2014/09/03/better-builders">Better
Builders with jclouds!</a></h3>
+<span class="text-muted">03 September 2014, by Zack Shoylev</span>
<p>If you are a new jclouds developer, or even if you are already developing
jclouds support for any of the OpenStack or Rackspace APIs, you have likely
seen the domain classes that are used throughout the the jclouds codebase.
These classes are used to represent OpenStack resources, particularly the JSON
structures supported by OpenStack APIs.
</p>
-<h3><a class="text-primary" href="/blog/2014/08/05/1-release-2-committers">1
release, 2 committers...a busy week for jclouds!</a></h3>
-<span class="text-muted">05 August 2014, by <a
href="http://blog.xebialabs.com/author/aphillips/">Andrew Phillips</a></span>
+<h3><a class="text-primary" href="/blog/2014/08/04/1-release-2-committers">1
release, 2 committers...a busy week for jclouds!</a></h3>
+<span class="text-muted">04 August 2014, by <a
href="http://blog.xebialabs.com/author/aphillips/">Andrew Phillips</a></span>
<p>There's a lot going on this week for the jclouds community. Most
importantly, we're really pleased to introduce two new committers: Andrea Turli
and Chris Custine.
</p>
Modified: jclouds/site-content/guides/rackspace/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/guides/rackspace/index.html?rev=1654843&r1=1654842&r2=1654843&view=diff
==============================================================================
--- jclouds/site-content/guides/rackspace/index.html (original)
+++ jclouds/site-content/guides/rackspace/index.html Mon Jan 26 16:50:15 2015
@@ -829,7 +829,7 @@ Producer Consumer
<p>Your feedback is appreciated! If you have specific issues with Rackspace
support in jclouds, we'd prefer that you file an issue via <a
href="https://issues.apache.org/jira/browse/JCLOUDS">JIRA</a>.</p>
-<p>For general feedback and support requests, send an email to: <a
href="mailto:[email protected]">[email protected]</a></p>
+<p>For general feedback and support requests, please join the <a
href="/community/">jclouds community</a>.</p>
<div class="row clearfix">
<div id="footer" class="col-md-12 column">