You are viewing a plain text version of this content. The canonical link for it is here.
Posted to triplesoup-commits@incubator.apache.org by le...@apache.org on 2007/02/18 18:16:11 UTC

svn commit: r508926 [1/2] - in /incubator/triplesoup/site: ./ docs/ docs/images/ lib/ xdocs/ xdocs/images/ xdocs/stylesheets/

Author: leosimons
Date: Sun Feb 18 10:16:09 2007
New Revision: 508926

URL: http://svn.apache.org/viewvc?view=rev&rev=508926
Log:
Bootstrap a basic website by selectively copy-pasting from the apache harmony
website and changing references and the like.


Added:
    incubator/triplesoup/site/build.xml
      - copied, changed from r508922, harmony/standard/site/build.xml
    incubator/triplesoup/site/docs/contributors.html   (with props)
    incubator/triplesoup/site/docs/get-involved.html   (with props)
    incubator/triplesoup/site/docs/images/
    incubator/triplesoup/site/docs/images/apache-incubator-logo.png   (with props)
    incubator/triplesoup/site/docs/images/logo.png   (with props)
    incubator/triplesoup/site/docs/license.html   (with props)
    incubator/triplesoup/site/docs/mailing.html   (with props)
    incubator/triplesoup/site/docs/site.css   (with props)
    incubator/triplesoup/site/docs/svn.html   (with props)
    incubator/triplesoup/site/lib/
      - copied from r508922, harmony/standard/site/lib/
    incubator/triplesoup/site/velocity.properties
      - copied unchanged from r508922, harmony/standard/site/velocity.properties
    incubator/triplesoup/site/xdocs/contributors.xml   (with props)
    incubator/triplesoup/site/xdocs/get-involved.xml
      - copied, changed from r508922, harmony/standard/site/xdocs/get-involved.xml
    incubator/triplesoup/site/xdocs/images/
    incubator/triplesoup/site/xdocs/images/apache-incubator-logo.png   (props changed)
      - copied unchanged from r508922, harmony/standard/site/xdocs/images/apache-incubator-logo.png
    incubator/triplesoup/site/xdocs/images/logo.png
      - copied unchanged from r508922, incubator/triplesoup/site/logo/logo.png
    incubator/triplesoup/site/xdocs/index.xml   (with props)
    incubator/triplesoup/site/xdocs/license.xml
      - copied, changed from r508922, harmony/standard/site/xdocs/license.xml
    incubator/triplesoup/site/xdocs/mailing.xml
      - copied, changed from r508922, harmony/standard/site/xdocs/mailing.xml
    incubator/triplesoup/site/xdocs/site.css
      - copied unchanged from r508922, harmony/standard/site/xdocs/site.css
    incubator/triplesoup/site/xdocs/stylesheets/
    incubator/triplesoup/site/xdocs/stylesheets/project.xml   (contents, props changed)
      - copied, changed from r508922, harmony/standard/site/xdocs/stylesheets/project.xml
    incubator/triplesoup/site/xdocs/stylesheets/site.vsl
      - copied, changed from r508922, harmony/standard/site/xdocs/stylesheets/site.vsl
    incubator/triplesoup/site/xdocs/svn.xml
      - copied, changed from r508924, harmony/standard/site/xdocs/svn.xml
Removed:
    incubator/triplesoup/site/xdocs/index.html
Modified:
    incubator/triplesoup/site/   (props changed)
    incubator/triplesoup/site/README.txt
    incubator/triplesoup/site/docs/index.html

Propchange: incubator/triplesoup/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Feb 18 10:16:09 2007
@@ -0,0 +1 @@
+*.log

Modified: incubator/triplesoup/site/README.txt
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/README.txt?view=diff&rev=508926&r1=508925&r2=508926
==============================================================================
--- incubator/triplesoup/site/README.txt (original)
+++ incubator/triplesoup/site/README.txt Sun Feb 18 10:16:09 2007
@@ -1,4 +1,37 @@
-Right now this website setup doesn't use any particular tooling, but we should
-set up Anakia, eg, much like for example Harmony uses at
+Here's how to edit and publish the website.  Note 
+that this assumes you have a working implementation 
+of Java and Ant installed.
+
+1) Edit the docs in xdocs/
+
+2) Type "ant" in the root (site/)
+
+3) Look at the changes in the docs/ directory using
+   a web browser.
+
+4) Repeat steps 2-4 until happiness and joy achieved.
+
+5) Commit all changes, both docs/ and xdocs/
+   
+    svn commit
+
+6) ssh to minotaur
+
+7) cd /www/incubator.apache.org/triplesoup
+
+8) execute 
+    
+    svn update
+
+   to update the just-committed docs out of SVN
+
+9) Verify that all went as planned by browsing the live 
+    site 
+
+      http://incubator.apache.org/triplesoup/
+
+    and look for the changes you made.  Note that it may take up
+    to an hour after step (8) is complete before the changes are
+    reflected on the live website.
+
 
-  http://svn.apache.org/repos/asf/harmony/standard/site/
\ No newline at end of file

