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 11:29:40 UTC

svn commit: r1507982 - in /incubator/metamodel/site/trunk/content: css/ img/ img/headerbg.png img/modules.png index.html

Author: kaspersor
Date: Mon Jul 29 09:29:40 2013
New Revision: 1507982

URL: http://svn.apache.org/r1507982
Log:
Submitting a first draft "simple site" for directing people to proper incubator resources etc.

Added:
    incubator/metamodel/site/trunk/content/css/
    incubator/metamodel/site/trunk/content/img/
    incubator/metamodel/site/trunk/content/img/headerbg.png   (with props)
    incubator/metamodel/site/trunk/content/img/modules.png   (with props)
    incubator/metamodel/site/trunk/content/index.html   (with props)

Added: incubator/metamodel/site/trunk/content/img/headerbg.png
URL: http://svn.apache.org/viewvc/incubator/metamodel/site/trunk/content/img/headerbg.png?rev=1507982&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/metamodel/site/trunk/content/img/headerbg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/metamodel/site/trunk/content/img/modules.png
URL: http://svn.apache.org/viewvc/incubator/metamodel/site/trunk/content/img/modules.png?rev=1507982&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/metamodel/site/trunk/content/img/modules.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/metamodel/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/metamodel/site/trunk/content/index.html?rev=1507982&view=auto
==============================================================================
--- incubator/metamodel/site/trunk/content/index.html (added)
+++ incubator/metamodel/site/trunk/content/index.html Mon Jul 29 09:29:40 2013
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+	<title>Apache MetaModel</title>
+
+    <link rel="stylesheet" type="text/css" media="screen" href="css/metamodel.css">
+</head>
+<body>
+
+<div class="page">
+
+	<div class="header">
+
+		<h1>Apache MetaModel</h1>
+		
+		<p>Apache MetaModel (incubating) is a data access framework, providing a common interface for
+		exploration and querying of different types of datastores.</p>
+		
+	</div>
+	
+	<div class="section" style="text-align: center;">
+		<img src="img/modules.png" alt="An overview of Apache MetaModel" />
+	</div>
+	
+	<div class="section">
+		<h2>Wiki</h2>
+		<p>Check out the <a href="https://wiki.apache.org/metamodel">MetaModel wiki</a> for more examples and documentation.</p>
+	</div>
+	
+	<div class="section">
+		<h2>Mailing lists</h2>
+		<p>To get involved with Apache MetaModel, start by joining our mailing lists and engage in the conversations!</p>
+		
+		<table>
+			<thead>
+			  <tr>
+			    <th>Name</th>
+			    <th>Subscribe</th>
+			    <th>Unsubscribe</th>
+			    <th>Post</th>
+			    <th>Archive</th>
+			  </tr>
+			</thead>
+			<tbody>
+			  <tr>
+			    <td>Developer List</td>
+			    <td><a rel="nofollow" href="mailto:dev-subscribe@metamodel.incubator.apache.org">Subscribe</a></td>
+			    <td><a rel="nofollow" href="mailto:dev-unsubscribe@metamodel.incubator.apache.org">Unsubscribe</a></td>
+			    <td><a rel="nofollow" href="mailto:dev@metamodel.incubator.apache.org">Post</a></td>
+			    <td><a rel="nofollow" href="http://mail-archives.apache.org/mod_mbox/metamodel-dev/">mail-archives.apache.org</a></td>
+			  </tr>
+			  <tr>
+			    <td>Commits</td>
+			    <td><a rel="nofollow" href="mailto:commits-subscribe@metamodel.incubator.apache.org">Subscribe</a></td>
+			    <td><a rel="nofollow" href="mailto:commits-unsubscribe@metamodel.incubator.apache.org">Unsubscribe</a></td>
+			    <td><a rel="nofollow" href="mailto:commits@metamodel.incubator.apache.org">Post</a></td>
+			    <td><a rel="nofollow" href="http://mail-archives.apache.org/mod_mbox/metamodel-commits/">mail-archives.apache.org</a></td>
+			  </tr>
+			</tbody>
+		</table>
+	</div>
+	
+	<div class="section">
+		<img src="http://www.apache.org/images/feather-small.gif" style="float: right;" />
+	
+		<h2>Heritage</h2>
+		<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>
+		
+	</div>
+	
+	<div class="section">
+		<h2>Disclaimer</h2>
+		
+		<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>.
+		Incubation is required of all newly accepted projects until a further review
+		indicates that the infrastructure, communications, and decision making process
+		have stabilized in a manner consistent with other successful ASF projects.
+		While incubation status is not necessarily a reflection of the completeness or
+		stability of the code, it does indicate that the project has yet to be fully
+		endorsed by the ASF.</p>
+	
+	</div>
+</div>
+
+</body>
+</html>
+

Propchange: incubator/metamodel/site/trunk/content/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain