You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by bu...@apache.org on 2013/02/18 13:34:24 UTC

svn commit: r850931 - in /websites/staging/cayenne/trunk/content: ./ dev/ dev/cms-guide.html developer-guide.html

Author: buildbot
Date: Mon Feb 18 12:34:24 2013
New Revision: 850931

Log:
Staging update by buildbot for cayenne

Added:
    websites/staging/cayenne/trunk/content/dev/
    websites/staging/cayenne/trunk/content/dev/cms-guide.html
Modified:
    websites/staging/cayenne/trunk/content/   (props changed)
    websites/staging/cayenne/trunk/content/developer-guide.html

Propchange: websites/staging/cayenne/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 18 12:34:24 2013
@@ -1 +1 @@
-1447214
+1447216

Added: websites/staging/cayenne/trunk/content/dev/cms-guide.html
==============================================================================
--- websites/staging/cayenne/trunk/content/dev/cms-guide.html (added)
+++ websites/staging/cayenne/trunk/content/dev/cms-guide.html Mon Feb 18 12:34:24 2013
@@ -0,0 +1,109 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+<title>Guide to Cayenne CMS | Apache Cayenne</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta name="keywords" content=" apache cayenne, object relational mapping, open source orm, orm">
+<meta name="description" content=" 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="/about.html">About</a>
+		<ul>
+			<li><a href="/why-cayenne.html">Why Cayenne?</a></li>
+			<li><a href="/download.html">Download</a></li>
+			<li><a href="/success-stories.html">Success Stories</a></li>
+			<li><a href="/support.html">Support</a></li>
+		</ul>
+	</li>
+	<li><a href="/docs/index.html">Documentation</a>
+		<ul>
+			<li><a href="/docs/3.1/tutorial/index.html">Getting Started (3.1)</a></li>
+			<li class="trigger"><a href="/docs/3.1/index.html">Version 3.1 (beta)</a>
+				<ul>
+					<li><a href="/docs/3.1/cayenne-guide/index.html">Cayenne Guide</a></li>
+					<li><a href="/docs/3.1/tutorial/index.html">Tutorial</a></li>
+					<li><a href="/docs/3.1/tutorial-rop/index.html">ROP Tutorial</a></li>
+					<li><a href="/docs/3.1/upgrade-guide/index.html">Upgrade Guide</a></li>
+					<li><a href="/docs/3.1/api/index.html">JavaDoc</a></li>
+				</ul>
+			</li>
+			<li class="trigger"><a href="/docs/3.0/index.html">Version 3.0 (stable)</a>
+				<ul>
+					<li><a href="/docs/3.0/overview.html">Overview</a></li>
+					<li><a href="/docs/3.0/cayenne-guide.html">Cayenne Guide</a></li>
+					<li><a href="/docs/3.0/remote-object-persistence-guide.html">Remote Client Guide</a></li>
+					<li><a href="/docs/3.0/modeler-guide.html">Modeler Guide</a></li>
+					<li><a href="/docs/3.0/api/index.html">JavaDoc</a></li>
+				</ul>
+			</li>
+			<li class="trigger"><a href="/docs/2.0/index.html">Version 2.0 (legacy)</a>
+				<ul>
+					<li><a href="/docs/2.0/user-guide.html">User Guide</a></li>
+					<li><a href="/docs/2.0/remote-object-persistence-guide.html">Remote Client Guide</a></li>
+					<li><a href="/docs/2.0/modeler-guide.html">Modeler Guide</a></li>
+					<li><a href="/docs/2.0/api/cayenne/index.html">JavaDoc</a></li>
+				</ul>
+			</li>
+			<li class="trigger"><a href="/docs/1.2/index.html">Version 1.2 (legacy)</a>
+				<ul>
+					<li><a href="/docs/1.2/user-guide.html">User 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>
+				</ul>
+			</li>
+		</ul>
+	</li>
+	<li><a href="/collaboration.html">Collaboration</a>
+		<ul>
+			<li><a href="http://issues.apache.org/jira/browse/CAY">Bug/Feature Tracker</a></li>
+			<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+			<li><a href="https://cwiki.apache.org/confluence/display/CAY/Index">Wiki</a></li>
+			<li><a href="/code-repository.html">Code Repository</a></li>
+			<li><a href="/developer-guide.html">Developer Guide</a></li>
+			<li><a href="/how-can-i-help.html">How Can I Help?</a></li>
+			<li><a href="/contributors.html">Contributors</a></li>
+		</ul>
+	</li>
+</ul>
+</div>
+
+
+<hr>
+<div id="content">
+       <p>To publish staged content go here: [https://cms.apache.org/cayenne/], login with your Apache ID, and click on "publish cayenne site".</p>
+<p>TODO: more CMS details..</p>
+       <hr>
+       <p id="footer">Copyright &#169; 2001-2012 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/developer-guide.html
==============================================================================
--- websites/staging/cayenne/trunk/content/developer-guide.html (original)
+++ websites/staging/cayenne/trunk/content/developer-guide.html Mon Feb 18 12:34:24 2013
@@ -104,22 +104,16 @@ it, run unit tests, etc. "Developers" in
 contribute code to Cayenne. If you downloaded Cayenne to use it in a Java
 application and do not intend to submit patches or extension, this
 information is probably of no use to you. Consult Cayenne user docs instead.</p>
-<h3 id="how-development-happens">How development happens</h3>
 <ul>
 <li><a href="how_development_happens.html">How development happens</a></li>
-</ul>
-<h3 id="getting-started">Getting started</h3>
-<ul>
 <li><a href="code-repository.html">Source Code Access</a></li>
-</ul>
-<h3 id="working-with-the-latest-version-cayenne-3">Working with the latest version (Cayenne 3.*)</h3>
-<ul>
 <li><a href="eclipse.html">Working in Eclipse</a></li>
 <li><a href="building-cayenne.html">Building Cayenne</a></li>
 <li><a href="release-guide.html">Creating a Release</a></li>
 <li><a href="running-unit-tests.html">Running Unit Tests</a></li>
+<li><a href="dev/cms-guide.html">CMS Guide</a></li>
 </ul>
-<h3 id="working-with-legacy-cayenne-cayenne-20x-and-12x">Working with legacy Cayenne (Cayenne 2.0.x and 1.2.x)</h3>
+<h3 id="legacy-cayenne-cayenne-20x-and-12x">Legacy Cayenne (Cayenne 2.0.x and 1.2.x)</h3>
 <ul>
 <li><a href="legacy-ant-build.html">Building with Ant</a></li>
 <li><a href="legacy-eclipse.html">Working in Eclipse</a></li>