Copied: incubator/triplesoup/site/build.xml (from r508922, harmony/standard/site/build.xml)
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/build.xml?view=diff&rev=508926&p1=harmony/standard/site/build.xml&r1=508922&p2=incubator/triplesoup/site/build.xml&r2=508926
==============================================================================
--- harmony/standard/site/build.xml (original)
+++ incubator/triplesoup/site/build.xml Sun Feb 18 10:16:09 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<project name="Harmony" default="site" basedir=".">
+<project name="TripleSoup-website" default="site" basedir=".">
 
   <property file="${user.home}/.ant.properties" />
   <property file="${user.home}/build.properties" />
@@ -34,7 +34,7 @@
   </target>
 
   <!-- =================================================================== -->
-  <!-- Make HTML version of Harmony site                        -->
+  <!-- Make HTML version of TripleSoup site                        -->
   <!-- =================================================================== -->
 
   <target name="site" 
@@ -71,26 +71,6 @@
 
       <copy todir="${docs.dest}/images" filtering="no">
           <fileset dir="${docs.src}/images">
-              <include name="**/*.gif"/>
-              <include name="**/*.jpeg"/>
-              <include name="**/*.jpg"/>
-              <include name="**/*.png"/>
-          </fileset>
-      </copy>
-
-      <!-- images for drlvm sub component -->
-      <copy todir="${docs.dest}/subcomponents/drlvm/images" filtering="no">
-          <fileset dir="${docs.src}/subcomponents/drlvm/images">
-              <include name="**/*.gif"/>
-              <include name="**/*.jpeg"/>
-              <include name="**/*.jpg"/>
-              <include name="**/*.png"/>
-          </fileset>
-      </copy>
-
-      <!-- images for classlibrary sub component -->
-      <copy todir="${docs.dest}/subcomponents/classlibrary/images" filtering="no">
-          <fileset dir="${docs.src}/subcomponents/classlibrary/images">
               <include name="**/*.gif"/>
               <include name="**/*.jpeg"/>
               <include name="**/*.jpg"/>

