Author: buildbot
Date: Wed Sep 12 14:53:45 2012
New Revision: 831819
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 12 14:53:45 2012
@@ -1 +1 @@
-1383985
+1383987
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html
Wed Sep 12 14:53:45 2012
@@ -88,7 +88,8 @@
<h2 id="service-endpoints">Service Endpoints</h2>
<p>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.</p>
-<h3 id="how-to-create-a-recipe">How to create a recipe</h3>
+<h3 id="recipe-management">Recipe management</h3>
+<h4 id="how-to-create-a-recipe">How to create a recipe</h4>
<ul>
<li>Service: <strong>/rules/recipe/</strong></li>
<li>Method: PUT</li>
@@ -104,7 +105,7 @@ http://localhost:8080/rules/recipe/recip
</pre></div>
-<h3 id="how-to-add-rules-to-a-recipe">How to add rules to a recipe</h3>
+<h4 id="how-to-add-rules-to-a-recipe">How to add rules to a recipe</h4>
<ul>
<li>Service: <strong>/rules/recipe/</strong></li>
<li>Method: POST</li>
@@ -122,7 +123,7 @@ http://localhost:8080/rules/recipe/recip
</pre></div>
-<h3 id="how-to-get-a-recipe-or-a-recipe-from-the-store">How to get a recipe or
a recipe from the store</h3>
+<h4 id="how-to-get-a-recipe-or-a-recipe-from-the-store">How to get a recipe or
a recipe from the store</h4>
<ul>
<li>Service: <strong>/rules/recipe/</strong></li>
<li>Method: GET</li>