You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2012/02/16 08:54:55 UTC

svn commit: r805041 - in /websites/staging/stanbol/trunk: ./ content/stanbol/css/stanbol.css content/stanbol/docs/trunk/enhancer/index.html

Author: buildbot
Date: Thu Feb 16 07:54:55 2012
New Revision: 805041

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/   (props changed)
    websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
    websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html

Propchange: websites/staging/stanbol/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Feb 16 07:54:55 2012
@@ -1 +1 @@
-1244874
+1244878

Modified: websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css (original)
+++ websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css Thu Feb 16 07:54:55 2012
@@ -126,14 +126,27 @@ h1,h2,h3,h4,h5,h6 {
   color: #dcb27e;
 }
 
-pre {
-	white-space: pre-wrap; 
-	white-space: -moz-pre-wrap; 
-	white-space: -o-pre-wrap; 
-	background: #faf8f0; 
-	display: block; 
-	padding: 0.5em 1em; 
-	margin: 0.5em 1em; 
-	border: 1px solid #bebab0;
-	line-height: 133%;
+div.codehilite {
+    white-space: pre-wrap; 
+    white-space: -moz-pre-wrap; 
+    white-space: -o-pre-wrap; 
+    background: #faf8f0; 
+    display: block; 
+    padding: 0.5em 1em; 
+    margin: 0.5em 1em; 
+    border: 1px solid #bebab0;
+    line-height: 133%;
 }
+span.c1 {
+    color: #667f5b;
+}
+span.k {
+    color: #8e2b75;
+    font-weight:bold;
+}
+span.nd {
+    color: #646464;
+}
+span.s {
+    color: #1500ff;
+}
\ No newline at end of file

Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html (original)
+++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/enhancer/index.html Thu Feb 16 07:54:55 2012
@@ -168,8 +168,8 @@
 
 <p>By default the URI of the content item being enhanced is a local, non de-referencable URI automatically built out of a hash digest of the binary content. Sometimes it might be helpful to provide the URI of the content-item to be used in the enhancements RDF graph. This can be achieved by passing a URI request parameter as follows:</p>
 <div class="codehilite"><pre>curl -X POST -H <span class="s2">&quot;Accept: text/turtle&quot;</span> -H <span class="s2">&quot;Content-type: text/plain&quot;</span> <span class="se">\</span>
---data <span class="s2">&quot;John Smith was born in London.&quot;</span> <span class="se">\</span>
-<span class="s2">&quot;http://localhost:8080/engines?uri=urn:fise-example-content-item&quot;</span>
+    --data <span class="s2">&quot;John Smith was born in London.&quot;</span> <span class="se">\</span>
+    <span class="s2">&quot;http://localhost:8080/engines?uri=urn:fise-example-content-item&quot;</span>
 </pre></div>
   </div>