Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/datastore/README
diff options
context:
space:
mode:
Diffstat (limited to 'datastore/README')
-rw-r--r--datastore/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/datastore/README b/datastore/README
new file mode 100644
index 0000000..b29cebb
--- /dev/null
+++ b/datastore/README
@@ -0,0 +1,41 @@
+About
+=====
+
+Provides activities with a way to store data and metadata and the journal
+with means for querying, including full text search.
+
+
+Resources
+=========
+
+Code Repository
+ http://git.sugarlabs.org/projects/sugar-datastore/
+
+Bug Tracking
+ http://dev.sugarlabs.org/
+
+Home Page
+ http://wiki.sugarlabs.org/
+
+
+Storage format history
+======================
+
+0 0.82.x
+ Initial format
+
+1 0.84.x
+ Refactoring, start using indexes
+
+2 0.86.0, 0.86.1
+ Add sorting by title and mtime
+
+3 not-mainstream
+ test versioning support
+
+4 0.86.2, 0.88.x
+ version bump to force index rebuild that may have been missed during the
+ migration to version 2 (SL#1787)
+
+5 not-mainstream
+ test versioning support (version bump for SL#1787)