You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by ka...@apache.org on 2013/07/29 12:12:34 UTC

svn commit: r1507994 - in /incubator/metamodel/site/trunk/content: css/metamodel.css index.html

Author: kaspersor
Date: Mon Jul 29 10:12:34 2013
New Revision: 1507994

URL: http://svn.apache.org/r1507994
Log:
Second draft

Modified:
    incubator/metamodel/site/trunk/content/css/metamodel.css
    incubator/metamodel/site/trunk/content/index.html

Modified: incubator/metamodel/site/trunk/content/css/metamodel.css
URL: http://svn.apache.org/viewvc/incubator/metamodel/site/trunk/content/css/metamodel.css?rev=1507994&r1=1507993&r2=1507994&view=diff
==============================================================================
--- incubator/metamodel/site/trunk/content/css/metamodel.css (original)
+++ incubator/metamodel/site/trunk/content/css/metamodel.css Mon Jul 29 10:12:34 2013
@@ -2,6 +2,7 @@ body {
 	text-align: center;
 	font-family: sans-serif;
 	color: #444;
+	font-size: 15px;
 }
 
 h1,h2,h3,h4 {
@@ -16,10 +17,15 @@ a {
 	color: #4a84ba;
 }
 
-p,div {
+div {
 	margin: 0px;
 }
 
+p {
+	margin: 0px;
+	margin-top: 4px;
+}
+
 table {
 	margin: 0px;
 	margin-top: 4px;
@@ -56,7 +62,7 @@ th,td {
 
 .header p {
 	margin-top: 10px;
-	font-size: 0.9em;
+	font-size: 0.85em;
 }
 
 .section {

Modified: incubator/metamodel/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/metamodel/site/trunk/content/index.html?rev=1507994&r1=1507993&r2=1507994&view=diff
==============================================================================
--- incubator/metamodel/site/trunk/content/index.html (original)
+++ incubator/metamodel/site/trunk/content/index.html Mon Jul 29 10:12:34 2013
@@ -63,17 +63,25 @@
 	</div>
 	
 	<div class="section">
-		<img src="http://www.apache.org/images/feather-small.gif" style="float: right;" />
+		<h2>Source code</h2>
+		<p>The source code for Apache MetaModel is available through this Apache Git repository:</p>
+		<p><a href="https://git-wip-us.apache.org/repos/asf/incubator-metamodel.git">https://git-wip-us.apache.org/repos/asf/incubator-metamodel.git</a></p>
+	</div>
 	
+	<div class="section">
 		<h2>Heritage</h2>
+		<img src="http://www.apache.org/images/feather-small.gif" style="float: right;" />
 		<p>MetaModel was initially developed and released by Human Inference since 2011 and is an Apache
 		Incubator project since July 2013. It is licensed under the Apache 2.0 license.</p>
-		
+		<p>While the incubation at Apache is still ongoing <a href="http://metamodel.eobjects.org" rel="nofollow">the old MetaModel project</a>
+		will still be maintained with any urgent bugfixes.</p>
 	</div>
 	
 	<div class="section">
 		<h2>Disclaimer</h2>
 		
+		<img src="http://incubator.apache.org/images/egg-logo.png" style="float: right; margin: 4px;" />
+		
 		<p>Apache MetaModel is an effort undergoing incubation at
 		<a rel="nofollow" href="http://apache.org/">The Apache Software Foundation</a>
 		sponsored by the <a rel="nofollow" href="http://incubator.apache.org/">Apache Incubator PMC</a>.