You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/10/26 16:08:33 UTC

svn commit: r926904 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/documentation.html content/reference/deployment-type.html

Author: buildbot
Date: Sun Oct 26 15:08:33 2014
New Revision: 926904

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/documentation.html
    websites/staging/isis/trunk/content/reference/deployment-type.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 26 15:08:33 2014
@@ -1 +1 @@
-1634346
+1634347

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 26 15:08:33 2014
@@ -1 +1 @@
-1634346
+1634347

Modified: websites/staging/isis/trunk/content/documentation.html
==============================================================================
--- websites/staging/isis/trunk/content/documentation.html (original)
+++ websites/staging/isis/trunk/content/documentation.html Sun Oct 26 15:08:33 2014
@@ -536,57 +536,6 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
-<h2><a name="core-domain-services">Core Domain Services</a></h2>
-
-<p>Commonly-used domain services to use within your app, implemented in Isis core.  Some implement API defined in the applib; see <a href="./reference/services.html">summary</a>.
-</div>
-</div>
-<div class="row">
-<div class="col-md-4"></p>
-
-<p></div>
-<div class="col-md-4"></p>
-
-<h4><a name="domain-services-information-sharing">Commands/Background</a></h4>
-
-<p>Context in which actions invoked, infrastructure to run actions in background.</p>
-
-<ul>
-<li><a href="./reference/services/command-context.html">Command Context</a> <a href="./reference/services/command-context.html#screencast"><img src="./images/tv_show-25.png"></a></li>
-<li><a href="./reference/services/background-service.html">Background Service</a></li>
-</ul>
-
-<h4><a name="domain-services-information-sharing">Information sharing</a></h4>
-
-<p>Co-ordinate sharing of information across multiple objects/interactions</p>
-
-<ul>
-<li><a href="./reference/services/scratchpad.html">Scratchpad</a></li>
-<li><a href="./reference/services/bulk-interaction.html">Bulk.Interaction</a></li>
-<li><a href="./reference/services/query-results-cache.html">QueryResultsCache</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
-
-<h4><a name="domain-services-bookmark-memento">Bookmarks and mementos</a></h4>
-
-<ul>
-<li><a href="./reference/services/bookmark-service.html">Bookmark Service</a></li>
-<li><a href="./reference/services/memento-service.html">Memento Service</a></li>
-<li><a href="./reference/services/xmlsnapshot-service.html">XmlSnapshot Service</a></li>
-</ul>
-
-<h4><a name="reference-non-ui-execution">Non-UI execution</a></h4>
-
-<ul>
-<li><a href="./reference/non-ui/isis-session-template.html">IsisSessionTemplate</a>
-</div>
-</div></li>
-</ul>
-
-<p><div class="row">
-<div class="col-md-12"></p>
-
 <h2><a name="how-tos">How-tos (programming model)</a></h2>
 
 <p></div>
