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/02/21 12:07:25 UTC

svn commit: r851395 - in /websites/staging/marmotta/trunk/content: ./ css/ js/

Author: buildbot
Date: Thu Feb 21 11:07:24 2013
New Revision: 851395

Log:
Staging update by buildbot for marmotta

Added:
    websites/staging/marmotta/trunk/content/js/marmotta.js
Modified:
    websites/staging/marmotta/trunk/content/   (props changed)
    websites/staging/marmotta/trunk/content/configuration.html
    websites/staging/marmotta/trunk/content/css/site.css
    websites/staging/marmotta/trunk/content/dependencies.html
    websites/staging/marmotta/trunk/content/dependency-info.html
    websites/staging/marmotta/trunk/content/dependency-management.html
    websites/staging/marmotta/trunk/content/development.html
    websites/staging/marmotta/trunk/content/distribution-management.html
    websites/staging/marmotta/trunk/content/download.html
    websites/staging/marmotta/trunk/content/index.html
    websites/staging/marmotta/trunk/content/installation.html
    websites/staging/marmotta/trunk/content/integration.html
    websites/staging/marmotta/trunk/content/issue-tracking.html
    websites/staging/marmotta/trunk/content/license.html
    websites/staging/marmotta/trunk/content/mail-lists.html
    websites/staging/marmotta/trunk/content/plugin-management.html
    websites/staging/marmotta/trunk/content/plugins.html
    websites/staging/marmotta/trunk/content/privacy.html
    websites/staging/marmotta/trunk/content/project-info.html
    websites/staging/marmotta/trunk/content/project-reports.html
    websites/staging/marmotta/trunk/content/project-summary.html
    websites/staging/marmotta/trunk/content/rat-report.html
    websites/staging/marmotta/trunk/content/source-repository.html
    websites/staging/marmotta/trunk/content/team-list.html

Propchange: websites/staging/marmotta/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 21 11:07:24 2013
@@ -1 +1 @@
-1448265
+1448578

Modified: websites/staging/marmotta/trunk/content/configuration.html
==============================================================================
--- websites/staging/marmotta/trunk/content/configuration.html (original)
+++ websites/staging/marmotta/trunk/content/configuration.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/css/site.css
==============================================================================
--- websites/staging/marmotta/trunk/content/css/site.css (original)
+++ websites/staging/marmotta/trunk/content/css/site.css Thu Feb 21 11:07:24 2013
@@ -61,10 +61,13 @@ div#topbar {
     position: fixed;
     right: 0px;
     top: 0px;
-    width: 1905px;
     z-index: 1030;
 }
 
+.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
+    background-color: #CB1180;
+}
+
 div.navbar-inner {
     -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px 0px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset;
     background-color: rgb(44, 44, 44);
@@ -84,7 +87,6 @@ div.navbar-inner {
     min-height: 40px;
     padding-left: 0px;
     padding-right: 0px;
-    width: 1905px;
 }
 
 div.navbar-inner a.dropdown, div.navbar-inner a.dropdown:hover, div.navbar-inner a.dropdown-toggle, div.navbar-inner a.dropdown-toggle:hover {

Modified: websites/staging/marmotta/trunk/content/dependencies.html
==============================================================================
--- websites/staging/marmotta/trunk/content/dependencies.html (original)
+++ websites/staging/marmotta/trunk/content/dependencies.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 
@@ -189,8 +195,8 @@
         }
       }
 </script>
-<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>org.apache.marmotta:marmotta-site:pom:3.0.0-incubating-SNAPSHOT <img id="_625026679" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_678303540', '_625026679' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_678303540" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Apache Marmotta Site</th></tr><tr class="b"><td><p><b>Description: </b>Files for the Marmotta site (Apache CMS)</p><p><b>URL: </b><a class="externalLink" href="http://marmotta.incubator.apache.org">http://marmotta.incubator.apache.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.marmotta:marmotta-reactor:pom:3.0.0-incubating-SNAPSHOT (compile) <img id="_68
 6765180" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_120768451', '_686765180' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_120768451" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Apache Marmotta</th></tr><tr class="b"><td><p><b>Description: </b>Open implementation of the Linked Data Platform</p><p><b>URL: </b><a class="externalLink" href="http://marmotta.incubator.apache.org">http://marmotta.incubator.apache.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>javax.servlet:servlet-api:jar:2.5 (provided) <img id="_1698773479" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_23672390', '_1698773479' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_23672390" style="display:none
 "><table border="0" class="table table-striped"><tr class="a"><th>servlet-api</th></tr><tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No license is defined for this project.</p></td></tr></table></div></li><li>junit:junit:jar:4.11 (test) <img id="_353661935" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1008834288', '_353661935' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1008834288" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
