Repository: isis
Updated Branches:
  refs/heads/master 31168c444 -> bd4ad92e0


ISIS-1287: updating home page with new screenshots.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/aa510932
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/aa510932
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/aa510932

Branch: refs/heads/master
Commit: aa510932bbc87cf750d3bf83ee1cda53a00fa268
Parents: 31168c4
Author: Dan Haywood <d...@haywood-associates.co.uk>
Authored: Sun Mar 20 10:28:51 2016 +0000
Committer: Dan Haywood <d...@haywood-associates.co.uk>
Committed: Sun Mar 20 10:29:22 2016 +0000

----------------------------------------------------------------------
 .../main/asciidoc/images/todoapp/dashboard.png    | Bin 0 -> 137248 bytes
 .../src/main/asciidoc/images/todoapp/todoitem.png | Bin 0 -> 98559 bytes
 adocs/documentation/src/main/asciidoc/index.html  |  13 +++++++++----
 adocs/template/document.html.erb                  |   2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/aa510932/adocs/documentation/src/main/asciidoc/images/todoapp/dashboard.png
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/images/todoapp/dashboard.png 
b/adocs/documentation/src/main/asciidoc/images/todoapp/dashboard.png
new file mode 100644
index 0000000..16f2c59
Binary files /dev/null and 
b/adocs/documentation/src/main/asciidoc/images/todoapp/dashboard.png differ

http://git-wip-us.apache.org/repos/asf/isis/blob/aa510932/adocs/documentation/src/main/asciidoc/images/todoapp/todoitem.png
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/images/todoapp/todoitem.png 
b/adocs/documentation/src/main/asciidoc/images/todoapp/todoitem.png
new file mode 100644
index 0000000..603073b
Binary files /dev/null and 
b/adocs/documentation/src/main/asciidoc/images/todoapp/todoitem.png differ

http://git-wip-us.apache.org/repos/asf/isis/blob/aa510932/adocs/documentation/src/main/asciidoc/index.html
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/index.html 
b/adocs/documentation/src/main/asciidoc/index.html
index 8c128f4..8022e15 100644
--- a/adocs/documentation/src/main/asciidoc/index.html
+++ b/adocs/documentation/src/main/asciidoc/index.html
@@ -641,15 +641,20 @@ And I must say this: "Great Support from the development 
team"</p>
                     <div class="large-12 medium-12 columns">
                         <h4>A typical application built with Apache Isis</h4>
                         <br/>
-                        <p>Like all Apache Isis apps, the UI is dynamically 
built from the domain model.</p>
+                        <p>Like all Apache Isis apps, the UI is dynamically 
built from the domain model.  The screenshot below
+                        shows a demo "todoapp" (source code available on <a 
href="http://github.com/isisaddons/isis-app-todoapp";>github</a>)</p>
 
-                        <img class="estatio" 
src="./images/powered-by/estatio/estatio-1.png" style="width: 98%"/>
+                        <a href="./images/todoapp/todoitem.png"><img 
src="./images/todoapp/todoitem.png" style="width: 75%"/></a>
 
+                        <br/>
                         <div class="center">
                             <br/>
-                            <p>You can learn more about this particular 
application <a href="./powered-by.html#_powered-by_estatio">here</a>, and check 
out its source code on <a 
href="http://github.com/estatio/estatio";>github</a>.</p>
+                            <p>The above screenshot shows the 
<code>ToDoItem</code> entity; an (optional) XML layout file provides metadata 
dividing the object members into rows, columns and tabs.  Apache Isis also 
supports view models as well as entities, so you can also create dashboards and 
support for similar use cases:</p>
                         </div>
                         <br/>
+
+                        <a href="./images/todoapp/dashboard.png"><img 
src="./images/todoapp/dashboard.png" style="width: 75%"/></a>
+
                     </div>
                 </div>
 
@@ -739,7 +744,7 @@ mvn archetype:generate  \
             <footer>
               <hr>
               <p class="small">
-              Copyright &copy; 2010~2015 The 
Apache&nbsp;Software&nbsp;Foundation, licensed under the 
Apache&nbsp;License,&nbsp;v2.0.
+              Copyright &copy; 2010~2016 The 
Apache&nbsp;Software&nbsp;Foundation, licensed under the 
Apache&nbsp;License,&nbsp;v2.0.
               <br/>
               Apache, the Apache feather logo, Apache&nbsp;Isis, and the 
Apache&nbsp;Isis project logo are all trademarks of 
The&nbsp;Apache&nbsp;Software&nbsp;Foundation.
               </p>

http://git-wip-us.apache.org/repos/asf/isis/blob/aa510932/adocs/template/document.html.erb
----------------------------------------------------------------------
diff --git a/adocs/template/document.html.erb b/adocs/template/document.html.erb
index b48cd30..34924f7 100644
--- a/adocs/template/document.html.erb
+++ b/adocs/template/document.html.erb
@@ -420,7 +420,7 @@
         <footer>
           <hr>
           <p class="small">
-          Copyright &copy; 2010~2015 The Apache&nbsp;Software&nbsp;Foundation, 
licensed under the Apache&nbsp;License,&nbsp;v2.0.
+          Copyright &copy; 2010~2016 The Apache&nbsp;Software&nbsp;Foundation, 
licensed under the Apache&nbsp;License,&nbsp;v2.0.
           <br/>
           Apache, the Apache feather logo, Apache&nbsp;Isis, and the 
Apache&nbsp;Isis project logo are all trademarks of 
The&nbsp;Apache&nbsp;Software&nbsp;Foundation.
           </p>

Reply via email to