@@ -685,6 +634,102 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
+<h2><a name="wicket-viewer">Wicket Viewer</a> <a href="components/viewers/wicket/release-notes/about.html">1.7.0</a></div></h2>
+
+<p><div class="col-md-4"></p>
+
+<h4><a name="wicket-viewer-about">About</a></h4>
+
+<p><p class="display:none"/></p>
+
+<ul>
+<li><a href="components/viewers/wicket/about.html">About</a></li>
+</ul>
+
+<h4><a name="wicket-viewer-features">Features</a></h4>
+
+<ul>
+<li><a href="components/viewers/wicket/file-upload-download.html">File upload/download</a></li>
+<li><a href="components/viewers/wicket/bookmarks.html">Bookmarked pages (sliding panel)</a></li>
+<li><a href="components/viewers/wicket/recent-pages.html">Recent pages (drop down)</a></li>
+<li><a href="components/viewers/wicket/hints-and-copy-url.html">Hints and copy URL</a></li>
+<li><a href="components/viewers/wicket/tips-and-workarounds.html">Tips and workarounds</a></li>
+</ul>
+
+<h4>Changing Pages</h4>
+
+<ul>
+<li><a href="components/viewers/wicket/customizing-the-welcome-page.html">The Welcome page</a></li>
+<li><a href="components/viewers/wicket/configuring-the-about-page.html">The About page</a>
+</div>
+<div class="col-md-4"></li>
+</ul>
+
+<h4><a name="how-tos-ui-hints">UI hints</a></h4>
+
+<p>Icons and Titles</p>
+
+<ul>
+<li><a href="./how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html">Entity title</a></li>
+<li><a href="./how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html">Entity icons</a></li>
+<li><a href="./more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html">Entity icons reflecting object's state</a></li>
+<li><a href="components/viewers/wicket/titles-in-tables.html">Titles in tables</a></li>
+</ul>
+
+<p>Names and Descriptions</p>
+
+<ul>
+<li><a href="./more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html">Name/descr. of an object</a></li>
+<li><a href="./more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html">Name/descr. of a property</a></li>
+<li><a href="./more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html">Name/descr. of a collection</a></li>
+<li><a href="./more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html">Name/descr. of an action</a></li>
+</ul>
+
+<h4><a name="wicket-viewer-configuration">Configuration</a></h4>
+
+<p>Layouts</p>
+
+<ul>
+<li><a href="./how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html">Ordering prop/colls in the UI</a></li>
+<li><a href="./how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html">Ordering actions in the UI</a></li>
+<li><a href="components/viewers/wicket/static-layouts.html">Static layouts</a></li>
+<li><a href="components/viewers/wicket/dynamic-layouts.html">Dynamic layouts</a> <a href="components/viewers/wicket/dynamic-layouts.html#screencast"><img src="./images/tv_show-25.png"></a></li>
+</ul>
+
+<p>Other</p>
+
+<ul>
+<li><a href="components/viewers/wicket/suppressing-remember-me.html">Suppressing 'remember me'</a></li>
+<li><a href="components/viewers/wicket/bookmarks.html">Number of bookmarked pages</a></li>
+<li><a href="components/viewers/wicket/stripped-wicket-tags.html">Stripped Wicket tags</a></li>
+<li><a href="components/viewers/wicket/disabling-modal-dialogs.html">Disabling modal dialogs</a>
+</div>
+<div class="col-md-4"></li>
+</ul>
+
+<h4><a name="wicket-viewer-extensions">Customization</a></h4>
+
+<ul>
+<li><a href="./components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html">Tweaking CSS classes</a></li>
+<li><a href="./components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html">Custom Javascript</a></li>
+<li><a href="components/viewers/wicket/customizing-the-viewer.html">Replacing page elements</a></li>
+<li><a href="components/viewers/wicket/custom-pages.html">Custom pages</a></li>
+</ul>
+
+<h4><a name="wicket-viewer-isisaddons">Isis Add-ons</a></h4>
+
+<ul>
+<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-excel.html">Excel download</a></li>
+<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-fullcalendar2.html">Fullcalendar2</a></li>
+<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html">Gmap3</a> <a href="./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html#screencast"><img src="./images/tv_show-25.png"></a> </li>
+<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-wickedcharts.html">Wicked charts</a>
+</div>
+</div></li>
+</ul>
+
+<p><div class="row">
+<div class="col-md-12"></p>
+
 <h2><a name="more-advanced-topics">More advanced topics</a></h2>
 
 <p></div>