-        It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li><li>org.hamcrest:hamcrest-library:jar:1.3 (test) <img id="_734120160" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1109201896', '_734120160' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1109201896" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Hamcrest library</th></tr><tr class="b"><td><p><b>Description: </b>Hamcrest library of matcher implementations.</p><p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-library">https://github.com/hamcrest/JavaHamcrest/hamcrest-library</a></p><p><b>Project Licen
 se: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li><li>org.hamcrest:hamcrest-core:jar:1.3 (test) <img id="_993287239" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_347623389', '_993287239' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_347623389" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Hamcrest Core</th></tr><tr class="b"><td><p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p><p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licen
 ses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Apache Software License, Version 2.0: </b>Apache Marmotta, Apache Marmotta Site</p><p><b>New BSD License: </b>Hamcrest Core, Hamcrest library</p><p><b>Unknown: </b>servlet-api</p><p><b>Common Public License Version 1.0: </b>JUnit</p></div><a name="Dependency_File_Details"></a><div class="section"><h2>Dependency File Details<a name="Dependency_File_Details"></a></h2><table border="0" class="table table-striped"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>servlet-api-2.5.jar</td><td>102.65 kB</td><td>68</td><td>42</td><td>2</td><td>1.5</td><td>debug</td></tr><tr class="a"><td>junit-4.11.jar</td><td>239.30 kB</td><td>266</td><td>233</td><td>28</td><td>1.5</td><td>debug</td></tr><tr class="b"
 ><td>marmotta-reactor-3.0.0-incubating-SNAPSHOT.pom</td><td>9.62 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="a"><td>hamcrest-core-1.3.jar</td><td>43.97 kB</td><td>52</td><td>45</td><td>3</td><td>1.5</td><td>debug</td></tr><tr class="b"><td>hamcrest-library-1.3.jar</td><td>51.83 kB</td><td>46</td><td>35</td><td>7</td><td>1.5</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>5</td><td>447.36 kB</td><td>432</td><td>355</td><td>40</td><td>1.5</td><td>4</td></tr><tr class="a"><td>compile: 1</td><td>compile: 9.62 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="b"><td>test: 3</td><td>test: 335.09 kB</td><td>test: 364</td><td>test: 313</td><td>test: 38</td><td>-</td><td>test: 3</td></tr><tr class="a"><td>provided: 1</td><td>provided: 102.65 kB</td><td>provided: 68</td><td>provided: 42</td><td>provided: 2</td><td>-</
 td><td>provided: 1</td></tr></table></div>
+<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>org.apache.marmotta:marmotta-site:pom:3.0.0-incubating-SNAPSHOT <img id="_326397501" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_636998107', '_326397501' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_636998107" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Apache Marmotta Site</th></tr><tr class="b"><td><p><b>Description: </b>Files for the Marmotta site (Apache CMS)</p><p><b>URL: </b><a class="externalLink" href="http://marmotta.incubator.apache.org">http://marmotta.incubator.apache.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.marmotta:marmotta-reactor:pom:3.0.0-incubating-SNAPSHOT (compile) <img id="_50
 1107755" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_666999017', '_501107755' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_666999017" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Apache Marmotta</th></tr><tr class="b"><td><p><b>Description: </b>Open implementation of the Linked Data Platform</p><p><b>URL: </b><a class="externalLink" href="http://marmotta.incubator.apache.org">http://marmotta.incubator.apache.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>javax.servlet:servlet-api:jar:2.5 (provided) <img id="_1695232843" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1216723978', '_1695232843' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1216723978" style="display:
 none"><table border="0" class="table table-striped"><tr class="a"><th>servlet-api</th></tr><tr class="b"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No license is defined for this project.</p></td></tr></table></div></li><li>junit:junit:jar:4.11 (test) <img id="_2119083645" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1072894324', '_2119083645' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1072894324" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck.
