Author: buildbot
Date: Mon Dec 17 11:49:36 2012
New Revision: 842795

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/bootstrap.css
    websites/staging/isis/trunk/content/components/objectstores/jdo/about.html
    websites/staging/isis/trunk/content/components/objectstores/nosql/about.html
    websites/staging/isis/trunk/content/components/objectstores/sql/about.html
    websites/staging/isis/trunk/content/components/objectstores/xml/about.html
    websites/staging/isis/trunk/content/components/profilestores/sql/about.html
    websites/staging/isis/trunk/content/components/profilestores/xml/about.html
    websites/staging/isis/trunk/content/components/progmodels/groovy/about.html
    websites/staging/isis/trunk/content/components/progmodels/wrapper/about.html
    websites/staging/isis/trunk/content/components/security/file/about.html
    websites/staging/isis/trunk/content/components/security/ldap/about.html
    websites/staging/isis/trunk/content/components/security/sql/about.html
    websites/staging/isis/trunk/content/components/viewers/bdd/about.html
    websites/staging/isis/trunk/content/components/viewers/dnd/about.html
    websites/staging/isis/trunk/content/components/viewers/html/about.html
    websites/staging/isis/trunk/content/components/viewers/junit/about.html
    
websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html
    websites/staging/isis/trunk/content/components/viewers/scimpi/about.html
    websites/staging/isis/trunk/content/components/viewers/wicket/about.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 17 11:49:36 2012
@@ -1 +1 @@
-1422860
+1422876

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 17 11:49:36 2012
@@ -1 +1 @@
-1422860
+1422876

Modified: websites/staging/isis/trunk/content/bootstrap.css
==============================================================================
--- websites/staging/isis/trunk/content/bootstrap.css (original)
+++ websites/staging/isis/trunk/content/bootstrap.css Mon Dec 17 11:49:36 2012
@@ -546,7 +546,7 @@ address {
   line-height: 18px;
   margin-bottom: 18px;
 }