Added: incubator/triplesoup/site/docs/contributors.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/contributors.html?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/docs/contributors.html (added)
+++ incubator/triplesoup/site/docs/contributors.html Sun Feb 18 10:16:09 2007
@@ -0,0 +1,191 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="TripleSoup Documentation Team">
+            <meta name="email" value="triplesoup-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache TripleSoup - Apache TripleSoup - contributors</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    <td>
+<a href="http://incubator.apache.org/triplesoup/"><img  src="./images/logo.png" alt="Apache TripeSoup" /></a>
+</td>
+</td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/">
+                    <img src="./images/apache-incubator-logo.png"
+                    	alt="Apache Incubator" border="0" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <a href="http://www.apachecon.com/2007/EU/index.html">
+                        <img src="http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png"
+                             alt="ApacheCon Europe 2007" />
+                    </a>
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://apache.org">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./contributors.html">Who we are</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/TRIPLES">Bug Tracker</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://wiki.apache.org/triplesoup/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Committers">Committers</a>
+    </h1>
+                        <ul>
+<!-- TODO:  <li>Dave Beckett</li>-->
+      <li>Dirk-Willem van Gulik (also on PPMC, also mentor)</li>
+      <li>Ben Hyde (also on PPMC, also mentor)</li>
+      <li>Stefano Mazzocchi (also on PPMC, also mentor)</li>
+      <li>Andrea Marchesini (TODO: also on PPMC)</li>
+      <li>Alberto Reggiori (TODO: also on PPMC)</li>
+      <li>David Reid (also on PPMC)</li>
+      <li>Leo Simons (also on PPMC, also mentor)</li>
+</ul>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2007, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: incubator/triplesoup/site/docs/contributors.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/docs/contributors.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/docs/contributors.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/triplesoup/site/docs/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/get-involved.html?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/docs/get-involved.html (added)
+++ incubator/triplesoup/site/docs/get-involved.html Sun Feb 18 10:16:09 2007
@@ -0,0 +1,295 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="TripleSoup Documentation Team">
+            <meta name="email" value="triplesoup-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache TripleSoup - Get Involved</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    <td>
+<a href="http://incubator.apache.org/triplesoup/"><img  src="./images/logo.png" alt="Apache TripeSoup" /></a>
+</td>
+</td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/">
+                    <img src="./images/apache-incubator-logo.png"
+                    	alt="Apache Incubator" border="0" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <a href="http://www.apachecon.com/2007/EU/index.html">
+                        <img src="http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png"
+                             alt="ApacheCon Europe 2007" />
+                    </a>
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://apache.org">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./contributors.html">Who we are</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/TRIPLES">Bug Tracker</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://wiki.apache.org/triplesoup/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="How do I contribute, give feedback, fix bugs and so on?">How do I contribute, give feedback, fix bugs and so on?</a>
+    </h1>
+                        <p>
+    The Apache TripleSoup project really needs and appreciates any contributions,
+    including documentation help, source code and feedback. Suggested
+    changes should come in the form of source code and/or very detailed
+    and constructive feedback.
+</p>
+                                <ul>
+    <li>
+        Discussion occurs on the <a href="mailing.html">mailing lists</a>
+    </li>
+    <li>
+        Information on access to the project source code is
+        available <a href="svn.html">here</a>.
+    </li>
+    <li>
+       Bugs and other issues can be posted on the project
+       <a href="http://issues.apache.org/jira/browse/TRIPLES">JIRA</a>
+    </li>
+    <li>
+      Additional documentation and discussion can be found on the project
+     <a href="http://wiki.apache.org/triplesoup/">wiki</a>
+   </li>
+</ul>
+                <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="How to Create and Submit A Patch or Enhancement">How to Create and Submit A Patch or Enhancement</a>
+    </h1>
+                        <a name="create_patch" />
+                                <p>
+  One of the best ways to get involved in the TripleSoup project is to 
+  create patches or additions and contribute them. When you propose 
+  a specific change to the software for discussion or voting on the 
+  mailing list, you should present in the form of input to the patch 
+  command. 
+  All contributions should be made via a new entry in our project 
+  <a href="http://issues.apache.org/jira/browse/TRIPLES">JIRA</a>.
+</p>
+                                    
+    <h2>
+        <a name="Change-offering Tips">Change-offering Tips</a>
+    </h2>
+      
+                        <ul>
+
+      <li>
+        Once you have completed your changes, please be sure
+        to test your changes very well. When changing the code base, 
+        be sure that it builds cleanly and the full test suite passes
+        before submitting. Patches that break the build or break the 
+        code will be rejected.
+      </li>
+      <li>If you are offering...
+        <ul>
+           <li>
+            A fix to a bug, please provide a test case and
+            instructions to help us reproduce the bug, and then test that the bug
+            is fixed. We will add the test case to our test suite.
+          </li>
+          <li>
+            A change to documentation or the website,
+            review the generated output and be sure that it is as you expect.
+          </li>
+          <li>
+            New data, include the entire file that you are contributing.
+          </li>
+        </ul>
+      </li>
+      <li>
+        When you are offering a change to something that already exists
+        in the project SVN repository, submit a patch as outlined below.
+      </li>
+    </ul>
+                   
+                                    
+    <h2>
+        <a name="Guidelines on how to Create and Submit a Patch">Guidelines on how to Create and Submit a Patch</a>
+    </h2>
+      
+                        <p>
+      Once you are sure you have tested/reviewed your changes, do the following:
+      </p>
+                                <ul>
+      <li>Open a new <a href="http://issues.apache.org/jira/browse/TRIPLES">
+            JIRA entry</a>.
+      </li>
+      <li>Clearly describe the patch or enhancement, and
+            provide details, such as how to re-create if a bug, why the
+            change or enhancement is useful, etc.
+      </li>
+       <li>Use the subversion <code>diff</code> utility to create a patch as follows:
+            <pre>svn diff file.c &gt; file.patch</pre>
+            where <code>file.c</code> is the filename that you have changed. This will produce a
+          nice patch file that can be added to the <a href="http://issues.apache.org/jira/browse/TRIPLES">
+            JIRA</a>, which makes it easy for
+            the project committers to review and possibly accept your patch.
+           <br />
+           <p class="example">Example</p>
+           <pre>diff -u http_main.c.orig http_main.c &gt;&gt; patchfile.txt</pre>
+              Note that the <code>diff</code> command only shows differences for text files, and
+              not binary files. So even if you did <code>svn add</code> on a binary file (gif, jar,
+              png etc.), it won't show up in the patch, and will fail to apply. The
+              key string to look out for in the patch is: 
+           <pre>Cannot display: file marked as a binary type. </pre> 
+              If you see that, you'll also need to attach the binary files that have changed
+              separately to the issue. To get a list of such files in <code>file.patch</code>, run:
+           <pre>grep -B 2 "Cannot display" file.patch</pre>
+        </li>
+        <li>Attach all materials to the JIRA entry via <b>Attach File</b>.
+        </li>
+        <li>Be sure to select <b>Grant license to ASF for inclusion in ASF works...</b>.
+            Any patch without this grant will be rejected.
+        </li>
+    </ul>
+                   
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2007, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: incubator/triplesoup/site/docs/get-involved.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/docs/get-involved.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/docs/get-involved.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/triplesoup/site/docs/images/apache-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/images/apache-incubator-logo.png?view=auto&rev=508926
==============================================================================
Binary file - no diff available.

Propchange: incubator/triplesoup/site/docs/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/triplesoup/site/docs/images/logo.png
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/images/logo.png?view=auto&rev=508926
==============================================================================
Binary file - no diff available.