+        It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li><li>org.hamcrest:hamcrest-library:jar:1.3 (test) <img id="_2098011239" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1253535539', '_2098011239' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1253535539" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Hamcrest library</th></tr><tr class="b"><td><p><b>Description: </b>Hamcrest library of matcher implementations.</p><p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-library">https://github.com/hamcrest/JavaHamcrest/hamcrest-library</a></p><p><b>Project Lic
 ense: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li><li>org.hamcrest:hamcrest-core:jar:1.3 (test) <img id="_376068847" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1019374823', '_376068847' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1019374823" style="display:none"><table border="0" class="table table-striped"><tr class="a"><th>Hamcrest Core</th></tr><tr class="b"><td><p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p><p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/l
 icenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Apache Software License, Version 2.0: </b>Apache Marmotta, Apache Marmotta Site</p><p><b>New BSD License: </b>Hamcrest Core, Hamcrest library</p><p><b>Unknown: </b>servlet-api</p><p><b>Common Public License Version 1.0: </b>JUnit</p></div><a name="Dependency_File_Details"></a><div class="section"><h2>Dependency File Details<a name="Dependency_File_Details"></a></h2><table border="0" class="table table-striped"><tr class="a"><th>Filename</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>servlet-api-2.5.jar</td><td>102.65 kB</td><td>68</td><td>42</td><td>2</td><td>1.5</td><td>debug</td></tr><tr class="a"><td>junit-4.11.jar</td><td>239.30 kB</td><td>266</td><td>233</td><td>28</td><td>1.5</td><td>debug</td></tr><tr class
 ="b"><td>marmotta-reactor-3.0.0-incubating-SNAPSHOT.pom</td><td>9.62 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="a"><td>hamcrest-core-1.3.jar</td><td>43.97 kB</td><td>52</td><td>45</td><td>3</td><td>1.5</td><td>debug</td></tr><tr class="b"><td>hamcrest-library-1.3.jar</td><td>51.83 kB</td><td>46</td><td>35</td><td>7</td><td>1.5</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>5</td><td>447.36 kB</td><td>432</td><td>355</td><td>40</td><td>1.5</td><td>4</td></tr><tr class="a"><td>compile: 1</td><td>compile: 9.62 kB</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr><tr class="b"><td>test: 3</td><td>test: 335.09 kB</td><td>test: 364</td><td>test: 313</td><td>test: 38</td><td>-</td><td>test: 3</td></tr><tr class="a"><td>provided: 1</td><td>provided: 102.65 kB</td><td>provided: 68</td><td>provided: 42</td><td>provided: 2</td><td
 >-</td><td>provided: 1</td></tr></table></div>
                   </div>
           </div>
 

Modified: websites/staging/marmotta/trunk/content/dependency-info.html
==============================================================================
--- websites/staging/marmotta/trunk/content/dependency-info.html (original)
+++ websites/staging/marmotta/trunk/content/dependency-info.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/dependency-management.html
==============================================================================
--- websites/staging/marmotta/trunk/content/dependency-management.html (original)
+++ websites/staging/marmotta/trunk/content/dependency-management.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/development.html
==============================================================================
--- websites/staging/marmotta/trunk/content/development.html (original)
+++ websites/staging/marmotta/trunk/content/development.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 
@@ -176,11 +182,30 @@
 <ul>
   <li>Everything has to be discussed on the developer mailing list &lt;<a class="externalLink" href="mailto:dev@marmotta.incubator.apache.org">dev@marmotta.incubator.apache.org</a>&gt; prior to any implementation action. If it is not on the list, it did not happen (<a class="externalLink" href="http://incubator.apache.org/learn/theapacheway.html">the Apache way</a>).</li>
   <li>Users support is done at the users mailing list &lt;<a class="externalLink" href="mailto:user@marmotta.incubator.apache.org">user@marmotta.incubator.apache.org</a>&gt;.</li>
-</ul><p>In addition, the project has the <a class="externalLink" href="irc://chat.freenode.net:6667/apachemarmotta">#apachemarmotta</a> IRC channel at <a class="externalLink" href="http://freenode.net/">Freenode</a>. Regular meetings are held there; <a class="externalLink" href="http://wilderness.apache.org/archives/#logs-apachemarmotta">logs</a> are always published and sent to the mailing list to mitigate the barriers of people in different timezones.</p></div><div class="section"><h2>Source code<a name="Source_code"></a></h2><p>The projects uses <a class="externalLink" href="http://git-scm.com">Git</a> to manage the source code. The <a href="source-repository.html">repository</a> is available at:</p>
+</ul><p>In addition, the project has the <a class="externalLink" href="irc://chat.freenode.net:6667/apachemarmotta">#apachemarmotta</a> IRC channel at <a class="externalLink" href="http://freenode.net/">Freenode</a>. Regular meetings are held there; <a class="externalLink" href="http://wilderness.apache.org/archives/#logs-apachemarmotta">logs</a> are always published and sent to the mailing list to mitigate the barriers of people in different timezones.</p></div><div class="section"><h2>Source code<a name="Source_code"></a></h2><p>The code is managed using <a class="externalLink" href="http://git-scm.com">Git</a>, and you access the <a href="source-repository.html">repository</a> at:</p>
 <div class="source"><pre class="prettyprint">git:https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git
