Author: suat
Date: Thu Feb  9 15:44:33 2012
New Revision: 804353

Log:
Publishing latest documentations of CMS Adapter

Added:
    websites/production/stanbol/content/stanbol/docs/trunk/cmsadapter/
      - copied from r804352, 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/cmsadapter/
    
websites/production/stanbol/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.html
      - copied unchanged from r804352, 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/cmsadapter/cmsadapter5min.html
    websites/production/stanbol/content/stanbol/docs/trunk/cmsadapter/index.html
      - copied unchanged from r804352, 
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/cmsadapter/index.html
Modified:
    websites/production/stanbol/   (props changed)
    websites/production/stanbol/content/stanbol/docs/trunk/components.html
    
websites/production/stanbol/content/stanbol/docs/trunk/contenthub/contenthub5min.html

Propchange: websites/production/stanbol/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb  9 15:44:33 2012
@@ -1 +1 @@
-/websites/staging/stanbol/trunk:779452-804093
+/websites/staging/stanbol/trunk:779452-804352

Modified: websites/production/stanbol/content/stanbol/docs/trunk/components.html
==============================================================================
--- websites/production/stanbol/content/stanbol/docs/trunk/components.html 
(original)
+++ websites/production/stanbol/content/stanbol/docs/trunk/components.html Thu 
Feb  9 15:44:33 2012
@@ -84,7 +84,7 @@
 <p>The <a href="ontologymanager.html">Ontology Manager</a> is the facility 
that manages your ontologies. Ontologies are used to define the knowledge 
models that describe the metadata of content. Additionally, the semantics of 
your metadata can be defined through an ontology.</p>
 </li>
 <li>
-<p>The <a href="cmsadapter.html">CMS Adapter</a> CMS Adapter component acts as 
a bridge between JCR/CMIS compliant content management systems and the Apache 
Stanbol.  It can be used to map existing node structures from JCR/CMIS content 
repositories to RDF models or vica versa. It also provides services for the 
management of content repository items as <a 
href="enhancer/contentitem.html">Content Item</a>s within Contenthub.</p>
+<p>The <a href="cmsadapter/">CMS Adapter</a> CMS Adapter component acts as a 
bridge between JCR/CMIS compliant content management systems and the Apache 
Stanbol.  It can be used to map existing node structures from JCR/CMIS content 
repositories to RDF models or vica versa. It also provides services for the 
management of content repository items as <a 
href="enhancer/contentitem.html">Content Item</a>s within Contenthub.</p>
 </li>
 <li>
 <p>The <a href="entityhub.html">Entityhub</a> is the component, which lets you 
cache and manage local indexes of repositories such as dbpedia but also custom 
data (e.g. product descriptions, contact data, specialized topic thesauri).</p>

Modified: 
websites/production/stanbol/content/stanbol/docs/trunk/contenthub/contenthub5min.html
==============================================================================
--- 
websites/production/stanbol/content/stanbol/docs/trunk/contenthub/contenthub5min.html
 (original)
+++ 
websites/production/stanbol/content/stanbol/docs/trunk/contenthub/contenthub5min.html
 Thu Feb  9 15:44:33 2012
@@ -102,12 +102,12 @@
 
 
 <p>LDPath related management is performed through SemanticIndexManager of 
Contenthub. To take advantage of semantic indexes while storing content items, 
you need to specify the name of the index in the path of the url while 
submitting the document. Default index for contenthub is named as "contenthub". 
Hence, following command submits document to the default index:</p>
-<div class="codehilite"><pre><span class="n">curl</span> <span 
class="o">-</span><span class="n">i</span> <span class="o">-</span><span 
class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span 
class="n">H</span> <span 
class="s">&quot;Content-Type:application/x-www-form-urlencoded&quot;</span> 
<span class="o">-</span><span class="n">d</span> <span 
class="s">&quot;title=about me&amp;content=I live in 
Istanbul.&amp;&quot;</span> <span class="n">http:</span><span 
class="sr">//</span><span class="n">localhost:8080</span><span 
class="sr">/contenthub/co</span><span class="n">ntenthub</span><span 
class="o">/</span><span class="n">store</span>
+<div class="codehilite"><pre><span class="n">curl</span> <span 
class="o">-</span><span class="n">i</span> <span class="o">-</span><span 
class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span 
class="n">H</span> <span 
class="s">&quot;Content-Type:application/x-www-form-urlencoded&quot;</span> 
<span class="o">-</span><span class="n">d</span> <span 
class="s">&quot;title=about me&amp;content=I live in Istanbul.&quot;</span> 
<span class="n">http:</span><span class="sr">//</span><span 
class="n">localhost:8080</span><span class="sr">/contenthub/co</span><span 
class="n">ntenthub</span><span class="o">/</span><span class="n">store</span>
 </pre></div>
 
 
 <p>Following command will store the content item into Solr core names with 
"myindex". Therefore, the indexing will be performed through the field 
properties indicated with the LDPath program named with "myindex".</p>
-<div class="codehilite"><pre><span class="n">curl</span> <span 
class="o">-</span><span class="n">i</span> <span class="o">-</span><span 
class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span 
class="n">H</span> <span 
class="s">&quot;Content-Type:application/x-www-form-urlencoded&quot;</span> 
<span class="o">-</span><span class="n">d</span> <span 
class="s">&quot;title=about me&amp;content=I live in 
Istanbul.&amp;&quot;</span> <span class="n">http:</span><span 
class="sr">//</span><span class="n">localhost:8080</span><span 
class="sr">/contenthub/m</span><span class="n">yindex</span><span 
class="o">/</span><span class="n">store</span>
+<div class="codehilite"><pre><span class="n">curl</span> <span 
class="o">-</span><span class="n">i</span> <span class="o">-</span><span 
class="n">X</span> <span class="n">POST</span> <span class="o">-</span><span 
class="n">H</span> <span 
class="s">&quot;Content-Type:application/x-www-form-urlencoded&quot;</span> 
<span class="o">-</span><span class="n">d</span> <span 
class="s">&quot;title=about me&amp;content=I live in Istanbul.&quot;</span> 
<span class="n">http:</span><span class="sr">//</span><span 
class="n">localhost:8080</span><span class="sr">/contenthub/m</span><span 
class="n">yindex</span><span class="o">/</span><span class="n">store</span>
 </pre></div>
 
 


Reply via email to