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

svn commit: r1362016 - in /incubator/stanbol/site/trunk/content/stanbol/docs/trunk: ./ cmsadapter/ components/ components/cmsadapter/ components/contenthub/ components/enhancer/ components/entityhub/ components/factstore/ components/ontologymanager/ co...

Author: fchrist
Date: Mon Jul 16 13:02:29 2012
New Revision: 1362016

URL: http://svn.apache.org/viewvc?rev=1362016&view=rev
Log:
STANBOL-692 refactoring in SVN to move components docs in subdir components

Added:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/cmsadapter/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/contenthub/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/enhancer/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/entityhub/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/factstore/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/index.mdtext
      - copied unchanged from r1362011, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/ontologymanager/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/reasoner/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/reasoner/index.mdtext
      - copied unchanged from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/
      - copied from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/index.mdtext
      - copied unchanged from r1361984, incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules.mdtext
Removed:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/cmsadapter/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/contenthub/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/factstore/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules/
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/rules.mdtext
Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext?rev=1362016&r1=1362015&r2=1362016&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/index.mdtext Mon Jul 16 13:02:29 2012
@@ -7,15 +7,15 @@ This documentation of Apache Stanbol tar
 	* [Making use of Apache Stanbol Enhancements](enhancementusage.html)
 	* [Working with Custom Vocabularies](customvocabulary.html)
 	* [Working with Multiple Languages](multilingual.html)
-* [Component Overview](components.html)
-	* [Enhancer](enhancer) and [Enhancement Engines](enhancer/engines)
-	* [Entityhub](entityhub/)
-	* [Contenthub](contenthub/)
-	* [Ontology Manager](ontologymanager/)
-	* [Rules](rules.html)
-	* [Reasoners](reasoners.html)
-	* [CMS Adapter](cmsadapter/)
-	* [FactStore](factstore/)
+* [Components](components/)
+	* [Enhancer](components/enhancer/) and [Enhancement Engines](components/enhancer/engines/)
+	* [Entityhub](components/entityhub/)
+	* [Contenthub](components/contenthub/)
+	* [Ontology Manager](components/ontologymanager/)
+	* [Rules](components/rules/)
+	* [Reasoners](components/reasoner/)
+	* [CMS Adapter](components/cmsadapter/)
+	* [FactStore](components/factstore/)
 * [Tools and Utilities](utils/)
 	* [Enhancer Stress Test Tool](utils/enhancerstresstest) - allows to send concurrent requests to the Stanbol Enhancer for Performace/Stress testing of the Stanbol Enhancer, Chains and Enhancement Engines.
 	* [Commons Solr](utils/commons-solr) - as [Apache Solr](http://lucene.apache.org/solr/) is used by several Apache Stanbol components Apache Stanbol provides utilities that ease the use of Solr within OSGi; support the initialization of SolrCores with predefined configurations and data; allows to publish the Solr RESTful API on the Stanbol Web UI.