Author: everett
Date: Wed Jul 30 21:25:33 2014
New Revision: 1614773

URL: http://svn.apache.org/r1614773
Log:
deploy jclouds site content

Added:
    jclouds/site-content/blog/2014/07/
    jclouds/site-content/blog/2014/07/30/
    jclouds/site-content/blog/2014/07/30/walk-n-doc-ignite/
    jclouds/site-content/blog/2014/07/30/walk-n-doc-ignite/index.html
    jclouds/site-content/img/posts/ignite-logo.gif   (with props)
Modified:
    jclouds/site-content/blog/atom.xml
    jclouds/site-content/blog/index.html
    jclouds/site-content/blog/page2/index.html
    jclouds/site-content/blog/page3/index.html
    jclouds/site-content/blog/page4/index.html

Added: jclouds/site-content/blog/2014/07/30/walk-n-doc-ignite/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/blog/2014/07/30/walk-n-doc-ignite/index.html?rev=1614773&view=auto
==============================================================================
--- jclouds/site-content/blog/2014/07/30/walk-n-doc-ignite/index.html (added)
+++ jclouds/site-content/blog/2014/07/30/walk-n-doc-ignite/index.html Wed Jul 
30 21:25:33 2014
@@ -0,0 +1,238 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+<title>Apache jclouds&reg; :: Walk n' Doc Ignite Talk</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 &reg;</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.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><a href="/releasenotes/1.6.3">1.6.3</a></li>
+                        <li><a href="/releasenotes/1.6.2">1.6.2</a></li>
+                        <li><a href="/releasenotes/1.6.1">1.6.1</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>Walk n' Doc Ignite Talk</h1>
+                <span class="text-muted">30 July 2014, by <a 
href="https://twitter.com/everett_toews";>Everett Toews</a></span>
+            </div>
+            <p><img class="img-right" src="/img/posts/ignite-logo.gif"/>At 
OSCON 2014 I was fortunate enough to be selected to give an Ignite talk on the 
topic of documentation contribution. Below is a video from that Ignite. If 
you'd like to learn more about it, please read <a 
href="/blog/2014/06/25/walk-n-doc">Walk n' Doc</a>.</p>
+
+<!--more-->
+
+
+
+
+<iframe width="560" height="315" 
src="//www.youtube.com/embed/kP3R6WBbbTY?rel=0" frameborder="0" 
allowfullscreen></iframe>
+
+
+            
+            <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-07-30-walk-n-doc-ignite.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 &copy; 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=1614773&r1=1614772&r2=1614773&view=diff
==============================================================================
--- jclouds/site-content/blog/atom.xml (original)
+++ jclouds/site-content/blog/atom.xml Wed Jul 30 21:25:33 2014
@@ -8,6 +8,23 @@
 
   
   <entry>