Propchange: incubator/triplesoup/site/docs/images/logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/triplesoup/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/index.html?view=diff&rev=508926&r1=508925&r2=508926
==============================================================================
--- incubator/triplesoup/site/docs/index.html (original)
+++ incubator/triplesoup/site/docs/index.html Sun Feb 18 10:16:09 2007
@@ -1,9 +1,193 @@
-<html>
-<head>
-  <title>TripleSoup coming soon</title>
-</head>
-
-<body>
-Coming soon...
-</body>
-</html>
\ No newline at end of file
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="TripleSoup Documentation Team">
+            <meta name="email" value="triplesoup-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache TripleSoup - Apache TripleSoup</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    <td>
+<a href="http://incubator.apache.org/triplesoup/"><img  src="./images/logo.png" alt="Apache TripeSoup" /></a>
+</td>
+</td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/">
+                    <img src="./images/apache-incubator-logo.png"
+                    	alt="Apache Incubator" border="0" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <a href="http://www.apachecon.com/2007/EU/index.html">
+                        <img src="http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png"
+                             alt="ApacheCon Europe 2007" />
+                    </a>
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://apache.org">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./contributors.html">Who we are</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/TRIPLES">Bug Tracker</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://wiki.apache.org/triplesoup/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Welcome to Apache TripleSoup - a SPARQL endpoint for your web server">Welcome to Apache TripleSoup - a SPARQL endpoint for your web server</a>
+    </h1>
+                        <p>
+            Apache TripleSoup is an effort started within the
+            <a href="http://incubator.apache.org/">Apache Incubator</a> to
+            create a <em>SPARQL endpoint</em> that is easy to set up, fast
+            maintainable, and such and so forth. We're only just getting
+            started...
+        </p>
+                                <p>
+            In the meantime, read the
+            <a href="http://wiki.apache.org/incubator/TripleSoupProposal">project proposal</a>
+            to get an idea of where we want to go.
+        </p>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2007, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: incubator/triplesoup/site/docs/license.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/license.html?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/docs/license.html (added)
+++ incubator/triplesoup/site/docs/license.html Sun Feb 18 10:16:09 2007
@@ -0,0 +1,390 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="
+     TripleSoup Documentation Team">
+            <meta name="email" value="triplesoup-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache TripleSoup - Apache License</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    <td>
+<a href="http://incubator.apache.org/triplesoup/"><img  src="./images/logo.png" alt="Apache TripeSoup" /></a>
+</td>
+</td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/">
+                    <img src="./images/apache-incubator-logo.png"
+                    	alt="Apache Incubator" border="0" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <a href="http://www.apachecon.com/2007/EU/index.html">
+                        <img src="http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png"
+                             alt="ApacheCon Europe 2007" />
+                    </a>
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://apache.org">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./contributors.html">Who we are</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/TRIPLES">Bug Tracker</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://wiki.apache.org/triplesoup/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Apache License v2.0">Apache License v2.0</a>
+    </h1>
+                        <pre>
+
+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      &quot;License&quot; shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      &quot;Legal Entity&quot; shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      &quot;control&quot; means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      &quot;Source&quot; form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      &quot;Object&quot; form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      &quot;Work&quot; shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      &quot;Derivative Works&quot; shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      &quot;Contribution&quot; shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, &quot;submitted&quot;
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as &quot;Not a Contribution.&quot;
+
+      &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same &quot;printed page&quot; as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   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 &quot;AS IS&quot; 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.
+
+
+ </pre>
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2007, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: incubator/triplesoup/site/docs/license.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/docs/license.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/docs/license.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/triplesoup/site/docs/mailing.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/mailing.html?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/docs/mailing.html (added)
+++ incubator/triplesoup/site/docs/mailing.html Sun Feb 18 10:16:09 2007
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="TripleSoup Documentation Team">
+            <meta name="email" value="triplesoup-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache TripleSoup - Apache TripleSoup - Mailing Lists</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    <td>
+<a href="http://incubator.apache.org/triplesoup/"><img  src="./images/logo.png" alt="Apache TripeSoup" /></a>
+</td>
+</td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/">
+                    <img src="./images/apache-incubator-logo.png"
+                    	alt="Apache Incubator" border="0" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <a href="http://www.apachecon.com/2007/EU/index.html">
+                        <img src="http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png"
+                             alt="ApacheCon Europe 2007" />
+                    </a>
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://apache.org">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./contributors.html">Who we are</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/TRIPLES">Bug Tracker</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://wiki.apache.org/triplesoup/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Apache TripleSoup Mailing Lists">Apache TripleSoup Mailing Lists</a>
+    </h1>
+                        <p>
+Apache TripleSoup mailing lists operate under the following terms :
+</p>
+                                <blockquote>
+This forum has been created for public communication about projects
+of The Apache Software Foundation (the "Foundation"), a Delaware
+nonprofit corporation classified as a public charity under 501(c)(3).
+All communication intentionally submitted to the Foundation on this
+forum is considered a Contribution to the Foundation unless otherwise
+noted in the communication. The terms and conditions that apply to
+your Contributions are defined by either a contributor license
+agreement (CLA) signed by you and/or your employer or, if no such CLA
+is on file at the Foundation, by the terms and conditions of
+Contributions as defined by the Apache License, Version 2.0.
+</blockquote>
+                                <p>
+Further :
+</p>
+                                <blockquote>
+<ul>
+<li>
+If you do not wish your post to be a Contribution, we would prefer that you do not post it.  However, in the
+event that you do, please mark as "NOT A CONTRIBUTION" at the top of the posting.
+</li>
+<li>
+Do not post any code that is not your original work, or code that you do not have 
+clear authorization to contribute.
+</li>
+<li>
+Do not engage in detailed discussion of any implementation that you have been exposed 
+to unless such implementation is available to everyone under an open source license or is
+your own implementation.
+</li>
+<li>
+Under no circumstances will any committer accept code for inclusion in our SVN 
+repository contributed on the mailing list unless
+it is from an
+<a href="contribution_policy.html">Authorized Contributor</a>.
+</li>
+</ul>
+</blockquote>
+                                <p>
+There are currently the following publicly available mailing lists for TripleSoup :
+</p>
+                                    
+    <h2>
+        <a name="Developer Mailing List">Developer Mailing List</a>
+    </h2>
+      
+                        <p>The developer mailing list is used by the developers to discuss
+plans, make decisions, vote on technical issues, etc.</p>
+                                <ul>
+  <li><a href="mailto:triplesoup-dev-subscribe@incubator.apache.org">Subscribe</a> to <code>triplesoup-dev</code><code>@</code><code>incubator.apache.org</code></li>
+  <li><a href="mailto:triplesoup-dev-unsubscribe@incubator.apache.org">Unsubscribe</a> from <code>triplesoup-dev</code><code>@</code><code>incubator.apache.org</code></li>
+  <li>View the <a href="http://mail-archives.apache.org/mod_mbox/incubator-triplesoup-dev/"><code>triplesoup-dev</code><code>@</code><code>incubator.apache.org</code> archives</a></li>
+</ul>
+                   
+                                    
+    <h2>
+        <a name="Source Control Mailing List">Source Control Mailing List</a>
+    </h2>
+      
+                        <p>This list receives notifications (with diffs) every time a change is
+committed to the TripleSoup source tree.  It also receives change notices
+for changes to the TripleSoup Wiki and whenever issues are added to or
+updated in our
+<a href="http://issues.apache.org/jira/browse/TRIPLES">JIRA issue tracking system</a>.</p>
+                                <ul>
+  <li><a href="mailto:triplesoup-commits-subscribe@incubator.apache.org">Subscribe</a> to <code>triplesoup-commits</code><code>@</code><code>incubator.apache.org</code></li>
+  <li><a href="mailto:triplesoup-commits-unsubscribe@incubator.apache.org">Unsubscribe</a> from <code>triplesoup-commits</code><code>@</code><code>incubator.apache.org</code></li>
+  <li>View the <a href="http://mail-archives.apache.org/mod_mbox/incubator-triplesoup-commits/"><code>triplesoup-commits</code><code>@</code><code>incubator.apache.org</code> archives</a></li>
+</ul>
+                   
+                                    
+    <h2>
+        <a name="Other Mailing Lists">Other Mailing Lists</a>
+    </h2>
+      
+                        <p>The TripleSoup PPMC has a mailing list to resolve any administrative issues,
+This list is limited to PPMC members (most committers on the project).</p>
+                   
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2007, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: incubator/triplesoup/site/docs/mailing.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/docs/mailing.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/docs/mailing.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/triplesoup/site/docs/site.css
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/site.css?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/docs/site.css (added)
+++ incubator/triplesoup/site/docs/site.css Sun Feb 18 10:16:09 2007
@@ -0,0 +1,242 @@
+/*
+ *  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.
+ */
+
+body {
+    background-color: white;
+    color: black;
+    text-align: left;
+    text-align: left;
+    font: "Times New Roman", serif;
+}
+
+.menuItem {
+    vertical-align: top;
+    padding: 0pt;
+    margin-top: 4pt;
+    margin-bottom: 4pt;
+    margin-right: 0pt;
+    margin-left: 0pt;
+}
+
+h1 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #525D76;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 0pt;
+}
+
+h2 {
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bold;
+    font-size: 12pt;
+    background-color: #828DA6;
+    color: white;
+    text-indent: 2pt;
+    margin-left: 10pt;
+}
+
+h3 {
+    font-weight: bold;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    text-transform: uppercase;
+    font-size: 11pt;
+}
+
+a:link {
+    color:#525D76;
+}
+
+p {
+    padding-left: 2pt;
+    margin-left: 20pt;
+}
+
+td.TableCell {
+    vertical-align: top;
+    text-align: left;
+    background-color: #a0ddf0;
+}
+
+th.TableHeading {
+    background-color: #039acc;
+    text-align: center;
+    color: black;
+    font-family: Arial, Helvetica, sans-serif;
+    padding: 2pt;
+}
+
+table {
+    margin-left: 0pt;
+    margin-right: 0pt;
+}
+
+img {
+    border: none;
+}
+
+pre {
+    background: #F3F5F7;
+    border: thin solid;
+    border-color: #828DA6;
+    padding: 12pt;
+    font-size: 11.0pt;
+    font-family: Courier;
+    margin-right: 10pt;
+    margin-left: 25pt;
+}
+
+.class {
+    font-weight: bold;
+    font-size: 10pt;
+    font-family: Arial;
+    border-top: none;
+    border-right: none;
+    border-left: none;
+    border-bottom: solid #525D76 2px;
+}
+
+.special {
+    font-weight: bold;
+    text-align: center;
+    color: #525D76;
+    margin-top: 3pt;
+    margin-bottom: 3pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.backtotop {
+    font-weight: bold;
+    margin-left: 0pt;
+}
+
+.note {
+    color: red;
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.notetext {
+    padding-left: 20pt;
+    margin-top: 0pt;
+    margin-bottom: 0pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.example {
+    font-weight: bolder;
+    font-family: Arial, helvetica, sans-serif;
+    font-size: 10pt;
+}
+
+.exampletext {
+    margin-left: 40pt;
+}
+
+.TOCHeading {
+    font-weight: bold;
+    font-size: 12pt;
+    text-align: left;
+    color: #000000;
+    font-family: Arial, helvetica, sans-serif;
+    padding-left: 15px;
+    margin-bottom: 5pt;
+    margin-top: 5pt;
+    margin-left: 5px;
+    margin-right: 0pt;
+}
+
+.TOC {
+    font-size: 11pt;
+    text-indent: 15pt;
+    color: white;
+    padding-left: 15px;
+    margin-left: 5px;
+    margin-right: 0.00px;
+    margin-top: 0px;
+    margin-bottom: 0px;
+    font-family: Arial, helvetica, sans-serif;
+}
+
+.update {
+    color: #A9A9A9;
+    font-size: smaller;
+    font-style: italic;
+}
+
+li {
+    margin-left: 20pt;
+    padding-left: 1pt;
+    padding-top: 1pt;
+    padding-bottom: 1pt;
+    padding-right: 0pt;
+}
+
+ol li {
+    list-style-type: decimal;
+}
+
+ul li {
+    list-style-type: square;
+}
+
+li ul li {
+    list-style-type: disc;
+}
+
+dl {
+    margin: 5pt;
+}
+
+dd {
+    margin-left: 30pt;
+    margin-top: 5pt;
+    margin-right: 20pt;
+    margin-bottom: 5pt;
+    border-right: none;
+    border-bottom: none;
+    border-left: none;
+    border-top: none;
+    padding-bottom: 8px;
+}
+
+dd p {
+    margin-left: 0pt;
+}
+
+dt {
+    font-size: 10pt;
+    font-family: Arial, helvetica, sans-serif;
+    font-weight: bolder;
+    margin-left: 20pt;
+    margin-top: 5pt;
+    margin-right: 0pt;
+    margin-bottom: 5pt;
+    border-top: none;
+    border-right: none;
+    border-bottom: solid #828DA6 1px;
+    border-left: none;
+    padding-bottom: 3px;
+}

Propchange: incubator/triplesoup/site/docs/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/docs/site.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/docs/site.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: incubator/triplesoup/site/docs/svn.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/svn.html?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/docs/svn.html (added)
+++ incubator/triplesoup/site/docs/svn.html Sun Feb 18 10:16:09 2007
@@ -0,0 +1,231 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+
+<!--
+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.
+-->
+
+
+<!-- start the processing -->
+    <!-- ====================================================================== -->
+    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
+    <!-- Main Page Section -->
+    <!-- ====================================================================== -->
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+                                                    <meta name="author" value="TripleSoup Documentation Team">
+            <meta name="email" value="triplesoup-dev@incubator.apache.org">
+            
+           
+            
+            
+            
+            
+            
+            <title>Apache TripleSoup - Apache TripleSoup</title>
+
+                        
+                
+        <link rel="stylesheet" type="text/css" href="site.css"/>
+        </head>
+
+        <body>        
+            <table  width="100%" cellspacing="0">
+                <!-- TOP IMAGE -->
+                <tr>
+                    <td align='LEFT'>
+                    <table><tr><td>
+                    <td>
+<a href="http://incubator.apache.org/triplesoup/"><img  src="./images/logo.png" alt="Apache TripeSoup" /></a>
+</td>
+</td>
+                    </td></tr></table>
+                    </td>
+                    <td align='RIGHT'>
+                    <a href="http://incubator.apache.org/">
+                    <img src="./images/apache-incubator-logo.png"
+                    	alt="Apache Incubator" border="0" /></a>                    
+                    </td>
+                </tr>
+            </table>
+            <table width="100%" cellspacing="4">
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+
+                <tr>
+                    <!-- LEFT SIDE NAVIGATION -->
+                    <td class="menuItem" width="20%" nowrap="true">
+
+                    <a href="http://www.apachecon.com/2007/EU/index.html">
+                        <img src="http://www.apache.org/ads/ApacheCon/2007-europe-234x60.png"
+                             alt="ApacheCon Europe 2007" />
+                    </a>
+
+                   <!-- regular menu -->
+
+                    
+    <!-- ============================================================ -->
+
+                <p class="menuItem"><strong>General</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./index.html">Home</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./license.html">License</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://apache.org">ASF</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Community</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./get-involved.html">Get Involved</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./contributors.html">Who we are</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="./mailing.html">Mailing Lists</a>
+</li>
+           
+                        
+                    <li class="menuItem">    <a href="http://issues.apache.org/jira/browse/TRIPLES">Bug Tracker</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Development</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="./svn.html">Source Code</a>
+</li>
+           
+                        
+        
+        </ul>
+            <p class="menuItem"><strong>Documentation</strong></p>
+        <ul>
+                    <li class="menuItem">    <a href="http://wiki.apache.org/triplesoup/">Wiki</a>
+</li>
+           
+                        
+        
+        </ul>
+                        </td>
+                    <td width="80%" valign="top"><a name="top"></a>
+                                                                    <h1>
+      <a name="Apache TripleSoup Source Code">Apache TripleSoup Source Code</a>
+    </h1>
+                        <p>
+The TripleSoup project uses the
+<a href="http://subversion.tigris.org/">Subversion</a> version control
+system.  If you're new to Subversion, you can check out the
+<a href="http://svnbook.red-bean.com/">online book</a> about Subversion.
+Note that we are currently using Subversion 1.1.x (there are separate
+versions of the book covering 1.0 and 1.1).
+</p>
+                                    
+    <h2>
+        <a name="Web Access to Subversion">Web Access to Subversion</a>
+    </h2>
+      
+                        <p>
+If you just want to browse the source code, you can use the
+<a href="http://svn.apache.org/viewcvs.cgi/incubator/triplesoup/?root=Apache-SVN">ViewCVS
+web interface</a> to Subversion.  This is current at all times.
+</p>
+                   
+                                    
+    <h2>
+        <a name="Normal Subversion Access">Normal Subversion Access</a>
+    </h2>
+      
+                        <p>Anyone can check code out of Subversion.  You only need to specify a
+username and password in order to update the Subversion repository, and only
+TripleSoup committers have the permissions to do that.  We run Subversion
+over standard HTTPS, so hopefully you won't have problems with intervening
+firewalls.</p>
+                                <strong>Check out from Subversion</strong>
+                                <p>Again, anyone can do this.  Use a command like:</p>
+                                <pre>svn checkout https://svn.apache.org/repos/asf/incubator/triplesoup/trunk</pre>
+                                <strong>Commit Changes to Subversion</strong>
+                                <p>
+Any TripleSoup committer should have a shell account on
+<tt>svn.apache.org</tt>.  Before you can commit, you'll need to set a
+Subversion password for yourself.  To do that, log in to
+<tt>svn.apache.org</tt> and run the command <i>svnpasswd</i>.
+</p>
+                                <p>
+Once your password is set, you can use a command like this to commit:
+</p>
+                                <pre>svn commit</pre>
+                                <p>If Subversion can't figure out your username, you can tell it
+explicitly:</p>
+                                <pre>svn --username you commit</pre>
+                                <p>Subversion will prompt you for a password, and once you enter it once, it
+will remember it for you.  Note this is the password you configured with
+<tt>svnpasswd</tt>, not your shell or other password.</p>
+                   
+                <p><a href="#top">Back to top</a></p>
+                    
+                                                            </td>
+                </tr>
+
+                <!-- FOOTER -->
+                <tr><td colspan="2">
+                    <hr noshade="" size="1"/>
+                </td></tr>
+                <tr><td colspan="2">
+                    <div class="special"><em>
+                    Copyright &#169; 2007, The Apache Software Foundation
+                    </em></div>
+                </td></tr>
+            </table>
+        </body>
+    </html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: incubator/triplesoup/site/docs/svn.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/docs/svn.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/docs/svn.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: incubator/triplesoup/site/xdocs/contributors.xml
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/contributors.xml?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/xdocs/contributors.xml (added)
+++ incubator/triplesoup/site/xdocs/contributors.xml Sun Feb 18 10:16:09 2007
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+    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.
+-->
+
+<document>
+
+<properties>
+  <title>Apache TripleSoup - contributors</title>
+  <author email="triplesoup-dev@incubator.apache.org">TripleSoup Documentation Team</author>
+</properties>
+
+<body>
+
+    <section name="Committers">
+
+<ul>
+<!-- TODO:  <li>Dave Beckett</li>-->
+      <li>Dirk-Willem van Gulik (also on PPMC, also mentor)</li>
+      <li>Ben Hyde (also on PPMC, also mentor)</li>
+      <li>Stefano Mazzocchi (also on PPMC, also mentor)</li>
+      <li>Andrea Marchesini (TODO: also on PPMC)</li>
+      <li>Alberto Reggiori (TODO: also on PPMC)</li>
+      <li>David Reid (also on PPMC)</li>
+      <li>Leo Simons (also on PPMC, also mentor)</li>
+</ul>
+
+    </section>
+
+</body>
+</document>

Propchange: incubator/triplesoup/site/xdocs/contributors.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/xdocs/contributors.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/xdocs/contributors.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: incubator/triplesoup/site/xdocs/get-involved.xml (from r508922, harmony/standard/site/xdocs/get-involved.xml)
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/get-involved.xml?view=diff&rev=508926&p1=harmony/standard/site/xdocs/get-involved.xml&r1=508922&p2=incubator/triplesoup/site/xdocs/get-involved.xml&r2=508926
==============================================================================
--- harmony/standard/site/xdocs/get-involved.xml (original)
+++ incubator/triplesoup/site/xdocs/get-involved.xml Sun Feb 18 10:16:09 2007
@@ -22,7 +22,7 @@
 
  <properties>
   <title>Get Involved</title>
-  <author email="dev@harmony.apache.org">Harmony Documentation Team</author>
+  <author email="triplesoup-dev@incubator.apache.org">TripleSoup Documentation Team</author>
  </properties>
 
  <body>
@@ -30,7 +30,7 @@
 <section name="How do I contribute, give feedback, fix bugs and so on?">
 
 <p>
-    The Apache Harmony project really needs and appreciates any contributions,
+    The Apache TripleSoup project really needs and appreciates any contributions,
     including documentation help, source code and feedback. Suggested
     changes should come in the form of source code and/or very detailed
     and constructive feedback.
@@ -39,14 +39,7 @@
 <ul>
     <li>
         Discussion occurs on the <a
-        href="mailing.html">Harmony mailing lists</a>
-    </li>
-    <li id="irc-channel">
-        Informal discussion also occurs on the
-        <a href="irc://irc.freenode.net/harmony">#harmony IRC channel</a>
-        on
-        <a href="http://freenode.net/">freenode.net</a>.
-        (<a href="http://www.irchelp.org/">Help with IRC</a>)
+        href="mailing.html">mailing lists</a>
     </li>
     <li>
         Information on access to the project source code is
@@ -54,43 +47,27 @@
     </li>
     <li>
        Bugs and other issues can be posted on the project
-       <a href="http://issues.apache.org/jira/browse/HARMONY">JIRA</a>
+       <a href="http://issues.apache.org/jira/browse/TRIPLES">JIRA</a>
     </li>
-  <li>Step-by-step instructions on reporting, resolving and closing issues are listed in 
-  <a href="issue_resolution_guideline.html">
-    Good Issue Resolution Guideline</a>
-  </li>
     <li>
       Additional documentation and discussion can be found on the project
-     <a href="http://wiki.apache.org/harmony/">wiki</a>
+     <a href="http://wiki.apache.org/triplesoup/">wiki</a>
    </li>
 </ul>
 
 </section>
 
-<section name="Am I Eligible?">
-    <p>
-        You may have heard or read about Harmony's strict rules for contributor's
-        eligibility. We take this seriously because a number of parties implement
-        Java, and we respect their rights to their property. If you have detailed
-        knowledge of another implementation of Java, and they have not explicitly
-        approved your participation in Harmony, please check whether we will be able
-        to accept your contribution by reading the
-        <a href="../../contribution_policy">Apache Harmony contribution policy</a>.
-    </p>
-</section>
-
 <section name="How to Create and Submit A Patch or Enhancement">
 <a name="create_patch"/>
 
   <p>
-  One of the best ways to get involved in the Harmony project is to 
+  One of the best ways to get involved in the TripleSoup project is to 
   create patches or additions and contribute them. When you propose 
   a specific change to the software for discussion or voting on the 
   mailing list, you should present in the form of input to the patch 
   command. 
   All contributions should be made via a new entry in our project 
-  <a href="http://issues.apache.org/jira/browse/HARMONY">JIRA</a>.
+  <a href="http://issues.apache.org/jira/browse/TRIPLES">JIRA</a>.
 </p>
 
   <subsection name="Change-offering Tips">
@@ -131,7 +108,7 @@
       Once you are sure you have tested/reviewed your changes, do the following:
       </p>
     <ul>
-      <li>Open a new <a href="http://issues.apache.org/jira/browse/HARMONY">
+      <li>Open a new <a href="http://issues.apache.org/jira/browse/TRIPLES">
             JIRA entry</a>.
       </li>
       <li>Clearly describe the patch or enhancement, and
@@ -139,9 +116,9 @@
             change or enhancement is useful, etc.
       </li>
        <li>Use the subversion <code>diff</code> utility to create a patch as follows:
-            <pre>svn diff file.java > file.patch</pre>
-            where <code>file</code> is the filename that you have changed. This will produce a
-          nice patch file that can be added to the <a href="http://issues.apache.org/jira/browse/HARMONY">
+            <pre>svn diff file.c > file.patch</pre>
+            where <code>file.c</code> is the filename that you have changed. This will produce a
+          nice patch file that can be added to the <a href="http://issues.apache.org/jira/browse/TRIPLES">
             JIRA</a>, which makes it easy for
             the project committers to review and possibly accept your patch.
            <br />

Propchange: incubator/triplesoup/site/xdocs/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/triplesoup/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/index.xml?view=auto&rev=508926
==============================================================================
--- incubator/triplesoup/site/xdocs/index.xml (added)
+++ incubator/triplesoup/site/xdocs/index.xml Sun Feb 18 10:16:09 2007
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+    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.
+-->
+
+<document>
+
+<properties>
+  <title>Apache TripleSoup</title>
+  <author email="triplesoup-dev@incubator.apache.org">TripleSoup Documentation Team</author>
+</properties>
+
+<body>
+
+    <section name="Welcome to Apache TripleSoup - a SPARQL endpoint for your web server">
+        <p>
+            Apache TripleSoup is an effort started within the
+            <a href="http://incubator.apache.org/">Apache Incubator</a> to
+            create a <em>SPARQL endpoint</em> that is easy to set up, fast
+            maintainable, and such and so forth. We're only just getting
+            started...
+        </p>
+        
+        <p>
+            In the meantime, read the
+            <a href="http://wiki.apache.org/incubator/TripleSoupProposal">project proposal</a>
+            to get an idea of where we want to go.
+        </p>
+    </section>
+
+</body>
+</document>

Propchange: incubator/triplesoup/site/xdocs/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/site/xdocs/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/site/xdocs/index.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Copied: incubator/triplesoup/site/xdocs/license.xml (from r508922, harmony/standard/site/xdocs/license.xml)
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/license.xml?view=diff&rev=508926&p1=harmony/standard/site/xdocs/license.xml&r1=508922&p2=incubator/triplesoup/site/xdocs/license.xml&r2=508926
==============================================================================
--- harmony/standard/site/xdocs/license.xml (original)
+++ incubator/triplesoup/site/xdocs/license.xml Sun Feb 18 10:16:09 2007
@@ -21,8 +21,8 @@
 <document>
  <properties>
   <title>Apache License</title>
-  <author email="dev@harmony.apache.org">
-     Harmony Documentation Team</author>
+  <author email="triplesoup-dev@incubator.apache.org">
+     TripleSoup Documentation Team</author>
  </properties>
 
 <body>