You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2010/11/24 09:54:50 UTC

svn commit: r779639 - in /websites/staging/stanbol/trunk/content/stanbol: index.html team.html

Author: buildbot
Date: Wed Nov 24 08:54:49 2010
New Revision: 779639

URL: http://svn.apache.org/viewvc?rev=779639&view=rev
Log:
Staging update by buildbot

Added:
    websites/staging/stanbol/trunk/content/stanbol/team.html
Modified:
    websites/staging/stanbol/trunk/content/stanbol/index.html

Modified: websites/staging/stanbol/trunk/content/stanbol/index.html
URL: http://svn.apache.org/viewvc/websites/staging/stanbol/trunk/content/stanbol/index.html?rev=779639&r1=779638&r2=779639&view=diff
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/index.html Wed Nov 24 08:54:49 2010
@@ -26,7 +26,12 @@
 
 <body>
   <div id="navigation"> 
-  <h1 id="asf_links">ASF links</h1>
+  <h1 id="stanbol_links">Stanbol links</h1>
+<ul>
+<li><a href="index.html">Home</a></li>
+<li><a href="team.html">Project Team</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
 <ul>
 <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>

Added: websites/staging/stanbol/trunk/content/stanbol/team.html
URL: http://svn.apache.org/viewvc/websites/staging/stanbol/trunk/content/stanbol/team.html?rev=779639&view=auto
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/team.html (added)
+++ websites/staging/stanbol/trunk/content/stanbol/team.html Wed Nov 24 08:54:49 2010
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
+  <title>Apache Stanbol - Apache Stanbol project team</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="navigation"> 
+  <h1 id="stanbol_links">Stanbol links</h1>
+<ul>
+<li><a href="index.html">Home</a></li>
+<li><a href="team.html">Project Team</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title">Apache Stanbol project team</h1>
+    <p>The Stanbol team currently consists of (in alphabetical order):</p>
+<p>(TODO: add committers, for now the list only contains mentors and champion only)</p>
+<ul>
+<li>Bertrand Delacretaz (bdelacretaz) (C-P and champion)</li>
+<li>Isabel Drost (isabel) (M)</li>
+<li>Ross Gardler (rgardler) (M)</li>
+<li>Ted Dunning (tdunning) (M)</li>
+<li>Upayavira (upayavira) (M)</li>
+</ul>
+<p><strong>C</strong> indicates a commiter, <strong>P</strong> a PPMC member and <strong>M</strong> an incubation mentor. </p>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>