From ed2c370a2d09f1728bf190ab958b053e0f24db35 Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@tiolive.com>
Date: Thu, 6 Feb 2014 17:11:00 +0100
Subject: [PATCH] searchableencryption added to documentation

---
 docs/available_storages.rst | 15 +++++++++++++++
 docs/getting_started.rst    |  1 +
 2 files changed, 16 insertions(+)

diff --git a/docs/available_storages.rst b/docs/available_storages.rst
index af25af5..3906f38 100644
--- a/docs/available_storages.rst
+++ b/docs/available_storages.rst
@@ -107,6 +107,21 @@ XWikiStorage
 
 Work is in progress.
 
+Searchable Encryption Storage
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Comes with a specific server with can query encrypted documents.
+
+Work is in progress. Documentation comming soon.
+
+.. code-block:: javascript
+
+  {
+    "type": "searchableencryption",
+    "password": "your password",
+    "url": "http://your/url"
+  }
+
 Handlers
 --------
 
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 2cfe531..5afc0e5 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -127,6 +127,7 @@ Storage connectors
 
 * localstorage.js
 * davstorage.js
+* searchableencryptionstorage.js (depends on sjcl) (WIP)
 * s3storage.js (depends on sha1, jQuery) (WIP)
 * xwikistorage.js (depends on jQuery) (WIP)
 * erp5storage.js (depends on jQuery) (WIP)
-- 
2.30.9