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/25 15:49:40 UTC

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

Author: buildbot
Date: Mon Feb 25 14:49:39 2013
New Revision: 851883

Log:
Staging update by buildbot for marmotta

Modified:
    websites/staging/marmotta/trunk/content/   (props changed)
    websites/staging/marmotta/trunk/content/client-library.html
    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/kiwi-triplestore.html
    websites/staging/marmotta/trunk/content/ldcache.html
    websites/staging/marmotta/trunk/content/ldclient.html
    websites/staging/marmotta/trunk/content/ldpath.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/sesame.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 Mon Feb 25 14:49:39 2013
@@ -1 +1 @@
-1449665
+1449728

Modified: websites/staging/marmotta/trunk/content/client-library.html
==============================================================================
--- websites/staging/marmotta/trunk/content/client-library.html (original)
+++ websites/staging/marmotta/trunk/content/client-library.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/configuration.html
==============================================================================
--- websites/staging/marmotta/trunk/content/configuration.html (original)
+++ websites/staging/marmotta/trunk/content/configuration.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -9,7 +9,7 @@ div.pull-left {
 
 div.pull-right {
     float: right;
-    margin: 1em auto 2em 2em;
+    margin: 1em auto 2em 4em;
 }
 
 div.clear {
@@ -106,8 +106,28 @@ hr {
 }
 
 footer {
-    font-size: 0.85em;
+    font-size: 0.90em;
     background-color: #d5d5d5;
     padding-top: 1em;
+    padding-bottom: 3em;
+}
+
+footer .row:after {
+    clear: left;
+}
+
+footer .row.span12 {
+    width: auto;
+}
+
+footer p {
+    width: 70%;
+    margin-top: 0;
+    margin-bottom: 0;
+    line-height: 1.1em;
+}
+
+footer p#poweredBy {
+    width: auto;
 }
 

Modified: websites/staging/marmotta/trunk/content/dependencies.html
==============================================================================
--- websites/staging/marmotta/trunk/content/dependencies.html (original)
+++ websites/staging/marmotta/trunk/content/dependencies.html Mon Feb 25 14:49:39 2013
@@ -235,8 +235,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="_104802110" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2121112144', '_104802110' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2121112144" 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="_
 618572356" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1971496603', '_618572356' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1971496603" 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="_547526259" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_710401292', '_547526259' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_710401292" 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="_1557558441" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_831890249', '_1557558441' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_831890249" 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="_1493041802" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_526476759', '_1493041802' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_526476759" 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="_1326104801" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_214114211', '_1326104801' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_214114211" 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/lic
 enses/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="_306405807" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1555978865', '_306405807' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1555978865" 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="_
 1025244318" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_276500039', '_1025244318' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_276500039" 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="_2033675655" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2114102329', '_2033675655' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2114102329" style="disp
 lay: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="_1298999282" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_323452821', '_1298999282' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_323452821" 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="_976484723" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1760635870', '_976484723' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1760635870" 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="_1230352185" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_937349248', '_1230352185' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_937349248" 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/lic
 enses/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>
 
@@ -251,21 +251,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -242,21 +242,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/development.html
==============================================================================
--- websites/staging/marmotta/trunk/content/development.html (original)
+++ websites/staging/marmotta/trunk/content/development.html Mon Feb 25 14:49:39 2013
@@ -356,21 +356,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/download.html
==============================================================================
--- websites/staging/marmotta/trunk/content/download.html (original)
+++ websites/staging/marmotta/trunk/content/download.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/index.html
==============================================================================
--- websites/staging/marmotta/trunk/content/index.html (original)
+++ websites/staging/marmotta/trunk/content/index.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/installation.html
==============================================================================
--- websites/staging/marmotta/trunk/content/installation.html (original)
+++ websites/staging/marmotta/trunk/content/installation.html Mon Feb 25 14:49:39 2013
@@ -300,21 +300,23 @@ mvn tomcat7:run
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/integration.html
==============================================================================
--- websites/staging/marmotta/trunk/content/integration.html (original)
+++ websites/staging/marmotta/trunk/content/integration.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/kiwi-triplestore.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi-triplestore.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi-triplestore.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/ldcache.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldcache.html (original)
+++ websites/staging/marmotta/trunk/content/ldcache.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/ldclient.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldclient.html (original)
+++ websites/staging/marmotta/trunk/content/ldclient.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/ldpath.html
==============================================================================
--- websites/staging/marmotta/trunk/content/ldpath.html (original)
+++ websites/staging/marmotta/trunk/content/ldpath.html Mon Feb 25 14:49:39 2013
@@ -262,21 +262,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/license.html
==============================================================================
--- websites/staging/marmotta/trunk/content/license.html (original)
+++ websites/staging/marmotta/trunk/content/license.html Mon Feb 25 14:49:39 2013
@@ -434,21 +434,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/plugins.html
==============================================================================
--- websites/staging/marmotta/trunk/content/plugins.html (original)
+++ websites/staging/marmotta/trunk/content/plugins.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/privacy.html
==============================================================================
--- websites/staging/marmotta/trunk/content/privacy.html (original)
+++ websites/staging/marmotta/trunk/content/privacy.html Mon Feb 25 14:49:39 2013
@@ -240,21 +240,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -222,7 +222,7 @@
 *****************************************************
 Summary
 -------
-Generated at: 2013-02-25T11:40:46+00:00
+Generated at: 2013-02-25T14:49:34+00:00
 Notes: 2
 Binaries: 2
 Archives: 0
@@ -677,7 +677,7 @@ div.pull-left {
 
 div.pull-right {
     float: right;
-    margin: 1em auto 2em 2em;
+    margin: 1em auto 2em 4em;
 }
 
 div.clear {
@@ -794,21 +794,23 @@ ACKNOWLEDGMENTS
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

Modified: websites/staging/marmotta/trunk/content/sesame.html
==============================================================================
--- websites/staging/marmotta/trunk/content/sesame.html (original)
+++ websites/staging/marmotta/trunk/content/sesame.html Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -233,21 +233,23 @@
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>

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 Mon Feb 25 14:49:39 2013
@@ -248,21 +248,23 @@ window.onLoad = init();
       </a>
               </p>
         
-        <div class="row span12">Copyright &copy;                    2012-2013
+        <p>
+            Copyright &copy;                    2012-2013
                         <a href="http://www.apache.org">The Apache Software Foundation</a>.
             All Rights Reserved.      
             
-      </div>
+              </p>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<p>
-  <span>
-    <a href="http://www.newmedialab.at">Salzburg NewMediaLab</a>
-    <br/>
-    <br/>
-  </span>
-</p>
-                  
+                    <?xml version="1.0" encoding="UTF-8"?>
+<footer>
+  <p>The Apache Marmotta project was initiated by the Salzburg NewMediaLab,
+                a K-Project in the Austrian COMET programme. Some people who are working 
+                on the project are part-funded by SNML.</p>
+  <p>Licensed under the Apache License, Version 2.0.</p>
+  <p>Apache, Marmotta and the Apache feather and Marmotta logos are trademarks 
+                of The Apache Software Foundation.</p>
+</footer>
+        
                 </div>
     </footer>
   </body>