@@ -817,6 +862,57 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
+<h2><a name="core-domain-services">Core Domain Services</a></h2>
+
+<p>Commonly-used domain services to use within your app, implemented in Isis core.  Some implement API defined in the applib; see <a href="./reference/services.html">summary</a>.
+</div>
+</div>
+<div class="row">
+<div class="col-md-4"></p>
+
+<p></div>
+<div class="col-md-4"></p>
+
+<h4><a name="domain-services-information-sharing">Commands/Background</a></h4>
+
+<p>Context in which actions invoked, infrastructure to run actions in background.</p>
+
+<ul>
+<li><a href="./reference/services/command-context.html">Command Context</a> <a href="./reference/services/command-context.html#screencast"><img src="./images/tv_show-25.png"></a></li>
+<li><a href="./reference/services/background-service.html">Background Service</a></li>
+</ul>
+
+<h4><a name="domain-services-information-sharing">Information sharing</a></h4>
+
+<p>Co-ordinate sharing of information across multiple objects/interactions</p>
+
+<ul>
+<li><a href="./reference/services/scratchpad.html">Scratchpad</a></li>
+<li><a href="./reference/services/bulk-interaction.html">Bulk.Interaction</a></li>
+<li><a href="./reference/services/query-results-cache.html">QueryResultsCache</a>
+</div>
+<div class="col-md-4"></li>
+</ul>
+
+<h4><a name="domain-services-bookmark-memento">Bookmarks and mementos</a></h4>
+
+<ul>
+<li><a href="./reference/services/bookmark-service.html">Bookmark Service</a></li>
+<li><a href="./reference/services/memento-service.html">Memento Service</a></li>
+<li><a href="./reference/services/xmlsnapshot-service.html">XmlSnapshot Service</a></li>
+</ul>
+
+<h4><a name="reference-non-ui-execution">Non-UI execution</a></h4>
+
+<ul>
+<li><a href="./reference/non-ui/isis-session-template.html">IsisSessionTemplate</a>
+</div>
+</div></li>
+</ul>
+
+<p><div class="row">
+<div class="col-md-12"></p>
+
 <h2><a name="restfulobjects-viewer">Core (Restful) Viewer</a></h2>
 
 <p><i>previously released as the Restful Objects Viewer component (v<a href="components/viewers/restfulobjects/release-notes/about.html">2.3.0</a>), now part of Core.</i>
@@ -959,102 +1055,6 @@
 <p><div class="row">
 <div class="col-md-12"></p>
 
