You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/02/27 14:40:51 UTC

git commit: MARMOTTA-101: fixed some references to "at.newmedialab"

Updated Branches:
  refs/heads/master 2387b9e16 -> 56b89810e


MARMOTTA-101: fixed some references to "at.newmedialab"


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/56b89810
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/56b89810
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/56b89810

Branch: refs/heads/master
Commit: 56b89810eaa9b2aa9456b814c09bd2365824eaeb
Parents: 2387b9e
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Feb 27 14:38:43 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Feb 27 14:40:21 2013 +0100

----------------------------------------------------------------------
 .../marmotta-webapp/src/main/resources/logback.xml |   14 -------
 .../src/main/resources/logback-template.xml        |   29 +--------------
 .../src/test/resources/logback-testing.xml         |   11 +-----
 .../marmotta-core/src/test/resources/logback.xml   |   15 --------
 .../src/main/resources/web/admin/about.html        |    9 ++---
 5 files changed, 6 insertions(+), 72 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/56b89810/launchers/marmotta-webapp/src/main/resources/logback.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/src/main/resources/logback.xml b/launchers/marmotta-webapp/src/main/resources/logback.xml
index dc6861c..cf40c3a 100644
--- a/launchers/marmotta-webapp/src/main/resources/logback.xml
+++ b/launchers/marmotta-webapp/src/main/resources/logback.xml
@@ -31,20 +31,6 @@
 
     <logger name="org.apache.marmotta.platform.reasoner" level="INFO" />
 
-	<logger name="at.newmedialab.sn" level="TRACE" />
-    
-    <logger name="kiwi.social" level="TRACE" />
-
-    <logger name="org.hibernate" level="WARN" />
-    <!--
-    <logger name="org.hibernate.SQL" level="DEBUG" />
-    <logger name="org.hibernate.pretty" level="DEBUG" />
-    -->
-
-    <logger name="org.apache.solr" level="WARN" />
-
-    <logger name="org.quartz" level="WARN" />
-
     <root level="info">
         <appender-ref ref="STDOUT" />
     </root>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/56b89810/platform/marmotta-core/src/main/resources/logback-template.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/logback-template.xml b/platform/marmotta-core/src/main/resources/logback-template.xml
index c1da08c..3ae9986 100644
--- a/platform/marmotta-core/src/main/resources/logback-template.xml
+++ b/platform/marmotta-core/src/main/resources/logback-template.xml
@@ -84,14 +84,6 @@
         </then>
     </if>
 
-    <!-- a logger for logging search requests, keep all messages forever -->
-    <appender name="search" class="ch.qos.logback.core.FileAppender">
-        <file>${MARMOTTA_HOME}/log/marmotta-search.log</file>
-        <encoder>
-            <pattern>%d{HH:mm:ss.SSS} - %msg%n</pattern>
-        </encoder>
-    </appender>
-
     <!-- Separate Log File for Stanbol -->
     <appender name="stanbol" class="ch.qos.logback.core.rolling.RollingFileAppender">
         <file>${MARMOTTA_HOME}/log/marmotta-stanbol.log</file>
@@ -135,28 +127,9 @@
     </appender>
 
 
-    <!-- log all search messages only to the search log -->
-    <logger name="search" level="INFO" additivity="false">
-        <appender-ref ref="search" />
-    </logger>
-
 
     <logger name="org.apache.marmotta" level="INFO" />
 
-    <logger name="at.newmedialab" level="INFO" />
-
-    <logger name="org.hibernate.cache" level="ERROR" />
-    <logger name="org.hibernate" level="WARN" />
-
-    <!--
-    <logger name="org.hibernate.SQL" level="DEBUG" />
-    <logger name="org.hibernate.pretty" level="DEBUG" />
-    -->
-
-    <logger name="org.apache.solr" level="WARN" />
-
-    <logger name="org.quartz" level="WARN" />
-
     <logger name="org.apache.stanbol" level="INFO" additivity="false">
         <appender-ref ref="stanbol" />
     </logger>
@@ -171,4 +144,4 @@
         <appender-ref ref="STDOUT" />
         <appender-ref ref="main" />
     </root>
-</configuration>
\ No newline at end of file
+</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/56b89810/platform/marmotta-core/src/test/resources/logback-testing.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/test/resources/logback-testing.xml b/platform/marmotta-core/src/test/resources/logback-testing.xml
index 4546bdf..9f039b0 100644
--- a/platform/marmotta-core/src/test/resources/logback-testing.xml
+++ b/platform/marmotta-core/src/test/resources/logback-testing.xml
@@ -38,16 +38,7 @@
         </encoder>
     </appender>
 
