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/22 19:12:17 UTC

svn commit: r779528 - in /websites/staging/stanbol/trunk/content: ./ README.txt stanbol/ stanbol/css/ stanbol/css/stanbol.css stanbol/index.html

Author: buildbot
Date: Mon Nov 22 18:12:16 2010
New Revision: 779528

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

Added:
    websites/staging/stanbol/trunk/content/
    websites/staging/stanbol/trunk/content/README.txt
    websites/staging/stanbol/trunk/content/stanbol/
    websites/staging/stanbol/trunk/content/stanbol/css/
    websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
    websites/staging/stanbol/trunk/content/stanbol/index.html

Added: websites/staging/stanbol/trunk/content/README.txt
URL: http://svn.apache.org/viewvc/websites/staging/stanbol/trunk/content/README.txt?rev=779528&view=auto
==============================================================================
--- websites/staging/stanbol/trunk/content/README.txt (added)
+++ websites/staging/stanbol/trunk/content/README.txt Mon Nov 22 18:12:16 2010
@@ -0,0 +1,4 @@
+this directory is empty. it is not yet used. 
+the subdirectory stanbol/ is used for content.
+this is done in order to make it possible to use the staging url
+to prepare publishing on the incubator site.

Added: websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
URL: http://svn.apache.org/viewvc/websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css?rev=779528&view=auto
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css (added)
+++ websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css Mon Nov 22 18:12:16 2010
@@ -0,0 +1,33 @@
+body {
+  background-color: white;
+  color: black;
+  font-family: "New Century Schoolbook", serif;
+  font-size:13pt;
+}  
+
+a,h1,h2,h3,h4,h5,h6 {
+  color: #000066;
+}
+
+#content h1,h2,h3,h4,h5,h6 {
+  border-bottom: solid #990000 1px;
+  font-family: "Helvetica Narrow", Arial, sans-serif;
+  font-weight:normal;
+}
+
+#navigation {
+  font-size:80%;
+}
+
+#navigation {
+  float:right;
+  color:#333333;
+  background-color: #EEE;
+  border: solid #DDD 1px;
+  padding: 1em;
+}
+
+#footer {
+  font-size:80%;
+  color:#666666;
+}

Added: websites/staging/stanbol/trunk/content/stanbol/index.html
URL: http://svn.apache.org/viewvc/websites/staging/stanbol/trunk/content/stanbol/index.html?rev=779528&view=auto
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/index.html (added)
+++ websites/staging/stanbol/trunk/content/stanbol/index.html Mon Nov 22 18:12:16 2010
@@ -0,0 +1,68 @@
+<!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 - Welcome to Apache Stanbol (incubating)</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="navigation"> 
+  <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">Welcome to Apache Stanbol (incubating)</h1>
+    <p>Welcome to Apache Stanbol, a modular software stack and reusable set of components for semantic content management.</p>
+<p>Stanbol entered incubation in November 2010 and is just getting started - stay tuned for more info.</p>
+<h1 id="mailing_lists">Mailing lists</h1>
+<p>Please subscribe to the Stanbol developers mailing list by sending an email to <code>stanbol-dev-subscribe AT incubator.apache.org</code> .</p>
+<p>We don't have a users mailing list at this time, we'll create it if trafic becomes too high on the dev list. User questions
+are welcome on the dev list for now.</p>
+<p>Mailing list archives are available at <a href="http://mail-archives.apache.org/mod_mbox/">mail-archives.apache.org</a>.</p>
+<p>Additional mailing lists:</p>
+<ul>
+<li><code>stanbol-commits AT incubator.apache.org</code> : commit messages</li>
+<li><code>stanbol-private AT incubator.apache.org</code> : private list for Stanbol PPMC members</li>
+</ul>
+<h1 id="source_code">Source code</h1>
+<p>The code will be at  <a href="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/">incubator/stanbol/trunk/</a> once we import it from the IKS project.</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>