-h2 a, h3 a, code, pre {
+code, pre {
   padding: 0 3px 2px;
   font-family: Monaco, Andale Mono, Courier New, monospace;
   font-size: 12px;
@@ -554,7 +554,7 @@ h2 a, h3 a, code, pre {
   -moz-border-radius: 3px;
   border-radius: 3px;
 }
-h2 a, h3 a, code {
+code {
   /*background-color: #fee9cc;*/
   color: rgba(0, 0, 0, 0.75);
   padding: 1px 3px;
@@ -2377,6 +2377,10 @@ button.btn::-moz-focus-inner, input[type
   box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
 }
 
+
+
+/* Isis specific stuff */
+
 .markdown-content .documentation .span-one-third p {
   margin-bottom: 0px;
 }
@@ -2388,3 +2392,13 @@ button.btn::-moz-focus-inner, input[type
 .documentation .group h2 {
   border-bottom: 1px solid #DDD
 }
+.documentation h2 a, .documentation h3 a {
+  /* same as code style */
+  padding: 0 3px 2px;
+  font-family: Monaco, Andale Mono, Courier New, monospace;
+  font-size: 12px;
+  -webkit-border-radius: 3px;
+  -moz-border-radius: 3px;
+  border-radius: 3px;
+  padding: 1px 3px;
+}

Modified: 
websites/staging/isis/trunk/content/components/objectstores/jdo/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/about.html 
Mon Dec 17 11:49:36 2012
@@ -186,14 +186,16 @@
 
 <p>The JDO objectstore enables the persistence of domain objects using the JDO 
API. <a href="http://datanucleus.org";>DataNucleues</a> - the reference 
implementation for JDO - is used as the backing implementation.</p>
 
+<p>Hints and tips:</p>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li><a href="hints-and-tips.html">Maven and Eclipse</a></li>
 </ul>
 
-<p>Hints and tips:</p>
+<h3>Releases</h3>
 
 <ul>
-<li><a href="hints-and-tips.html">Maven and Eclipse</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/objectstores/nosql/about.html
==============================================================================
--- 
websites/staging/isis/trunk/content/components/objectstores/nosql/about.html 
(original)
+++ 
websites/staging/isis/trunk/content/components/objectstores/nosql/about.html 
Mon Dec 17 11:49:36 2012
@@ -186,8 +186,10 @@
 
 <p>The nosql objectstore module provides an implementation of the object store 
API that persists domain objects using JSON.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/objectstores/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/sql/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/objectstores/sql/about.html 
Mon Dec 17 11:49:36 2012
@@ -186,8 +186,10 @@
 
 <p>The SQL object store module provides the ability to persist domain objects 
into an RDBMS. It has no external dependencies, using simply JDBC.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/objectstores/xml/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/xml/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/objectstores/xml/about.html 
Mon Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>Note that the XML object store is suitable for single-user standalone apps, 
but is not intended for multi-user deployments.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/profilestores/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/sql/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/profilestores/sql/about.html 
Mon Dec 17 11:49:36 2012
@@ -184,13 +184,15 @@
 </h1>
 </div>
 
-<p><div class="stub">
-This page is a stub.
-</div></p>
+<p>A 'profile store' is a mechanism to store information about a current user 
of the system. This information is predominantly for use by viewer 
implementations, eg to store user preferences, bookmarks or view 
configurations.</p>
 
-<p>Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.</p>
+<p>The SQL profile store stores profiles in a number of RDBMS tables.</p>
 
-<p>In the meantime you can access our original incubator website <a 
href="http://incubator.apache.org/isis"; title="Apache Isis (incubator 
website)">here</a>.</p>
+<h3>Releases</h3>
+
+<ul>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
+</ul>
 
 
 

Modified: 
websites/staging/isis/trunk/content/components/profilestores/xml/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/profilestores/xml/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/profilestores/xml/about.html 
Mon Dec 17 11:49:36 2012
@@ -184,13 +184,15 @@
 </h1>
 </div>
 
-<p><div class="stub">
-This page is a stub.
-</div></p>
+<p>A 'profile store' is a mechanism to store information about a current user 
of the system. This information is predominantly for use by viewer 
implementations, eg to store user preferences, bookmarks or view 
configurations.</p>
 
-<p>Isis graduated from the Apache incubator in October 2012; we are currently 
setting ourselves up as a top-level project.</p>
+<p>The xml profile store provides a simple way to persist user profiles to 
file storage. The format of this file is a proprietary XML schema.</p>
 
-<p>In the meantime you can access our original incubator website <a 
href="http://incubator.apache.org/isis"; title="Apache Isis (incubator 
website)">here</a>.</p>
+<h3>Releases</h3>
+
+<ul>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
+</ul>
 
 
 

Modified: 
websites/staging/isis/trunk/content/components/progmodels/groovy/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/progmodels/groovy/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/progmodels/groovy/about.html 
Mon Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>The groovy progmodel implementation, which extends the default programming 
model provided with <a href="../../../core/about.html">core</a> is intended to 
allow domain objects to be written in <a 
href="http://groovy.codehaus.org";>Groovy</a>.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/progmodels/wrapper/about.html
==============================================================================
--- 
websites/staging/isis/trunk/content/components/progmodels/wrapper/about.html 
(original)
+++ 
websites/staging/isis/trunk/content/components/progmodels/wrapper/about.html 
Mon Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>The wrapper progmodel implementation, which builds on the default 
programming model provided in <a href="../../../core/about.html">core</a> 
provides the ability for domain objects to be wrapped such that interactions 
between domain objects can be "as if" through the viewer. (In other words, 
business rule constraints are applied).</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/security/file/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/file/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/security/file/about.html Mon 
Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>The file implementation uses simple flat files to store user 
account/password (authentication) and permissions (authorization) data.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/security/ldap/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/ldap/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/security/ldap/about.html Mon 
Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>The ldap implementation provides integration with an LDAP provider.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: websites/staging/isis/trunk/content/components/security/sql/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/security/sql/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/security/sql/about.html Mon 
Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>The sql implementation provides basic integration with a SQL database.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: websites/staging/isis/trunk/content/components/viewers/bdd/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/bdd/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/viewers/bdd/about.html Mon 
Dec 17 11:49:36 2012
@@ -188,8 +188,10 @@
 
 <p>Currently the only framework supported is <a 
href="http://concordion.org";>Concordion</a>, though others may be supported in 
the future.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: websites/staging/isis/trunk/content/components/viewers/dnd/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/dnd/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/viewers/dnd/about.html Mon 
Dec 17 11:49:36 2012
@@ -190,8 +190,10 @@
 
 <p>The DnD viewer defines its own API to allow new views to be defined. These 
can be for entities, for entity properties (and action parameters), for entity 
collections, and for collections of entities.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: websites/staging/isis/trunk/content/components/viewers/html/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/html/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/viewers/html/about.html Mon 
Dec 17 11:49:36 2012
@@ -190,8 +190,10 @@
 
 <p>The HTML viewer offers only very limited customization opportunities; the 
CSS can be altered, but that's about it.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/viewers/junit/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/junit/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/viewers/junit/about.html Mon 
Dec 17 11:49:36 2012
@@ -186,8 +186,10 @@
 
 <p>The junit viewer module provides JUnit4 integration, allowing unit tests to 
be written exercising business rules by catching the exceptions thrown by 
proxied domain objects.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a></li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html
==============================================================================
--- 
websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html
 (original)
+++ 
websites/staging/isis/trunk/content/components/viewers/restfulobjects/about.html
 Mon Dec 17 11:49:36 2012
@@ -190,8 +190,10 @@
 
 <p>The viewer is an implementation of the <a 
href="http://restfulobjects.org";>Restful Objects</a> specification, intended to 
allow other server-side frameworks to be implemented to support the same 
protocol.  It currently implements <strong>v0.56</strong> of the spec.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a>.</li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/viewers/scimpi/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/scimpi/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/viewers/scimpi/about.html 
Mon Dec 17 11:49:36 2012
@@ -194,8 +194,10 @@
 
 <p>Customization therefore is accomplished by providing a specific page. The 
elements of this page can be any of the tags that Scimpi understands.</p>
 
+<h3>Releases</h3>
+
 <ul>
-<li><a href="release-notes/about.html">Releases</a>.</li>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 

Modified: 
websites/staging/isis/trunk/content/components/viewers/wicket/about.html
==============================================================================
--- websites/staging/isis/trunk/content/components/viewers/wicket/about.html 
(original)
+++ websites/staging/isis/trunk/content/components/viewers/wicket/about.html 
Mon Dec 17 11:49:36 2012
@@ -199,7 +199,12 @@
 <p>These views will typically be to render a specific entity, a particular 
property/parameter type, or a collection of entities. You can either write 
these views from scratch, or use existing <code>Component</code> 
implementations (for example the open source code available at Wicket's 
companion site, <a href="http://wicketstuff.org";>wicketstuff.org</a>).</li>
 <li>third, you can register your own pages for a particular object type
 This allows you to render certain objects (eg a DashBoard object) using a 
completely customized web page if required.</li>
-<li><a href="release-notes/about.html">Releases</a>.</li>
+</ul>
+
+<h3>Releases</h3>
+
+<ul>
+<li>See <a href="release-notes/about.html">release notes</a>.</li>
 </ul>
 
 


Reply via email to