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 00:56:57 UTC

svn commit: r1666042 - /isis/site/trunk/templates/index-new.html

Author: danhaywood
Date: Wed Mar 11 23:56:57 2015
New Revision: 1666042

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

Modified:
    isis/site/trunk/templates/index-new.html

Modified: isis/site/trunk/templates/index-new.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index-new.html?rev=1666042&r1=1666041&r2=1666042&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 23:56:57 2015
@@ -180,21 +180,41 @@
 </script>
 
 <br/>
-  <div class="row">
-    <div class="col-md-10 col-md-offset-1">
-      <div align="center">
-      <p>A typical application built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</p>
-          <br/>
-          <img src="./intro/powered-by/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 class="row">
+        <div class="col-md-10 col-md-offset-1">
+            <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>
+            </div>
+        </div>
     </div>
-  </div>
+    <div class="row">
+        <div align="center">
+            <img src="./intro/powered-by/images/estatio-1.png" width="940"/>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-10 col-md-offset-1">
+            <div align="center">
+                <h4>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>.</h4>
+            </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>.
+      <h4>Get started with your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>:</h4>
+<pre>
+mvn archetype:generate  \
+    -D archetypeGroupId=org.apache.isis.archetype \
+    -D archetypeArtifactId=simpleapp-archetype \
+    -D archetypeVersion=1.8.0 \
+    -D groupId=com.mycompany \
+    -D artifactId=myapp \
+    -D version=1.0-SNAPSHOT \
+    -B
+</pre>
       </div>
     </div>
   </div>