+    <id>http://jclouds.apache.org/blog/2014/07/30/walk-n-doc-ignite</id>
+    <title type="html"><![CDATA[Walk n' Doc Ignite Talk]]></title>
+    <link href="http://jclouds.apache.org/blog/2014/07/30/walk-n-doc-ignite"/>
+    <updated>2014-07-30T00:00:00Z</updated>
+    <content type="html"><![CDATA[<p><img class="img-right" 
src="/img/posts/ignite-logo.gif"/>At OSCON 2014 I was fortunate enough to be 
selected to give an Ignite talk on the topic of documentation contribution. 
Below is a video from that Ignite. If you'd like to learn more about it, please 
read <a href="/blog/2014/06/25/walk-n-doc">Walk n' Doc</a>.</p>
+
+<!--more-->
+
+
+
+
+<iframe width="560" height="315" 
src="//www.youtube.com/embed/kP3R6WBbbTY?rel=0" frameborder="0" 
allowfullscreen></iframe>
+
+]]></content>
+  </entry>
+  
+  <entry>
     <id>http://jclouds.apache.org/blog/2014/06/25/walk-n-doc</id>
     <title type="html"><![CDATA[Walk n' Doc]]></title>
     <link href="http://jclouds.apache.org/blog/2014/06/25/walk-n-doc"/>

Modified: jclouds/site-content/blog/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/blog/index.html?rev=1614773&r1=1614772&r2=1614773&view=diff
==============================================================================
--- jclouds/site-content/blog/index.html (original)
+++ jclouds/site-content/blog/index.html Wed Jul 30 21:25:33 2014
@@ -152,6 +152,11 @@
             <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/07/30/walk-n-doc-ignite">Walk n' 
Doc Ignite Talk</a></h3>
+<span class="text-muted">30 July 2014, by <a 
href="https://twitter.com/everett_toews";>Everett Toews</a></span>
+<p>At OSCON 2014 I was fortunate enough to be selected to give an Ignite talk 
on the topic of documentation contribution. Below is a video from that Ignite. 
If you'd like to learn more about it, please read Walk n' Doc.
+</p>
+
 <h3><a class="text-primary" href="/blog/2014/06/25/walk-n-doc">Walk n' 
Doc</a></h3>
 <span class="text-muted">25 June 2014, by <a 
href="https://twitter.com/everett_toews";>Everett Toews</a></span>
 <p>A common complaint about many open source projects is documentation. 
Insufficient, incorrect, non-existent, hard to find, and difficult to update 
are things we typically all hear. There are a lot of different ways to tackle 
these problems. There's no silver bullet but one of my favourite tactics is 
lowering the barriers for absolutely anyone to walk up and contribute 
documentation.
@@ -172,11 +177,6 @@
 <p>It's been a while since our last blog post, and lots has happened since 
then. There have been many things that have kept us busy, and finally, all the 
hard work is starting to show up. During this time, we've:
 </p>
 
-<h3><a class="text-primary" 
href="/blog/2013/05/13/jclouds-at-gluecon-2013">jclouds at Gluecon 2013</a></h3>
-<span class="text-muted">13 May 2013, by Adrian Cole</span>
-<p>Everett Toews is hitting the road, getting some hands on keyboards, and 
really teaching developers how to use jclouds. He'll be giving a workshop 
titled "Solve the Cross-Cloud Conundrum with jclouds" at Gluecon this year. The 
session is on May 22 from 10:30 to 11:30 am in Breakout 2.
-</p>
-
 
 
 <ul class="pagination text-center">

Modified: jclouds/site-content/blog/page2/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/blog/page2/index.html?rev=1614773&r1=1614772&r2=1614773&view=diff
==============================================================================
--- jclouds/site-content/blog/page2/index.html (original)
+++ jclouds/site-content/blog/page2/index.html Wed Jul 30 21:25:33 2014
@@ -152,6 +152,11 @@
             <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/2013/05/13/jclouds-at-gluecon-2013">jclouds at Gluecon 2013</a></h3>
+<span class="text-muted">13 May 2013, by Adrian Cole</span>
+<p>Everett Toews is hitting the road, getting some hands on keyboards, and 
really teaching developers how to use jclouds. He'll be giving a workshop 
titled "Solve the Cross-Cloud Conundrum with jclouds" at Gluecon this year. The 
session is on May 22 from 10:30 to 11:30 am in Breakout 2.
+</p>
+
 <h3><a class="text-primary" 
href="/blog/2013/04/28/jclouds-1-6-0-released">jclouds 1.6.0 released!</a></h3>
 <span class="text-muted">28 April 2013, by Adrian Cole</span>
 <p>jclouds 1.6 represents 7 months of refactoring to essentially "reset" the 
project 4 years after its founding. The goal was to do less magic and be easier 
to code and troubleshoot.
@@ -172,11 +177,6 @@
 <p>At jclouds, we've been running our Jenkins continuous integration jobs in 
CloudBees' DEV@cloud for a while now (CloudBees has a FOSS programme). We also 
have an active and ever-increasing contributor community, which amongst others 
means... lots of pull requests.
 </p>
 
-<h3><a class="text-primary" href="/blog/2012/09/28/jclouds-1-5-is-out">jclouds 
1.5 is out!</a></h3>
-<span class="text-muted">28 September 2012, by Adrian Cole</span>
-<p>Over 6 months in the making, and just in time for JavaOne, jclouds 1.5 is 
formally released. Many of you have been awaiting (or helping build) massive 
new support for OpenStack based clouds. There's even more, such as our new 
Jenkins Plugin and command-line utility.
-</p>
-
 
 
 <ul class="pagination text-center">

Modified: jclouds/site-content/blog/page3/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/blog/page3/index.html?rev=1614773&r1=1614772&r2=1614773&view=diff
==============================================================================
--- jclouds/site-content/blog/page3/index.html (original)
+++ jclouds/site-content/blog/page3/index.html Wed Jul 30 21:25:33 2014
@@ -152,6 +152,11 @@
             <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/2012/09/28/jclouds-1-5-is-out">jclouds 
1.5 is out!</a></h3>
+<span class="text-muted">28 September 2012, by Adrian Cole</span>
+<p>Over 6 months in the making, and just in time for JavaOne, jclouds 1.5 is 
formally released. Many of you have been awaiting (or helping build) massive 
new support for OpenStack based clouds. There's even more, such as our new 
Jenkins Plugin and command-line utility.
+</p>
+
 <h3><a class="text-primary" 
href="/blog/2012/07/16/fluency-for-paginated-api-lists">Fluency for paginated 
api lists</a></h3>
 <span class="text-muted">16 July 2012, by Adrian Cole</span>
 <p>The problem of large result sets is something cloud providers want you to 
have. For example, what better sign of cloud life is there than Amazon S3 
having a trillion objects stored so far. The way most cloud apis deal with 
listing your million (or even thousand) things is to paginate the response.
@@ -172,11 +177,6 @@
 <p>2 weeks ago, I started a bit of a rant on EC2's 32bit-only vms.
 </p>
 
-<h3><a class="text-primary" 
href="/blog/2012/01/21/jclouds-1-3-released">jclouds 1.3 released!</a></h3>
-<span class="text-muted">21 January 2012, by Adrian Cole</span>
-<p>The 1.3 release of jclouds includes results of 3-months effort by our 
contributors. A total of 57 Issues were addressed between jclouds 1.2.0 and the 
current revision of jclouds 1.3 (1.3.1).
-</p>
-
 
 
 <ul class="pagination text-center">

Modified: jclouds/site-content/blog/page4/index.html
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/blog/page4/index.html?rev=1614773&r1=1614772&r2=1614773&view=diff
==============================================================================
--- jclouds/site-content/blog/page4/index.html (original)
+++ jclouds/site-content/blog/page4/index.html Wed Jul 30 21:25:33 2014
@@ -152,6 +152,11 @@
             <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/2012/01/21/jclouds-1-3-released">jclouds 1.3 released!</a></h3>
+<span class="text-muted">21 January 2012, by Adrian Cole</span>
+<p>The 1.3 release of jclouds includes results of 3-months effort by our 
contributors. A total of 57 Issues were addressed between jclouds 1.2.0 and the 
current revision of jclouds 1.3 (1.3.1).
+</p>
+
 <h3><a class="text-primary" 
href="/blog/2012/01/17/jclouds-training-and-jfokus-stockholm">jclouds training 
and Jfokus Stockholm</a></h3>
 <span class="text-muted">17 January 2012, by Adrian Cole</span>
 <p>For those of you in Stockholm, or coming in for Jfokus, don't miss out on a 
few nearby events.

Added: jclouds/site-content/img/posts/ignite-logo.gif
URL: 
http://svn.apache.org/viewvc/jclouds/site-content/img/posts/ignite-logo.gif?rev=1614773&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jclouds/site-content/img/posts/ignite-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to