You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/02/03 15:52:55 UTC

svn commit: r896266 - in /websites/staging/olingo/trunk/content: ./ documentation2.html sitemap.html

Author: buildbot
Date: Mon Feb  3 14:52:54 2014
New Revision: 896266

Log:
Staging update by buildbot for olingo

Added:
    websites/staging/olingo/trunk/content/documentation2.html
Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/sitemap.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb  3 14:52:54 2014
@@ -1 +1 @@
-1563930
+1563937

Added: websites/staging/olingo/trunk/content/documentation2.html
==============================================================================
--- websites/staging/olingo/trunk/content/documentation2.html (added)
+++ websites/staging/olingo/trunk/content/documentation2.html Mon Feb  3 14:52:54 2014
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
+    <head>
+        <meta charset="utf-8">
+		    <meta http-equiv="expires" content="0">
+            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+                <title></title>
+                <meta name="description" content="Apache Olingo (incubating) provides libraries which enable developers to implement OData producers and OData consumers. The available OData Java library implements OData version 2.0. In future on goal is to provide an OData 4.0 compliant library once the OData standard is published at OASIS. The focus within the community is currently on the Java technology but it is up to the community to discuss if other environments find interest.">
+                    <meta name="viewport" content="width=device-width">
+                        
+		<link rel="stylesheet" href="/css/bootstrap.min.css">
+                            <style>
+                                body {
+                                    padding-top: 60px;
+                                    padding-bottom: 40px;
+                                }
+                                </style>
+		<link rel="stylesheet" href="/css/bootstrap-responsive.min.css">
+		<link rel="stylesheet" href="/css/main.css">
+                                    
+		<script src="/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
+                                    </head>
+    <body>
+        <!--[if lt IE 7]>
+         <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
+         <![endif]-->
+        
+        <!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
+        <div class="navbar navbar-inverse  navbar-fixed-top">
+            <div class="navbar-inner">
+                <div class="container">
+                    <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                        <span class="icon-bar"></span>
+                        <span class="icon-bar"></span>
+                        <span class="icon-bar"></span>
+                    </a>
+                    <img class="brand" src="/img/OlingoOrangeTM.png" style="width:42px;" />
+                    <a class="brand" href="#">Apache Olingo&trade;</a>
+                   <div class="nav-collapse collapse">
+                        <ul class="nav">
+                            <li class="dropdown">
+                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+                                <ul class="dropdown-menu">
+                                    <li><a href="http://www.apache.org/foundation/">ASF Home</a></li>
+                                    <li><a href="http://projects.apache.org/">Projects</a></li>
+                                    <li><a href="http://people.apache.org/">People</a></li>
+                                    <li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a></li>
+                                    <li><a href="http://www.apache.org/dyn/closer.cgi">Download</a></li>
+									<li><a href="http://www.apache.org/security/">Security</a></li>
+                                    <li><a href="http://www.apache.org/foundation/sponsorship.html">Support Apache</a></li>
+                                </ul>
+                            </li>
+                            <li><a href="/">Home</a></li>
+                            <li><a href="/download.html">Download</a></li>
+                            <li><a href="/documentation.html">Documentation</a></li>
+                            <li><a href="/support.html">Support</a></li>
+                        </ul>
+                        <form class="navbar-form pull-right" name="search" id="search" action="http://www.google.com/search" method="get">
+                            <input value="olingo.incubator.apache.org" name="sitesearch" type="hidden"/>
+                            <input class="span2" type="text" name="q" id="query">
+                                <input class="btn"type="submit" id="submit" value="Search">
+                                    </form>
+                    </div><!--/.nav-collapse -->
+                </div>
+            </div>
+        </div>
+        
+        <div class="container">
+            
+            
+            
+            <h1 id="documentation">Documentation</h1>
+<hr />
+<h3 id="how-to-start">How to Start</h3>
+<ul>
+<li><a href="/doc/sample-setup.html">Sample Project Setup with Maven Archetypes</a></li>
+<li><a href="/doc/tomcat.html">Run with Tomcat</a></li>
+<li><a href="/doc/dependencies.html">Maven Dependencies</a></li>
+</ul>
+<hr />
+<h3 id="tutorials">Tutorials</h3>
+<h5 id="odata-library">OData Library</h5>
+<ul>
+<li><a href="doc/tutorials/basicread.html">Read Scenario</a></li>
+<li><a href="doc/tutorials/Olingo_Tutorial_BasicWrite.html">Write Scenario</a></li>
+<li><a href="doc/tutorials/read_expand.html">Read Scenario - $expand</a></li>
+<li><a href="doc/tutorials/read_media-resource.html">Read Scenario - Media Resources</a></li>
+<li><a href="doc/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.html">Batch Scenario (read/write)</a>
+<!-- * <a href="doc/tutorials/delta.html">Delta Responses</a> --></li>
+</ul>
+<h5 id="odata-jpa-processor-library">OData JPA Processor Library</h5>
+<ul>
+<li><a href="doc/tutorials/CreateWebApp.html">Creating a Web Application Project for Transforming JPA Models into OData Services</a></li>
+<li><a href="doc/tutorials/ExtendingtheEDM.html">Extending the EDM Generated from the JPA Models</a></li>
+<li><a href="doc/tutorials/jpafunctionimport.html">Adding Function Imports to OData Services</a></li>
+<li><a href="doc/tutorials/jparedefinemetadata.html">Redefine Metadata for JPA Model</a></li>
+</ul>
+<h5 id="odata-annotation-processor-extension">OData Annotation Processor Extension</h5>
+<ul>
+<li><a href="doc/tutorials/AnnotationProcessorExtension.html">Creating a Web Application Project with Annotation Processor Extension</a></li>
+</ul>
+<h5 id="miscellaneous">Miscellaneous</h5>
+<ul>
+<li><a href="doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html">Implementation of Filter Visitor</a></li>
+<li><a href="doc/tutorials/Olingo_Tutorial_BasicRead_EDM.html">Parse Metadata</a></li>
+<li><a href="doc/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html">Service Resolution</a></li>
+<li><a href="doc/tutorials/debug.html">Debug Support and Custom Error Handling</a></li>
+<li><a href="doc/tutorials/osgi.html">OSGi Support</a></li>
+</ul>
+<hr />
+<h3 id="olingo-project-setup-contributors">Olingo Project Setup (Contributors)</h3>
+<ul>
+<li><a href="/doc/maven.html">Git and Maven Support</a></li>
+<li><a href="/doc/eclipse.html">Eclipse IDE Support</a></li>
+<li><a href="doc/release.html">Release Documentation</a></li>
+</ul>
+            
+            
+            
+            
+            <hr>
+            
+            <footer>
+                <h5>Disclaimer</h5>
+                
+                <p>Apache Olingo&trade; is an effort undergoing incubation at The Apache Software Foundation (ASF) sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
+                
+                <p>&copy; Copyright 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo and the project logo are trademarks of The Apache Software Foundation.</p>
+				<hr>
+				<div align="center"><small><a href="/doc/privacy.html">Privacy</a></small></div>
+            </footer>
+            
+        </div> <!-- /container -->
+        
+        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
+        <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
+        
+        <script src="/js/vendor/bootstrap.min.js"></script>
+        
+        <script src="/js/main.js"></script>
+        
+<script>
+  (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-44963757-1', 'apache.org');
+  ga('send', 'pageview');
+
+</script>    </body>
+</html>

Modified: websites/staging/olingo/trunk/content/sitemap.html
==============================================================================
--- websites/staging/olingo/trunk/content/sitemap.html (original)
+++ websites/staging/olingo/trunk/content/sitemap.html Mon Feb  3 14:52:54 2014
@@ -74,6 +74,7 @@
             
             <ul>
 <li><a href="/documentation.html">Documentation</a></li>
+<li><a href="/documentation2.html"></a></li>
 <li><a href="/download.html"></a></li>
 <li><a href="/index.html">Apache Olingo (Incubating)</a></li>
 <li><a href="/support.html">Support</a></li>