-<h2><a name="wicket-viewer">Wicket Viewer</a> <a href="components/viewers/wicket/release-notes/about.html">1.7.0</a></div></h2>
-
-<p><div class="col-md-4"></p>
-
-<h4><a name="wicket-viewer-about">About</a></h4>
-
-<p><p class="display:none"/></p>
-
-<ul>
-<li><a href="components/viewers/wicket/about.html">About</a></li>
-</ul>
-
-<h4><a name="wicket-viewer-features">Features</a></h4>
-
-<ul>
-<li><a href="components/viewers/wicket/file-upload-download.html">File upload/download</a></li>
-<li><a href="components/viewers/wicket/bookmarks.html">Bookmarked pages (sliding panel)</a></li>
-<li><a href="components/viewers/wicket/recent-pages.html">Recent pages (drop down)</a></li>
-<li><a href="components/viewers/wicket/hints-and-copy-url.html">Hints and copy URL</a></li>
-<li><a href="components/viewers/wicket/tips-and-workarounds.html">Tips and workarounds</a></li>
-</ul>
-
-<h4>Changing Pages</h4>
-
-<ul>
-<li><a href="components/viewers/wicket/customizing-the-welcome-page.html">The Welcome page</a></li>
-<li><a href="components/viewers/wicket/configuring-the-about-page.html">The About page</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
-
-<h4><a name="how-tos-ui-hints">UI hints</a></h4>
-
-<p>Icons and Titles</p>
-
-<ul>
-<li><a href="./how-tos/how-to-01-040-How-to-specify-a-title-for-a-domain-entity.html">Entity title</a></li>
-<li><a href="./how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html">Entity icons</a></li>
-<li><a href="./more-advanced-topics/how-to-05-050-How-to-specify-the-icon-for-an-individual-objects-state.html">Entity icons reflecting object's state</a></li>
-<li><a href="components/viewers/wicket/titles-in-tables.html">Titles in tables</a></li>
-</ul>
-
-<p>Names and Descriptions</p>
-
-<ul>
-<li><a href="./more-advanced-topics/how-to-05-010-How-to-specify-a-name-or-description-for-an-object.html">Name/descr. of an object</a></li>
-<li><a href="./more-advanced-topics/how-to-05-020-How-to-specify-a-name-or-description-for-a-property.html">Name/descr. of a property</a></li>
-<li><a href="./more-advanced-topics/how-to-05-030-How-to-specify-a-name-or-description-for-a-collection.html">Name/descr. of a collection</a></li>
-<li><a href="./more-advanced-topics/how-to-05-040-How-to-specify-names-or-description-for-an-action.html">Name/descr. of an action</a></li>
-</ul>
-
-<h4><a name="wicket-viewer-configuration">Configuration</a></h4>
-
-<p>Layouts</p>
-
-<ul>
-<li><a href="./how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html">Ordering prop/colls in the UI</a></li>
-<li><a href="./how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html">Ordering actions in the UI</a></li>
-<li><a href="components/viewers/wicket/static-layouts.html">Static layouts</a></li>
-<li><a href="components/viewers/wicket/dynamic-layouts.html">Dynamic layouts</a> <a href="components/viewers/wicket/dynamic-layouts.html#screencast"><img src="./images/tv_show-25.png"></a></li>
-</ul>
-
-<p>Other</p>
-
-<ul>
-<li><a href="components/viewers/wicket/suppressing-remember-me.html">Suppressing 'remember me'</a></li>
-<li><a href="components/viewers/wicket/bookmarks.html">Number of bookmarked pages</a></li>
-<li><a href="components/viewers/wicket/stripped-wicket-tags.html">Stripped Wicket tags</a></li>
-<li><a href="components/viewers/wicket/disabling-modal-dialogs.html">Disabling modal dialogs</a>
-</div>
-<div class="col-md-4"></li>
-</ul>
-
-<h4><a name="wicket-viewer-extensions">Customization</a></h4>
-
-<ul>
-<li><a href="./components/viewers/wicket/how-to-tweak-the-ui-using-css-classes.html">Tweaking CSS classes</a></li>
-<li><a href="./components/viewers/wicket/how-to-tweak-the-ui-using-javascript.html">Custom Javascript</a></li>
-<li><a href="components/viewers/wicket/customizing-the-viewer.html">Replacing page elements</a></li>
-<li><a href="components/viewers/wicket/custom-pages.html">Custom pages</a></li>
-</ul>
-
-<h4><a name="wicket-viewer-isisaddons">Isis Add-ons</a></h4>
-
-<ul>
-<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-excel.html">Excel download</a></li>
-<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-fullcalendar2.html">Fullcalendar2</a></li>
-<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html">Gmap3</a> <a href="./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html#screencast"><img src="./images/tv_show-25.png"></a> </li>
-<li><a href="./components/viewers/wicket/isisaddons/isis-wicket-wickedcharts.html">Wicked charts</a>
-</div>
-</div></li>
-</ul>
-
-<p><div class="row">
-<div class="col-md-12"></p>
-
 <h2><a name="modules">Add-on Modules/Services</a></h2>
 
 <p>Optional supporting modules to use within your app, with implementations in <a href="http://www.isisaddons.org">Isis addons</a>.  Some modules implement interfaces defined in Isis applib (eg auditing), others are standalone (eg excel and tags).</p>

Modified: websites/staging/isis/trunk/content/reference/deployment-type.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/deployment-type.html (original)
+++ websites/staging/isis/trunk/content/reference/deployment-type.html Sun Oct 26 15:08:33 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Deployment Types and Component Defaults
</title>
+      <title>Deployment Types
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -294,7 +294,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Deployment Types and Component Defaults
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Deployment Types
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -418,7 +418,7 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../reference/about.html">Reference</a></p>
-<h1>Deployment Types and Component Defaults
+<h1>Deployment Types
 
 </h1>
 </div>