Author: nacx
Date: Tue Oct 21 20:43:08 2014
New Revision: 1633458
URL: http://svn.apache.org/r1633458
Log:
deploy jclouds site content
Added:
jclouds/site-content/blog/2014/10/20/
jclouds/site-content/blog/2014/10/20/apachecon-eu/
jclouds/site-content/blog/2014/10/20/apachecon-eu/index.html
Modified:
jclouds/site-content/blog/atom.xml
jclouds/site-content/blog/index.html
jclouds/site-content/index.html
Added: jclouds/site-content/blog/2014/10/20/apachecon-eu/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/10/20/apachecon-eu/index.html?rev=1633458&view=auto
==============================================================================
--- jclouds/site-content/blog/2014/10/20/apachecon-eu/index.html (added)
+++ jclouds/site-content/blog/2014/10/20/apachecon-eu/index.html Tue Oct 21
20:43:08 2014
@@ -0,0 +1,269 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+<title>Apache jclouds® :: ApacheCon EU 2014 talks</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="">
+<meta name="author" content="">
+
+<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
+<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
+<!--script src="js/less-1.3.3.min.js"></script-->
+<!--append â#!watchâ to the browser URL, then refresh the page. -->
+
+<link href="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/style.css" rel="stylesheet">
+<link href="/css/syntax.css" rel="stylesheet">
+
+<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+<!--[if lt IE 9]>
+<script src="js/html5shiv.js"></script>
+<![endif]-->
+
+<!-- Fav and touch icons -->
+<!--
+<link rel="apple-touch-icon-precomposed" sizes="144x144"
href="/img/apple-touch-icon-144-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114"
href="/img/apple-touch-icon-114-precomposed.png">
+<link rel="apple-touch-icon-precomposed" sizes="72x72"
href="/img/apple-touch-icon-72-precomposed.png">
+<link rel="apple-touch-icon-precomposed"
href="/img/apple-touch-icon-57-precomposed.png">
+-->
+<link rel="shortcut icon" href="/favicon.ico">
+
+<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml"
title="Blog Posts Feed">
+<link rel="alternate" type="application/atom+xml"
href="/releasenotes/atom.xml" title="Release Notes Feed">
+
+<script type="text/javascript" src="/js/jquery.min.js"></script>
+<script type="text/javascript" src="/js/bootstrap.min.js"></script>
+<script type="text/javascript" src="/js/toc.js"></script>
+
+<script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-8638379-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+</script>
+<script type="text/javascript">
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-47106724-1', 'jclouds.apache.org');
+ ga('send', 'pageview');
+</script>
+
+ </head>
+ <body>
+ <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/">Apache jclouds ®</a>
+ </div>
+
+ <div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
+ <ul class="nav navbar-nav">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Getting Started<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <li><a href="/start/what-is-jclouds/">What Is Apache
jclouds?</a></li>
+ <li><a href="/start/install/">Installation
Guide</a></li>
+ <li class="divider"></li>
+ <li><a href="/start/concepts/">Core Concepts</a></li>
+ <li><a href="/start/compute/">ComputeService</a></li>
+ <li><a href="/start/blobstore/">BlobStore</a></li>
+ <li><a
href="http://github.com/jclouds/jclouds-examples">Examples</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Documentation<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <li><a href="/reference/providers/">Cloud
Providers</a></li>
+ <li><a href="/guides">User Guides</a></li>
+ <li><a
href="/reference/troubleshooting/">Troubleshooting</a></li>
+ <li><a
href="/reference/configuration/">Configuration</a></li>
+ <li><a href="/reference/logging/">Logging</a></li>
+ <li><a href="/reference/javadoc/">Javadoc</a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">Developer Guides</li>
+ <li><a
href="http://wiki.apache.org/jclouds/">Wiki</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Community<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <li><a href="/community/">Get In Touch!</a></li>
+ <li><a href="http://www.meetup.com/jclouds/">Attend An
Event</a></li>
+ <li><a href="/community/users/">Who Is Using
jclouds?</a></li>
+ <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://wiki.apache.org/jclouds/How%20to%20Contribute">How To Contribute
Code</a></li>
+ <li><a
href="http://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">How
To Contribute Documentation</a></li>
+ </ul>
+ </li>
+ <li><a href="/blog">Blog</a></li>
+ </ul>
+ <ul class="nav navbar-nav navbar-right">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Release Notes<strong class="caret"></strong></a>
+ <ul class="dropdown-menu">
+ <!-- only keep the release notes for supported
versions in this list -->
+ <li><a href="/releasenotes/1.8.0">1.8.0</a></li>
+ <li><a href="/releasenotes/1.7.3">1.7.3</a></li>
+ <li><a href="/releasenotes/1.7.2">1.7.2</a></li>
+ <li><a href="/releasenotes/1.7.1">1.7.1</a></li>
+ <li><a href="/releasenotes/1.7.0">1.7.0</a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">Previous releases</li>
+ <li><a href="/releasenotes">Release archive</a></li>
+ </ul>
+ </li>
+ <li>
+ <div>
+ <a class="btn btn-success navbar-btn"
href="/start/install/">
+ <span class="glyphicon glyphicon-download"></span>
+ Install
+ </a>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+</nav>
+
+ <div class="container">
+ <div class="page-header">
+ <h1>ApacheCon EU 2014 talks</h1>
+ <span class="text-muted">20 October 2014, by <a
href="http://gaul.org/">Andrew Gaul</a></span>
+ </div>
+ <p><a
href="http://events.linuxfoundation.org/events/apachecon-europe">ApacheCon EU
2014</a> accepted three jclouds-related talks, including an overview of jclouds
and detailed discussions of cloud object storage and cloud databases.</p>
+
+<!--more-->
+
+
+<p><br/></p>
+
+<div class="row clearfix">
+
+<div class="col-md-4 column">
+<img src="http://www.gravatar.com/avatar/e7a98077869aa0d2d42e3691ae620c81"
class="center-block img-circle" />
+<div class="caption">
+<h3 class="text-primary">Introduction to Apache jclouds</h3>
+<p><a href="https://twitter.com/IgnasiBarrera">Ignasi Barrera</a> will give an
overview of jclouds, focussing on core, compute and configuration management.
The talk will set the basis for understanding how jclouds works and how you can
use it to get the best out of its features. Ignasi has a long history of
involvement in jclouds, including <a
href="http://jclouds.apache.org/guides/abiquo/">Abiquo</a> and <a
href="http://jclouds.apache.org/guides/chef/">Chef</a> support.</p>
+<p><a href="http://sched.co/1pbqgnf">More info</a></p>
+</div>
+</div>
+
+<div class="col-md-4 column">
+<img src="https://avatars3.githubusercontent.com/u/848247" width=80
height="80" class="center-block img-circle"/>
+<div class="caption">
+<h3 class="text-primary">Cloud storage with Apache jclouds</h3>
+<p><a href="http://gaul.org/">Andrew Gaul</a> will discuss jclouds support for
cloud object storage. Andrew will describe how to build applications portable
between providers and how to scale up in capacity and out to many clients.</p>
+<p><a href="http://sched.co/1pbqgDV">More info</a></p>
+</div>
+</div>
+
+<div class="col-md-4 column">
+<img src="http://www.gravatar.com/avatar/7c7639e4eadbb4b7aebaf836babe1aec"
class="center-block img-circle" />
+<div class="caption">
+<h3 class="text-primary">Taming the cloud database with Apache jclouds</h3>
+<p><a href="https://twitter.com/zackshoylev">Zack Shoylev</a> will discuss
jclouds support for cloud databases, specifically OpenStack Trove. Zack has an
extensive background in cloud computing and previously presented at ApacheCon
US 2014.</p>
+<p><a href="http://sched.co/WBGixt">More info</a></p>
+</div>
+</div>
+
+</div>
+
+
+<p><br/></p>
+
+<p>There will also be several talks on other projects in the jclouds
ecosystem, such as <a
href="http://apacheconeu2014.sched.org/?s=apache+stratos">Apache Stratos</a> or
<a href="http://apacheconeu2014.sched.org/?s=apache+brooklyn">Apache Brooklyn
(incubating)</a>, you might like if you're interested in jclouds.</p>
+
+
+ <div id="comments">
+ <hr/>
+ <div id="disqus_thread"></div>
+<script type="text/javascript">
+var disqus_shortname = 'jclouds';
+/* * * DON'T EDIT BELOW THIS LINE * * */
+(function() {
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript';
dsq.async = true;
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+ (document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
+})();
+</script>
+<noscript>Please enable JavaScript to view the <a
href="http://disqus.com/?ref_noscript">Comments powered by
Disqus.</a></noscript>
+<a href="http://disqus.com" class="dsq-brlink">Comments powered by <span
class="logo-disqus">Disqus</span></a>
+
+ </div>
+
+ <div class="row clearfix">
+ <div id="footer" class="col-md-12 column">
+ <div id="footer">
+ <hr/>
+ <div class="row clearfix">
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary" href="/start/">Getting Started</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary" href="/reference/report-a-bug/">Report
a Bug</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a
href="https://github.com/jclouds/jclouds-site/edit/master/_posts/2014-10-19-apachecon-eu.md">Fix
This Page</a><a class="text-primary"
href="https://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation"><sup>*</sup></a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary"
href="https://wiki.apache.org/jclouds/How%20to%20Contribute">Contribute Code</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary" href="/community/">Contact Us</a>
+ </p>
+ </div>
+ <div class="col-md-2 column">
+ <p class="text-center">
+ <a class="text-primary"
href="https://twitter.com/jclouds">Follow Us</a>
+ </p>
+ </div>
+ </div>
+ <hr style="margin-top: 10px"/>
+ <div class="row clearfix">
+ <div class="col-md-12 column">
+ <p class="text-center">
+ Copyright © 2011-2014 <a href="http://www.apache.org">The
Apache Software Foundation</a>. All Rights Reserved.
+ </p>
+ <p class="text-center">
+ Apache, jclouds, Apache jclouds, the jclouds logo, and the
Apache feather logos are registered trademarks or trademarks of the Apache
Software Foundation.
+ </p>
+ <p class="text-center">
+ <img src="/img/feather-small.gif" width="80", height="24"/>
+ </p>
+ <br/>
+ </div>
+ </div>
+</div>
+
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Modified: jclouds/site-content/blog/atom.xml
URL:
http://svn.apache.org/viewvc/jclouds/site-content/blog/atom.xml?rev=1633458&r1=1633457&r2=1633458&view=diff
==============================================================================
--- jclouds/site-content/blog/atom.xml (original)
+++ jclouds/site-content/blog/atom.xml Tue Oct 21 20:43:08 2014
@@ -8,20 +8,52 @@
<entry>
- <id>http://jclouds.apache.org/blog/2014/10/19/apachecon-eu</id>
+ <id>http://jclouds.apache.org/blog/2014/10/20/apachecon-eu</id>
<title type="html"><![CDATA[ApacheCon EU 2014 talks]]></title>
- <link href="http://jclouds.apache.org/blog/2014/10/19/apachecon-eu"/>
- <updated>2014-10-19T00:00:00Z</updated>
+ <link href="http://jclouds.apache.org/blog/2014/10/20/apachecon-eu"/>
+ <updated>2014-10-20T00:00:00Z</updated>
<content type="html"><![CDATA[<p><a
href="http://events.linuxfoundation.org/events/apachecon-europe">ApacheCon EU
2014</a> accepted three jclouds-related talks, including an overview of jclouds
and detailed discussions of cloud object storage and cloud databases.</p>
<!--more-->
-<p><a href="https://twitter.com/IgnasiBarrera">Ignasi Barrera</a> will give an
overview of jclouds, focussing on core, compute and configuration management.
Ignasi has a long history of involvement in jclouds, including <a
href="http://jclouds.apache.org/guides/abiquo/">Abiquo</a> and <a
href="http://jclouds.apache.org/guides/chef/">chef</a> support.</p>
+<p><br/></p>
+<div class="row clearfix">
+
+<div class="col-md-4 column">
+<img src="http://www.gravatar.com/avatar/e7a98077869aa0d2d42e3691ae620c81"
class="center-block img-circle" />
+<div class="caption">
+<h3 class="text-primary">Introduction to Apache jclouds</h3>
+<p><a href="https://twitter.com/IgnasiBarrera">Ignasi Barrera</a> will give an
overview of jclouds, focussing on core, compute and configuration management.
The talk will set the basis for understanding how jclouds works and how you can
use it to get the best out of its features. Ignasi has a long history of
involvement in jclouds, including <a
href="http://jclouds.apache.org/guides/abiquo/">Abiquo</a> and <a
href="http://jclouds.apache.org/guides/chef/">Chef</a> support.</p>
+<p><a href="http://sched.co/1pbqgnf">More info</a></p>
+</div>
+</div>
+
+<div class="col-md-4 column">
+<img src="https://avatars3.githubusercontent.com/u/848247" width=80
height="80" class="center-block img-circle"/>
+<div class="caption">
+<h3 class="text-primary">Cloud storage with Apache jclouds</h3>
<p><a href="http://gaul.org/">Andrew Gaul</a> will discuss jclouds support for
cloud object storage. Andrew will describe how to build applications portable
between providers and how to scale up in capacity and out to many clients.</p>
+<p><a href="http://sched.co/1pbqgDV">More info</a></p>
+</div>
+</div>
+<div class="col-md-4 column">
+<img src="http://www.gravatar.com/avatar/7c7639e4eadbb4b7aebaf836babe1aec"
class="center-block img-circle" />
+<div class="caption">
+<h3 class="text-primary">Taming the cloud database with Apache jclouds</h3>
<p><a href="https://twitter.com/zackshoylev">Zack Shoylev</a> will discuss
jclouds support for cloud databases, specifically OpenStack Trove. Zack has an
extensive background in cloud computing and previously presented at ApacheCon
US 2014.</p>
+<p><a href="http://sched.co/WBGixt">More info</a></p>
+</div>
+</div>
+
+</div>
+
+
+<p><br/></p>
+
+<p>There will also be several talks on other projects in the jclouds
ecosystem, such as <a
href="http://apacheconeu2014.sched.org/?s=apache+stratos">Apache Stratos</a> or
<a href="http://apacheconeu2014.sched.org/?s=apache+brooklyn">Apache Brooklyn
(incubating)</a>, you might like if you're interested in jclouds.</p>
]]></content>
</entry>
@@ -44,10 +76,10 @@
</entry>
<entry>
- <id>http://jclouds.apache.org/blog/2014/09/03/better-builders</id>
+ <id>http://jclouds.apache.org/blog/2014/09/04/better-builders</id>
<title type="html"><![CDATA[Better Builders with jclouds!]]></title>
- <link href="http://jclouds.apache.org/blog/2014/09/03/better-builders"/>
- <updated>2014-09-03T00:00:00Z</updated>
+ <link href="http://jclouds.apache.org/blog/2014/09/04/better-builders"/>
+ <updated>2014-09-04T00: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>
@@ -172,10 +204,10 @@ These classes are used to represent Open
</entry>
<entry>
- <id>http://jclouds.apache.org/blog/2014/08/04/1-release-2-committers</id>
+ <id>http://jclouds.apache.org/blog/2014/08/05/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/04/1-release-2-committers"/>
- <updated>2014-08-04T00:00:00Z</updated>
+ <link
href="http://jclouds.apache.org/blog/2014/08/05/1-release-2-committers"/>
+ <updated>2014-08-05T00: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=1633458&r1=1633457&r2=1633458&view=diff
==============================================================================
--- jclouds/site-content/blog/index.html (original)
+++ jclouds/site-content/blog/index.html Tue Oct 21 20:43:08 2014
@@ -150,8 +150,8 @@
<p><a
href="https://wiki.apache.org/jclouds/How%20to%20Contribute%20Documentation">Write
a guest post!</a></p>
-<h3><a class="text-primary" href="/blog/2014/10/19/apachecon-eu">ApacheCon EU
2014 talks</a></h3>
-<span class="text-muted">19 October 2014, by <a href="http://gaul.org/">Andrew
Gaul</a></span>
+<h3><a class="text-primary" href="/blog/2014/10/20/apachecon-eu">ApacheCon EU
2014 talks</a></h3>
+<span class="text-muted">20 October 2014, by <a href="http://gaul.org/">Andrew
Gaul</a></span>
<p>ApacheCon EU 2014 accepted three jclouds-related talks, including an
overview of jclouds and detailed discussions of cloud object storage and cloud
databases.
</p>
@@ -160,14 +160,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/03/better-builders">Better
Builders with jclouds!</a></h3>
-<span class="text-muted">03 September 2014, by Zack Shoylev</span>
+<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>
<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/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>
+<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>
<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/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/index.html?rev=1633458&r1=1633457&r2=1633458&view=diff
==============================================================================
--- jclouds/site-content/index.html (original)
+++ jclouds/site-content/index.html Tue Oct 21 20:43:08 2014
@@ -184,14 +184,12 @@
<div id="quicknews" class="alert alert-info">
-</div>
-
-
+ <p>
+ <span class="label label-primary"></span>
+ <a class="quicknew text-primary" href="/blog/2014/10/20/apachecon-eu">The
Apache jclouds team will be at ApacheCon Europe on November 17-21, 2014. Don't
miss our talks!</a>
+ </p>
-
-<script type="text/javascript">
- $('#quicknews').hide();
-</script>
+</div>