-
-    <logger name="kiwi" level="INFO" />
-    <logger name="at.newmedialab" level="INFO" />
-    <logger name="org.hibernate.cache" level="ERROR" />
-    <logger name="org.hibernate" level="WARN" />
-    <logger name="org.apache.solr" level="WARN" />
-
-    <logger name="org.quartz" level="WARN" />
-
     <root level="debug">
         <appender-ref ref="STDOUT" />
     </root>
-</configuration>
\ No newline at end of file
+</configuration>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/56b89810/platform/marmotta-core/src/test/resources/logback.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/test/resources/logback.xml b/platform/marmotta-core/src/test/resources/logback.xml
index 9bd432a..f7e6fde 100644
--- a/platform/marmotta-core/src/test/resources/logback.xml
+++ b/platform/marmotta-core/src/test/resources/logback.xml
@@ -27,23 +27,8 @@
     </appender>
 
     <logger name="org.apache.marmotta.platform.core" level="INFO" />
-
     <logger name="org.apache.marmotta.platform.reasoner" level="INFO" />
 
-	<logger name="at.newmedialab.sn" level="TRACE" />
-    
-    <logger name="kiwi.social" level="TRACE" />
-
-    <logger name="org.hibernate" level="WARN" />
-    <!--
-    <logger name="org.hibernate.SQL" level="DEBUG" />
-    <logger name="org.hibernate.pretty" level="DEBUG" />
-    -->
-
-    <logger name="org.apache.solr" level="WARN" />
-
-    <logger name="org.quartz" level="WARN" />
-
     <root level="info">
         <appender-ref ref="STDOUT" />
     </root>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/56b89810/platform/marmotta-ldpath/src/main/resources/web/admin/about.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-ldpath/src/main/resources/web/admin/about.html b/platform/marmotta-ldpath/src/main/resources/web/admin/about.html
index be68d09..fcbfa69 100644
--- a/platform/marmotta-ldpath/src/main/resources/web/admin/about.html
+++ b/platform/marmotta-ldpath/src/main/resources/web/admin/about.html
@@ -23,7 +23,6 @@
 </head>
 <body>
 <!--###BEGIN_CONTENT###-->
- <!-- Copy from http://code.google.com/p/kiwi/wiki/Reasoning  --->
  <h1><a id="Introduction"></a>Introduction<a class="section_anchor" href="#Introduction"></a></h1>
 <p>
     LD Path is a simple path-based query language similar to XPath or SPARQL Property Paths that is particularly well-suited for querying and retrieving resources from the Linked Data Cloud by following RDF links between resources and servers. For example, the following path query would select the names of all friends of the context resource:
@@ -33,11 +32,11 @@
     foaf:knows / foaf:name :: xsd:string
     </pre>
 <p>
-    The complete LDPath documentation can be found at the <a href="http://code.google.com/p/ldpath/wiki/PathLanguage">LDPath project site</a>.
+    The complete LDPath documentation can be found at the <a href="http://wiki.apache.org/marmotta/LDPath">LDPath project site</a>.
 </p>
 <h1><a id="Services"></a>LDPath Web Services<a class="section_anchor" href="#Services"></a></h1>
 <p>
-    Inside the LMF, the LDPath language is available to other components through the LDPathService (<a href="http://doc.lmf.googlecode.com/hg/api/at/newmedialab/lmf/ldpath/api/LDPathService.html">API Documentation</a>) as well as through an
+    Inside the LMF, the LDPath language is available to other components through the LDPathService as well as through an
     easy-to-use webservice. Using the web service you can either evaluate a single LDPath selection as in:
 </p>
 <pre>
@@ -45,8 +44,8 @@
 </pre>
 <p>
     where &lt;context-resource&gt; is the URI of the resource where the path selection starts, and /path/selection is a path selector as described in
-    <a href="http://code.google.com/p/ldpath/wiki/PathLanguage#Path_Selectors">the LDPath documentation</a>. Result is a RDF/JSON formatted list of nodes.
-    Alternatively, you can evaluate a complete LDPath Program (see <a href="http://code.google.com/p/ldpath/wiki/PathLanguage#FOAF">the FOAF example</a> by 
+    <a href="http://wiki.apache.org/marmotta/LDPath#Path_Selectors">the LDPath documentation</a>. Result is a RDF/JSON formatted list of nodes.
+    Alternatively, you can evaluate a complete LDPath Program (see <a href="http://wiki.apache.org/marmotta/LDPath#FOAF">the FOAF example</a> by 
     calling the following webservice:
 </p>
 <pre>