Skip to content

Commit

Permalink
place redirect to latest webpage in website's home directory and upda…
Browse files Browse the repository at this point in the history
…te logo
  • Loading branch information
ajkannan committed Aug 28, 2015
1 parent bbe0473 commit b9950ec
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 135 deletions.
134 changes: 1 addition & 133 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,133 +1 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2015-05-19
| Rendered using Apache Maven Fluido Skin 1.3.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20150519" />
<meta http-equiv="Content-Language" content="en" />
<title>GCloud Java &#x2013; </title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />


<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>


</head>
<body class="topBarDisabled">



<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2>GCloud Java</h2>
</div>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>

<div id="breadcrumbs">
<ul class="breadcrumb">


<li id="publishDate">Last Published: 2015-05-19
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 0.0.4
</li>




</ul>
</div>


<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">


<ul class="nav nav-list">
<li class="nav-header">Project Documentation</li>

<li>

<a href="project-info.html" title="Project Information">
<i class="icon-chevron-right"></i>
Project Information</a>
</li>

<li>

<a href="project-reports.html" title="Project Reports">
<i class="icon-chevron-right"></i>
Project Reports</a>
</li>
</ul>



<hr />

<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>


<div id="bodyColumn" class="span9" >

<div class="section">
<h2><a name="GCloud_Java:_Idiomatic_Java_Client_for_Google_Cloud_Platform_services."></a>GCloud Java: Idiomatic Java Client for Google Cloud Platform services. </h2>
<p>This is a Java Client for accessing Google Cloud Platorm services such as Datastore, Storage, PubSub and others. This library is in a early stage of its development and may occasionally make backwards-incompatible changes, but it is already usable.</p>
<div class="section">
<h3><a name="Features"></a>Features</h3>
<ul>
<li><a class="externalLink" href="https://cloud.google.com/datastore/">Google Cloud Datastore</a></li></ul></div>
<div class="section">
<h3><a name="Links"></a>Links</h3>
<ul>
<li><a class="externalLink" href="https://github.com/GoogleCloudPlatform/gcloud-java">GitHub repository</a></li>
<li><a class="externalLink" href="http://GoogleCloudPlatform.github.io/gcloud-java/apidocs/index.html">Javadocs</a></li>
<li><a class="externalLink" href="http://GoogleCloudPlatform.github.io/gcloud-java/dependencies.html">Dependencies</a></li>
<li><a class="externalLink" href="https://travis-ci.org/GoogleCloudPlatform/gcloud-java"> Continous Integration System (Travis-CI)</a></li>
<li><a class="externalLink" href="https://github.com/GoogleCloudPlatform/gcloud-java/issues?page=1&amp;state=open">Issues</a></li>
<li><a class="externalLink" href="https://coveralls.io/r/GoogleCloudPlatform/gcloud-java/">Coverage</a></li></ul></div></div>
</div>
</div>
</div>

<hr/>

<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright &copy; 2015
Google.
All rights reserved.

</p>
</div>



</div>
</footer>
</body>
</html>
<html><head><meta http-equiv="refresh" content="0; URL='http://GoogleCloudPlatform.github.io/gcloud-java/site/0.0.7/index.html'" /></head><body></body></html>
49 changes: 49 additions & 0 deletions site/0.0.7/img/icon-lang-java-duke-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions site/0.0.7/img/icon-lang-java-duke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed site/0.0.7/img/icon-lang-java.png
Binary file not shown.
4 changes: 2 additions & 2 deletions site/0.0.7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="logo"><img src="img/logo-full.svg" alt="Google Cloud Platform" /></h1
<ul class="menu">
<li>
<a href="#" title="Java docs page">
<img src="img/icon-lang-java.png" alt="Java icon" class="menu-icon" width="24" height="24" />
<img src="img/icon-lang-java-duke-white.svg" alt="Java icon" class="menu-icon" width="24" height="24" />
Java
</a>
</li>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
<ul class="featuring-links">
<li>
<a href="./apidocs/index.html" title="gcloud-java docs" class="btn btn-docs">
<img src="img/icon-lang-java.png" alt="Java icon" class="menu-icon" />
<img src="img/icon-lang-java-duke.svg" alt="Java icon" class="menu-icon" />
Read the Docs
</a>
</li>
Expand Down

0 comments on commit b9950ec

Please sign in to comment.