Author: anuzzolese
Date: Wed Sep 12 14:53:41 2012
New Revision: 1383987
URL: http://svn.apache.org/viewvc?rev=1383987&view=rev
Log:
Editing documentation for Rules.
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext?rev=1383987&r1=1383986&r2=1383987&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
Wed Sep 12 14:53:41 2012
@@ -5,7 +5,9 @@ Title: Rule Store
The Rule Store provides a RESTful API that allows to persistently manage rules
in Stanbol.
Rules organized into containers called recipes, which identify set of rules
that share the same business logic.
-### How to create a recipe
+### Recipe management
+
+#### How to create a recipe
* Service: __/rules/recipe/__
* Method: PUT
@@ -19,7 +21,7 @@ Example:
curl -G -X PUT -d description="A test recipe." \
http://localhost:8080/rules/recipe/recipeTestA
-### How to add rules to a recipe
+#### How to add rules to a recipe
* Service: __/rules/recipe/__
* Method: POST
@@ -36,7 +38,7 @@ Example:
http://localhost:8080/rules/recipe/recipeTestA
-### How to get a recipe or a recipe from the store
+#### How to get a recipe or a recipe from the store
* Service: __/rules/recipe/__
* Method: GET