You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/03/12 14:46:02 UTC

svn commit: r1666193 - in /isis/site/trunk: content/intro/elevator-pitch/isis-in-pictures.md templates/index.html templates/isis-template.html

Author: danhaywood
Date: Thu Mar 12 13:46:02 2015
New Revision: 1666193

URL: http://svn.apache.org/r1666193
Log:
home page WIP

Modified:
    isis/site/trunk/content/intro/elevator-pitch/isis-in-pictures.md
    isis/site/trunk/templates/index.html
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/content/intro/elevator-pitch/isis-in-pictures.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/elevator-pitch/isis-in-pictures.md?rev=1666193&r1=1666192&r2=1666193&view=diff
==============================================================================
--- isis/site/trunk/content/intro/elevator-pitch/isis-in-pictures.md (original)
+++ isis/site/trunk/content/intro/elevator-pitch/isis-in-pictures.md Thu Mar 12 13:46:02 2015
@@ -1,5 +1,7 @@
 Title: Dynamically builds the UI
 
+{isis-in-pictures
+
 Isis dynamically builds a generic UI directlyo from the underlying domain objects.  It works by building an internal metamodel that describes the structure and behaviour of the domain objects, and then uses this metamodel to render the objects.  You can think of it as akin to an object-relational mapper; however rather than projecting the domain objects into a database, it projects them onto a web page.
 
 The screenshots below are taken from the Isis Addons' [todoapp example](http://github.com/isisaddons/isis-app-todoapp), which you are free to fork and use as you will.   The corresponding domain classes from which this UI was built can be found [here](https://github.com/isisaddons/isis-app-todoapp/tree/0669d6e2acc5bcad1d9978a4514a17bcf7beab1f/dom/src/main/java/todoapp/dom/module/todoitem). 
@@ -176,3 +178,4 @@ In fact, the domain event is fired not o
 
 Moreover, domain events are fired for all properties and collections, not just actions.  Thus, subscribers can therefore switch on or switch off different parts of an application.  Indeed, the example todoapp demonstrates this.
 
+}

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1666193&r1=1666192&r2=1666193&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Thu Mar 12 13:46:02 2015
@@ -173,11 +173,13 @@
         <div class="row">
             <div class="col-md-12">
                 <h4>A typical application built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</h4>
+
                 <img class="estatio" src="./intro/powered-by/images/estatio-1.png" style="width: 98%"/>
-            </div>
-            <div class="center">
-                <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 check out its source code on <a href="http://github.com/estatio/estatio">github</a>.</p>
+
+                <div class="center">
+                    <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 check out its source code on <a href="http://github.com/estatio/estatio">github</a>.</p>
+                </div>
             </div>
         </div>
 
@@ -209,7 +211,7 @@
 
         <div class="row">
             <div class="col-md-12">
-                <h4>and this short tutorial should give you an idea as to how Apache Isis dynamically builds the UI:</h4>
+                <h4>... and this short tutorial should give you an idea as to how Apache Isis dynamically builds the UI:</h4>
             </div>
             <div class="col-md-12">
 

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1666193&r1=1666192&r2=1666193&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Thu Mar 12 13:46:02 2015
@@ -57,6 +57,11 @@
         .markdown-content {
             min-height: 500px;
         }
+
+        .markdown-content .isis-in-pictures img {
+            width: 98%;
+        }
+
         .book-image img {
           border: 1px;
           border-style: solid;