Author: buildbot Date: Sat Feb 6 13:18:47 2016 New Revision: 979686 Log: Staging update by buildbot for cayenne
Added: websites/staging/cayenne/trunk/content/docs/1.2/index.html Modified: websites/staging/cayenne/trunk/content/ (props changed) websites/staging/cayenne/trunk/content/docs/2.0/index.html websites/staging/cayenne/trunk/content/docs/3.0/index.html Propchange: websites/staging/cayenne/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Feb 6 13:18:47 2016 @@ -1 +1 @@ -1728836 +1728838 Added: websites/staging/cayenne/trunk/content/docs/1.2/index.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/1.2/index.html (added) +++ websites/staging/cayenne/trunk/content/docs/1.2/index.html Sat Feb 6 13:18:47 2016 @@ -0,0 +1,67 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html lang="en"> +<head> +<title>Documentation for Cayenne 1.2 (Legacy) | Documentation v.1.2 | Apache Cayenne</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="keywords" content="cayenne 1.2 documentation, apache cayenne, object relational mapping, open source orm, orm"> +<meta name="description" content="User documentation for Apache Cayenne version 1.2. Apache Cayenne is a powerful, full-featured, open-source object relational mapping framework created for developers working with relational databases."> +<link rel="stylesheet" type="text/css" media="screen, projection" href="/css/styles.css"> +<link rel="stylesheet" type="text/css" media="print" href="/css/print.css"> +<link rel="shortcut icon" href="/img/favicon.ico" type="image/ico"> +<script type="text/javascript" src="/js/scripts.js"></script> +<script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-7036673-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> +</head> +<body> +<div id="wrap"><div id="wrap-inner"> + +<div id="header"> + <h1><a href="/" title="Return to Apache Cayenne home"><span>The Apache Cayenne Project</span></a></h1> + <h2><a href="http://www.apache.org" title="The Apache Software Foundation"><span>The Apache Software Foundation</span></a></h2> +</div> + +<div id="container"> + + +<div id="sidebar"> +<ul id="nav"> + <li><a href="/docs/1.2/index.html">1.2.x Documentation</a> + <ul> + <li><a href="/docs/1.2/user-guide.html">Cayenne Guide</a></li> + <li><a href="/docs/1.2/remote-object-persistence-guide.html">Remote Client Guide</a></li> + <li><a href="/docs/1.2/modeler-guide.html">Modeler Guide</a></li> + <li><a href="/docs/1.2/api/cayenne/index.html">JavaDoc</a></li> + <li><a href="/index.html">Back...</a> + </ul> + </li> +</ul> +</div> + + +<hr> +<div id="content"> + <H2>Cayenne Documentation - v. 1.2</H2> + +<UL> + <LI><A href="user-guide.html" title="User Guide">User Guide</A>: General information on how to get started with Cayenne, main Cayenne concepts, API details and deployment procedures.</LI> + <LI><A href="modeler-guide.html" title="Modeler Guide">Modeler Guide</A>: Object-relational mapping with CayenneModeler GUI tool.</LI> + <LI><A href="remote-object-persistence-guide.html" title="Remote Object Persistence Guide">Remote Object Persistence Guide</A>: Writing distributed Java applications with Cayenne remote object persistence mechanism.</LI> + <LI><A href="api/cayenne/index.html">JavaDoc</A></LI> +</UL> + + <hr> + <p id="footer">Copyright © 2001-2016 Apache Software Foundation. Apache Cayenne, Cayenne, Apache, the Apache feather logo, and the Apache Cayenne project logo are trademarks of The Apache Software Foundation. <a href="/privacy-policy.html">Privacy policy</a>. +</div> +</div> + +</div></div> +</body> +</html> Modified: websites/staging/cayenne/trunk/content/docs/2.0/index.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/2.0/index.html (original) +++ websites/staging/cayenne/trunk/content/docs/2.0/index.html Sat Feb 6 13:18:47 2016 @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> -<title>Home | Documentation v.2.0 | Apache Cayenne</title> +<title>Documentation for Cayenne 2.0 (Legacy) | Documentation v.2.0 | Apache Cayenne</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content="cayenne 2.0 documentation, apache cayenne, object relational mapping, open source orm, orm"> <meta name="description" content="User documentation for Apache Cayenne version 2.0. Apache Cayenne is a powerful, full-featured, open-source object relational mapping framework created for developers working with relational databases."> @@ -48,15 +48,15 @@ <hr> <div id="content"> - <H2>Cayenne Documentation - v. 2.0 (STABLE)</H2> + <H2>Documentation for Cayenne 2.0 (Legacy)</H2> <UL> <LI><A href="user-guide.html" title="User Guide">User Guide</A>: General information on how to get started with Cayenne, main Cayenne concepts, API details and deployment procedures.</LI> <LI><A href="modeler-guide.html" title="Modeler Guide">Modeler Guide</A>: Object-relational mapping with CayenneModeler GUI tool.</LI> <LI><A href="remote-object-persistence-guide.html" title="Remote Object Persistence Guide">Remote Object Persistence Guide</A>: Writing distributed Java applications with Cayenne remote object persistence mechanism.</LI> + <LI><A href="api/cayenne/index.html">JavaDoc</A></LI> </UL> - <hr> <p id="footer">Copyright © 2001-2016 Apache Software Foundation. Apache Cayenne, Cayenne, Apache, the Apache feather logo, and the Apache Cayenne project logo are trademarks of The Apache Software Foundation. <a href="/privacy-policy.html">Privacy policy</a>. </div> Modified: websites/staging/cayenne/trunk/content/docs/3.0/index.html ============================================================================== --- websites/staging/cayenne/trunk/content/docs/3.0/index.html (original) +++ websites/staging/cayenne/trunk/content/docs/3.0/index.html Sat Feb 6 13:18:47 2016 @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> -<title>Home | Documentation v.3.0 | Apache Cayenne</title> +<title>Documentation for Cayenne 3.0 (Aging) | Documentation v.3.0 | Apache Cayenne</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content="cayenne 3.0 documentation, apache cayenne, object relational mapping, open source orm, orm"> <meta name="description" content="User documentation for Apache Cayenne version 3.0. Apache Cayenne is a powerful, full-featured, open-source object relational mapping framework created for developers working with relational databases."> @@ -49,27 +49,16 @@ <hr> <div id="content"> - <H2>Cayenne Documentation - v. 3.0</H2> - -<P>Cayenne documentation consists of the following "books":</P> + <H2>Documentation for Cayenne 3.0 (Aging)</H2> <UL> <LI><A href="overview.html" title="Overview">Overview</A>: Flavors of Cayenne; what's new in the latest version.</LI> <LI><A href="cayenne-guide.html" title="Cayenne Guide">Cayenne Guide</A>: Writing applications based on Cayenne persistence API. Includes "getting started" tutorials, main concepts, API details and deployment procedures.</LI> <LI><A href="remote-object-persistence-guide.html" title="Remote Object Persistence Guide">Remote Object Persistence Guide</A>: Writing distributed Cayenne client applications.</LI> <LI><A href="modeler-guide.html" title="Modeler Guide">Modeler Guide</A>: A guide to object-relational mapping (ORM) with CayenneModeler GUI tool.</LI> + <LI><A href="api/cayenne/index.html">JavaDoc</A></LI> </UL> - -<H2>External Documentation</H2> - -<P>This section lists documentation and reference materials that are maintained outside of Cayenne project.</P> - -<UL> - <LI><A href="http://sourceforge.net/projects/tapcaycrud" class="external-link" rel="nofollow">TapCayCrud</A> - a Tapestry/Cayenne/Maven2 tutorial.</LI> -</UL> - - <hr> <p id="footer">Copyright © 2001-2016 Apache Software Foundation. Apache Cayenne, Cayenne, Apache, the Apache feather logo, and the Apache Cayenne project logo are trademarks of The Apache Software Foundation. <a href="/privacy-policy.html">Privacy policy</a>. </div>