You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2013/11/25 12:24:02 UTC

svn commit: r888017 [3/3] - in /websites/staging/marmotta/trunk/content: ./ apidocs/packages dependencies.html index.html ldpath/index.html

Modified: websites/staging/marmotta/trunk/content/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/index.html (original)
+++ websites/staging/marmotta/trunk/content/index.html Mon Nov 25 11:24:01 2013
@@ -344,8 +344,6 @@
         <div id="bodyColumn" >
                                   
             <p> <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 --></p>
-<h1>Apache Marmotta</h1>
-<p>Apache Marmotta is an Open Platform for <a class="externalLink" href="http://www.w3.org/DesignIssues/LinkedData.html">Linked Data</a>.</p>
 
 <p id="download">
   <a href="download.html#a3.1.0-incubating" class="download">
@@ -355,13 +353,15 @@
   </a>
   <iframe src="http://platform.twitter.com/widgets/follow_button.html?screen_name=ApacheMarmotta" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
 </p>
-<p>The goal of Apache Marmotta is to provide an open implementation of a <a class="externalLink" href="http://www.w3.org/TR/ldp/">Linked Data Platform</a> that can be used, extended and deployed easily by organizations who want to publish Linked Data or build custom applications on Linked Data.</p>
 
-<p class="alert alert-success">
-  <b>Mission accomplished!</b><br />
-  In their November meeting, the ASF Board as decided to establish Apache Marmotta as a new Top-Level Project.<br />
+<p class="alert alert-success lead">
+  <b>Mission accomplished!</b>
+  In the November meeting, the ASF Board as decided to establish Apache Marmotta as a new Top-Level Project.<br />
   Stay tuned for further updates or <a href="mail-lists.html" class="alert-link">join the mailing-lists</a> for live updates!
 </p>
+<h1>Apache Marmotta</h1>
+<p>Apache Marmotta is an Open Platform for <a class="externalLink" href="http://www.w3.org/DesignIssues/LinkedData.html">Linked Data</a>.</p>
+<p>The goal of Apache Marmotta is to provide an open implementation of a <a class="externalLink" href="http://www.w3.org/TR/ldp/">Linked Data Platform</a> that can be used, extended and deployed easily by organizations who want to publish Linked Data or build custom applications on Linked Data.</p>
 <p>Right now the project is graduating from the incubator as a new Top Level Project in the Apache Software Foundation. Since entering the <a class="externalLink" href="http://incubator.apache.org">incubator</a> in December 2012, the <a href="team-list.html">team</a> has worked really hard to move the codebase to the Apache infrastructure and publish <a href="download.html">releases</a> following the ASF policies and guidelines.</p>
 <p>Luckily we are attracting new committers joining the <a href="team-list.html">development team</a> and also the user community is growing. Check the <a href="development.html">development</a> section for further details how we work or subscribe to our <a href="mail-lists.html">mailing lists</a> to follow the project&#x2019;s day to day work.</p>
 <div class="section">

Modified: websites/staging/marmotta/trunk/content/ldpath/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath/index.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath/index.html Mon Nov 25 11:24:01 2013
@@ -351,6 +351,7 @@
 <div class="source">
 <pre>foaf:knows / foaf:name :: xsd:string
 </pre></div>
+<p>Before dontated to the <a href="www.apache.org">ASF</a>, LDPath (formally known as RDFPath) was hosted on <a class="externalLink" href="https://code.google.com/p/ldpath/">Google Code</a>.</p>
 <div class="section">
 <h2>Introduction<a name="Introduction"></a></h2>
 <p>LDPath library is a collection of generic libraries that are independent of the underlying RDF implementation. Currently, there are backends for sesame, for RDF files, and for Linked Data. You can easily implement your own backends by implementing a straightforward interface (RDFBackend).</p>