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 2015/03/12 00:45:17 UTC

svn commit: r943426 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/index-new.html

Author: buildbot
Date: Wed Mar 11 23:45:16 2015
New Revision: 943426

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/index-new.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 11 23:45:16 2015
@@ -1 +1 @@
-1666039
+1666040

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 11 23:45:16 2015
@@ -1 +1 @@
-1666039
+1666040

Modified: websites/staging/isis/trunk/content/index-new.html
==============================================================================
--- websites/staging/isis/trunk/content/index-new.html (original)
+++ websites/staging/isis/trunk/content/index-new.html Wed Mar 11 23:45:16 2015
@@ -708,19 +708,20 @@
             <p>Isis builds a generic UI directly from the underlying domain objects.
             This makes for extremely rapid prototyping and short feedback cycle, perfect for agile development.
             The UI can also be extended for specific use cases.</p>
-            <p><a class="btn btn-default" href="#" role="button">View details »</a></p>
+            <p><a class="btn btn-default" href="./intro/elevator-pitch/isis-in-pictures.html.html" role="button">View details »</a></p>
         </div>
         <div class="col-md-4">
             <h2>Domain-Driven</h2>
             <p>The core of an Isis application are the domain objects, either persisted entities or view models.
             Business rules can be associated directly with domain objects, or can be factored out into separate
             services.  Isis performs dependency injection everywhere to ensure that the application remains decoupled.</p>
-            <p><a class="btn btn-default" href="#" role="button">View details »</a></p>
+            <p><a class="btn btn-default" href="./documentation.html" role="button">View details »</a></p>
         </div>
         <div class="col-md-4">
             <h2>Add-ons</h2>
-            <p>Isis has a large number of github-hosted <a href="http://www.isisaddons.org">addons</a> that provide support for security, auditing, command profiling, mail merge and other cross-cutting concerns.  All are open source and designed for out-of-the-box use or to fork as you require.</p>
-            <p><a class="btn btn-default" href="#" role="button">View details »</a></p>
+            <p>Isis has a large number of github-hosted add-on modules for security, auditing, command profiling, mail merge and other cross-cutting concerns.  It also has a number of UI extensions
+                for maps, calendars and so on.  All are open source and designed for out-of-the-box use or to fork as you require.</p>
+            <p><a class="btn btn-default" href="http://www.isisaddons.org" role="button">View details »</a></p>
         </div>
     </div>
     <hr>
@@ -739,6 +740,17 @@
 
 <br/>
   <div class="row">
+    <div class="col-md-12">
+      <div align="center">
+      <h4>A typical application built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</h4>
+          <br/>
+          <img src="./images/estatio-1.png"/>
+          <p>You can learn more about this particular application <a href="./intro/powered-by/powered-by.html">here</a>.
+          The app is also open source, so you can also check out its source code on <a href="http://github.com/estatio/estatio">github</a>.</p>
+      </div>
+    </div>
+  </div>
+  <div class="row">
     <div class="col-md-8 col-md-offset-2">
       <div align="center">
       <h4>Get started with your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>.</h4>.