-</pre></div><p>Marmotta uses a <a class="externalLink" href="http://git-scm.com/book/en/Git-Branching-Branching-Workflows">branching workflow</a> depicted by the following diagram:</p><p><img src="images/git-branching-workflow.png" alt="branching workflow followed by Marmotta" /></p><p>Where we have a stable <tt>master</tt> branch and a unstable <tt>develop</tt> branch. Besides, optionally <tt>topic</tt> branches could be open for some topics/issues, which dont necessarily need to be pushed to the public repository.</p><p>The code of this web site is also available, via <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> in this case:</p>
+</pre></div><p>There you would find something similar to the following structure:</p>
+<div class="source"><pre class="prettyprint">.
+|-- build
+|-- client
+|-- commons
+|-- extras
+|-- launchers
+|-- libraries
+|-- platform
+`-- pom.xml
+</pre></div><p>Where:</p>
+<ul>
+  <li><tt>build</tt> directory contains some tools related with the Maven build system, such as plugins and archetypes.</li>
+  <li><tt>client</tt> hosts the different implementations of the client library.</li>
+  <li><tt>commons</tt> contains a collection of support modules for Marmotta, adding additional functionality like parsers or writers.</li>
+  <li><tt>extras</tt> has been created to store those extra configurations that are for various reasons not included in the main distribution.</li>
+  <li><tt>launchers</tt> contains different launch configurations for Apache Marmotta (WAR, Installer, etc).</li>
+  <li><tt>libraries</tt> agroups some libraries that can also be used independently to build Linked Data applications.</li>
+  <li><tt>platform</tt> contains the Linked Data Platform implementation of Apache Marmotta.</li>
+</ul><p>Marmotta is using <a class="externalLink" href="http://maven.apache.org">Apache Maven</a> as its build system, check out how to <a href="installation.html#src">build it from the source code</a>. Marmotta uses a <a class="externalLink" href="http://git-scm.com/book/en/Git-Branching-Branching-Workflows">branching workflow</a> depicted by the following diagram:</p><p><img src="images/git-branching-workflow.png" alt="branching workflow followed by Marmotta" /></p><p>Where we have a stable <tt>master</tt> branch and a unstable <tt>develop</tt> branch. Besides, optionally <tt>topic</tt> branches could be open for some topics/issues, which dont necessarily need to be pushed to the public repository.</p><p>The code of this web site is also available, via <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> in this case:</p>
 <div class="source"><pre class="prettyprint">svn:https://svn.apache.org/repos/asf/incubator/marmotta/site/trunk
-</pre></div><p>Marmotta is using <a class="externalLink" href="http://maven.apache.org">Apache Maven</a> as its build system, check out how to <a href="installation.html#src">build it from the source code</a>.</p></div><div class="section"><h2>Issue tracker<a name="Issue_tracker"></a></h2><p>Apache Marmotta uses <a class="externalLink" href="http://www.atlassian.com/software/jira">Jira</a> for tracking bug reports and requests for improvements, new features, and other changes. The issue tracker is available at <a class="externalLink" href="http://issues.apache.org/jira/browse/MARMOTTA">http://issues.apache.org/jira/browse/MARMOTTA</a>, and is anonymous readable by everyone. An account is needed to create new issues or to comment on existing issues. </p><p>When reporting a new issue, please try to be as descriptive as possible. For instance, the issue summary should be a short and clear statement that indicates the scope of the issue; you are probably being too verbose if you
  exceed the length of the text field. Use the Environment and Description fields to provide more detailed information. Besides, use the right type and assigned to the corrrect component to allow the project to be more effective on its resolution. See below some additional information and guidelines on creating and managing issues.</p><div class="section"><h3>Issue type<a name="Issue_type"></a></h3><p>When creating a new issue, select the issue type based as follows:</p>
+</pre></div></div><div class="section"><h2>Issue tracker<a name="Issue_tracker"></a></h2><p>Apache Marmotta uses <a class="externalLink" href="http://www.atlassian.com/software/jira">Jira</a> for tracking bug reports and requests for improvements, new features, and other changes. The issue tracker is available at <a class="externalLink" href="http://issues.apache.org/jira/browse/MARMOTTA">http://issues.apache.org/jira/browse/MARMOTTA</a>, and is anonymous readable by everyone. An account is needed to create new issues or to comment on existing issues. </p><p>When reporting a new issue, please try to be as descriptive as possible. For instance, the issue summary should be a short and clear statement that indicates the scope of the issue; you are probably being too verbose if you exceed the length of the text field. Use the Environment and Description fields to provide more detailed information. Besides, use the right type and assigned to the corrrect component to allow the pr
 oject to be more effective on its resolution. See below some additional information and guidelines on creating and managing issues.</p><div class="section"><h3>Issue type<a name="Issue_type"></a></h3><p>When creating a new issue, select the issue type based as follows:</p>
 <table border="0" class="table table-striped">
   <thead>
     <tr class="a">

Modified: websites/staging/marmotta/trunk/content/distribution-management.html
==============================================================================
--- websites/staging/marmotta/trunk/content/distribution-management.html (original)
+++ websites/staging/marmotta/trunk/content/distribution-management.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/download.html
==============================================================================
--- websites/staging/marmotta/trunk/content/download.html (original)
+++ websites/staging/marmotta/trunk/content/download.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/index.html (original)
+++ websites/staging/marmotta/trunk/content/index.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 
@@ -172,27 +178,7 @@
                 
         <div id="bodyColumn" >
                                   
-            <h1>Apache Marmotta (incubator)</h1><p>The goal of Apache Marmotta is to provide an open implementation of a Linked Data Platform 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 being setting up installed in the Apache Software Foundation infrastructure. Regular meetings are held at IRC (<a class="externalLink" href="http://wilderness.apache.org/archives/#logs-apachemarmotta">see logs</a>). For further details, please check the <a class="externalLink" href="http://wiki.apache.org/marmotta">wiki</a>, the <a class="externalLink" href="http://wiki.apache.org/incubator/MarmottaProposal">incubator proposal</a> or the <a class="externalLink" href="http://incubator.apache.org/projects/marmotta.html">project podling status</a>.</p><div class="section"><h2>Background<a name="Background"></a></h2><p>Marmotta comes as a continuation of the work in the
  <a class="externalLink" href="http://lmf.googlecode.com">Linked Media Framework</a> (aka LMF) project. LMF is an easy-to-setup server application that bundles central Semantic Web technologies to offer some advanced services. The Linked Media Framework consists of LMF Core which provides a Read-Write Linked Data server, plus some modules that complement the server with other added added capabilities, such as, SPARQL 1.1, LDPath, LDCache, Reasoning, Versioning, etc. Besides, LMF also provides a Client Library, currently available in Java, PHP, and Javascript, as a convenient API abstraction around the LMF web services. Currently LMF integrates with other relevant tools (Apache Stanbol, Google Refine or Drupal) to cover a wider range of use cases and needs.</p></div><div class="section"><h2>Features<a name="Features"></a></h2>
-<ul>
-  <li><p>Linked Data publication</p></li>
-  <li><p>RDF storage, supporting versioning and rule-based reasoning</p></li>
-  <li><p><a class="externalLink" href="http://www.w3.org/2012/ldp">LDP 1.0</a> </p></li>
-  <li><p><a class="externalLink" href="http://www.w3.org/TR/sparql11-overview/">SPARQL 1.1</a></p></li>
-  <li><p><a class="externalLink" href="http://code.google.com/p/lmf/wiki/ModuleLinkedDataCaching">Linked Data Cache</a></p></li>
-  <li><p><a class="externalLink" href="http://ldpath.googlecode.com">LDPath</a></p></li>
-  <li><p><a class="externalLink" href="http://lmf.googlecode.com">and more</a></p></li>
-</ul></div><div class="section"><h2>Team<a name="Team"></a></h2><p>The Apache Marmotta team currently consists of (in alphabetical order):</p>
-<ul>
-  <li><p>Andy Seaborne (C-P-M)</p></li>
-  <li><p>Dietmar Glachs (C-P)</p></li>
-  <li><p>Fabian Christ (C-P) </p></li>
-  <li><p>Jakob Frank (C-P)</p></li>
-  <li><p>Nandana Mihindukulasooriya (C-P) </p></li>
-  <li><p>Rupert Westenthaler (C-P) </p></li>
-  <li><p>Sebastian Schaffert (C-P) </p></li>
-  <li><p>Sergio Fern&#xe1;ndez (C-P) </p></li>
-  <li><p>Thomas Kurz (C-P)</p></li>
-</ul><p>Where <b>C</b> indicates a committer, <b>P</b> a PMC member, <b>M</b> an ASF member.</p></div><div class="section"><h2>Incubation<a name="Incubation"></a></h2><p>Apache Marmotta is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div>
+            <h1>Apache Marmotta (incubator)</h1><p>The goal of Apache Marmotta is to provide an open implementation of a Linked Data Platform 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 being setting up installed in the Apache Software Foundation infrastructure. We are working to publish in the upcoming weeks the first incubating release. Check <a href="development.html">development</a> section for further details.</p><div class="section"><h2>Background<a name="Background"></a></h2><p>Marmotta comes as a continuation of the work in the <a class="externalLink" href="http://lmf.googlecode.com">Linked Media Framework</a> (LMF) project. LMF is an easy-to-setup server application that bundles central Semantic Web technologies to offer some advanced services. The Linked Media Framework consists of LMF Core which provides a Read-Write Linked Data server, 
 plus some modules that complement the server with other added added capabilities, such as, SPARQL 1.1, LDPath, LDCache, Reasoning, Versioning, etc. Besides, LMF also provides a Client Library, currently available in Java, PHP, and Javascript, as a convenient API abstraction around the LMF web services. Currently LMF integrates with other relevant tools (Apache Stanbol, Google Refine or Drupal) to cover a wider range of use cases and needs.</p></div><div class="section"><h2>Incubation<a name="Incubation"></a></h2><p>Apache Marmotta is an effort undergoing incubation at <a class="externalLink" href="http://www.apache.org">The Apache Software Foundation</a> (ASF), sponsored by the <a class="externalLink" href="http://incubator.apache.org/whoweare.html">Apache Incubator</a> <a class="externalLink" href="http://incubator.apache.org/whoweare.html">PMC</a>. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications
 , and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div>
                   </div>
           </div>
 

Modified: websites/staging/marmotta/trunk/content/installation.html
==============================================================================
--- websites/staging/marmotta/trunk/content/installation.html (original)
+++ websites/staging/marmotta/trunk/content/installation.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/integration.html
==============================================================================
--- websites/staging/marmotta/trunk/content/integration.html (original)
+++ websites/staging/marmotta/trunk/content/integration.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/marmotta/trunk/content/issue-tracking.html (original)
+++ websites/staging/marmotta/trunk/content/issue-tracking.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Added: websites/staging/marmotta/trunk/content/js/marmotta.js
==============================================================================
--- websites/staging/marmotta/trunk/content/js/marmotta.js (added)
+++ websites/staging/marmotta/trunk/content/js/marmotta.js Thu Feb 21 11:07:24 2013
@@ -0,0 +1,5 @@
+
+$(document).ready(function() {
+    
+});
+

Modified: websites/staging/marmotta/trunk/content/license.html
==============================================================================
--- websites/staging/marmotta/trunk/content/license.html (original)
+++ websites/staging/marmotta/trunk/content/license.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/marmotta/trunk/content/mail-lists.html (original)
+++ websites/staging/marmotta/trunk/content/mail-lists.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/plugin-management.html
==============================================================================
--- websites/staging/marmotta/trunk/content/plugin-management.html (original)
+++ websites/staging/marmotta/trunk/content/plugin-management.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/plugins.html
==============================================================================
--- websites/staging/marmotta/trunk/content/plugins.html (original)
+++ websites/staging/marmotta/trunk/content/plugins.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/privacy.html
==============================================================================
--- websites/staging/marmotta/trunk/content/privacy.html (original)
+++ websites/staging/marmotta/trunk/content/privacy.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/project-info.html
==============================================================================
--- websites/staging/marmotta/trunk/content/project-info.html (original)
+++ websites/staging/marmotta/trunk/content/project-info.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/project-reports.html
==============================================================================
--- websites/staging/marmotta/trunk/content/project-reports.html (original)
+++ websites/staging/marmotta/trunk/content/project-reports.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/project-summary.html
==============================================================================
--- websites/staging/marmotta/trunk/content/project-summary.html (original)
+++ websites/staging/marmotta/trunk/content/project-summary.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/rat-report.html
==============================================================================
--- websites/staging/marmotta/trunk/content/rat-report.html (original)
+++ websites/staging/marmotta/trunk/content/rat-report.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - RAT (Release Audit Tool) results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 
@@ -176,11 +182,11 @@
 *****************************************************
 Summary
 -------
-Generated at: 2013-02-20T16:00:00+00:00
+Generated at: 2013-02-21T11:07:19+00:00
 Notes: 2
 Binaries: 2
 Archives: 0
-Standards: 11
+Standards: 12
 
 Apache Licensed: 3
 Generated Documents: 0
@@ -188,7 +194,7 @@ Generated Documents: 0
 JavaDocs are generated and so license header is optional
 Generated files do not required license headers
 
-8 Unknown Licenses
+9 Unknown Licenses
 
 *******************************
 
@@ -201,6 +207,7 @@ Unapproved licenses:
   content/markdown/installation.md
   content/markdown/development.md
   content/resources/css/site.css
+  content/resources/js/marmotta.js
   HOWTO.txt
 
 *******************************
@@ -223,6 +230,7 @@ Archives:
   AL    content/resources/css/apache-maven-fluido.min.css
   B     content/resources/images/marmotta.png
   B     content/resources/images/git-branching-workflow.png
+ !????? content/resources/js/marmotta.js
   AL    pom.xml
  !????? HOWTO.txt
   N     LICENSE.txt
@@ -242,16 +250,13 @@ Platform that can be used, extended, and
 to publish Linked Data or build custom applications on Linked Data.
 
 Right now the project is being setting up installed in the Apache Software Foundation 
-infrastructure. Regular meetings are held at IRC 
-([see logs](http://wilderness.apache.org/archives/#logs-apachemarmotta)). For further 
-details, please check the [wiki](http://wiki.apache.org/marmotta), the 
-[incubator proposal](http://wiki.apache.org/incubator/MarmottaProposal) or the 
-[project podling status](http://incubator.apache.org/projects/marmotta.html).
-  
+infrastructure. We are working to publish in the upcoming weeks the first incubating 
+release. Check [development](development.html) section for further details.
+
 ## Background 
 
 Marmotta comes as a continuation of the work in the [Linked Media Framework](http://lmf.googlecode.com) 
-(aka LMF) project. LMF is an easy-to-setup server application that bundles central 
+(LMF) project. LMF is an easy-to-setup server application that bundles central 
 Semantic Web technologies to offer  some advanced services. The Linked Media Framework 
 consists of LMF Core which provides a Read-Write Linked Data server, plus some modules 
 that complement the server with other added added capabilities, such as, SPARQL 1.1, 
@@ -259,32 +264,18 @@ LDPath, LDCache, Reasoning, Versioning, 
 currently available in Java, PHP, and Javascript, as a convenient API abstraction around 
 the LMF web services. Currently LMF integrates with other relevant tools (Apache Stanbol, 
 Google Refine or Drupal) to cover a wider range of use cases and needs.
-  
-## Features
-
-* Linked Data publication
-
-* RDF storage, supporting versioning and rule-based reasoning
-
-* [LDP 1.0](http://www.w3.org/2012/ldp) 
-
-* [SPARQL 1.1](http://www.w3.org/TR/sparql11-overview/)
-
-* [Linked Data Cache](http://code.google.com/p/lmf/wiki/ModuleLinkedDataCaching)
-
-* [LDPath](http://ldpath.googlecode.com)
-
-* [and more...](http://lmf.googlecode.com)
 
-## Team
+## Incubation
 
-The Apache Marmotta team currently consists of (in alphabetical order):
+Apache Marmotta is an effort undergoing incubation at [The Apache Software Foundation](http://www.apache.org)
+(ASF), sponsored by the [Apache Incubator](http://incubator.apache.org/whoweare.html) 
+[PMC](http://incubator.apache.org/whoweare.html). Incubation is required of all newly 
+accepted projects until a further review indicates that the infrastructure, communications, 
+and decision making process have stabilized in a manner consistent with other successful 
+ASF projects. While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be fully endorsed 
+by the ASF.
 
-* Andy Seaborne (C-P-M)
-
-* Dietmar Glachs (C-P)
-
-* Fabian Christ (C-P) 
 
  =======================================================================
  ==content/markdown/configuration.md
@@ -411,36 +402,36 @@ and sent to the mailing list to mitigate
 
 ## Source code
 
-The projects uses [Git](http://git-scm.com) to manage the source code. The [repository](source-repository.html) is available at:
+The code is managed using [Git](http://git-scm.com), and you access the 
+[repository](source-repository.html) at:
 
     git:https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git
 
-Marmotta uses a [branching workflow](http://git-scm.com/book/en/Git-Branching-Branching-Workflows) 
-depicted by the following diagram:
-
-![branching workflow followed by Marmotta](images/git-branching-workflow.png)
-
-Where we have a stable `master` branch and a unstable `develop` branch. Besides, optionally `topic` 
-branches could be open for some topics/issues, which don't necessarily need to be pushed to the public 
-repository.
+There you would find something similar to the following structure:
 
-The code of this web site is also available, via [Subversion](http://subversion.apache.org/) in this case:
-
-    svn:https://svn.apache.org/repos/asf/incubator/marmotta/site/trunk
+    .
+    |-- build
+    |-- client
+    |-- commons
+    |-- extras
+    |-- launchers
+    |-- libraries
+    |-- platform
+    `-- pom.xml
+
+Where:
+
+* `build` directory contains some tools related with the Maven build system, such as plugins and archetypes.
+* `client` hosts the different implementations of the client library.
+* `commons` contains a collection of support modules for Marmotta, adding additional functionality like parsers or writers.
+* `extras` has been created to store those &quot;extra&quot; configurations that are for various reasons not included in the main distribution.
+* `launchers` contains different launch configurations for Apache Marmotta (WAR, Installer, etc).
+* `libraries` agroups some libraries that can also be used independently to build Linked Data applications.
+* `platform` contains the Linked Data Platform implementation of Apache Marmotta.
 
 Marmotta is using [Apache Maven](http://maven.apache.org) as its build system, check out how to
-[build it from the source code](installation.html#src).
-
-## Issue tracker
-
-Apache Marmotta uses [Jira](http://www.atlassian.com/software/jira) for tracking bug reports and 
-requests for improvements, new features, and other changes. The issue tracker is available at 
-[http://issues.apache.org/jira/browse/MARMOTTA](http://issues.apache.org/jira/browse/MARMOTTA), and is anonymous
-readable by everyone. An account is needed to create new issues or to comment on existing issues. 
-
-When reporting a new issue, please try to be as descriptive as possible. For instance, the issue 
-summary should be a short and clear statement that indicates the scope of the issue; you are probably 
-being too verbose if you exceed the length of the text field. Use the Environment and Description 
+[build it from the source code](installation.html#src). Marmotta uses a 
+[branching workflow](http://git-scm.com/book/en/Git-Branching-Branching-Workflows) 
 
  =======================================================================
  ==content/resources/css/site.css
@@ -497,6 +488,15 @@ a.externalLink:hover {
 div#topbar {
 
  =======================================================================
+ ==content/resources/js/marmotta.js
+ =======================================================================
+
+$(document).ready(function() {
+    
+});
+
+
+ =======================================================================
  ==HOWTO.txt
  =======================================================================
 How to update the Marmotta website

Modified: websites/staging/marmotta/trunk/content/source-repository.html
==============================================================================
--- websites/staging/marmotta/trunk/content/source-repository.html (original)
+++ websites/staging/marmotta/trunk/content/source-repository.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>
                       
                 

Modified: websites/staging/marmotta/trunk/content/team-list.html
==============================================================================
--- websites/staging/marmotta/trunk/content/team-list.html (original)
+++ websites/staging/marmotta/trunk/content/team-list.html Thu Feb 21 11:07:24 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Feb 20, 2013
+ | Generated by Apache Maven Doxia at Feb 21, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130220" />
+    <meta name="Date-Revision-yyyymmdd" content="20130221" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Marmotta - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -17,7 +17,13 @@
       
     <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
 
-    
+                          
+        
+<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
+                      
+        
+<script src="./js/marmotta.js" type="text/javascript"></script>
+          
             </head>
         <body class="topBarEnabled">
           
@@ -159,7 +165,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="publishDate">Last Published: 2013-02-20</li>
+                  <li id="publishDate">Last Published: 2013-02-21</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 3.0.0-incubating-SNAPSHOT</li>