summaryrefslogtreecommitdiff
path: root/docs/source/promises.rst
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-01 23:04:58 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-01 23:04:58 +0200
commit8453c268f55ef7cfbc2fe6a6bc5c8ca7a67c8880 (patch)
tree2d4e0a4da734ee86cc546a92c383578ff59c8a3e /docs/source/promises.rst
parentd120ee47de7d3c02a8420e3a615c6269f88def9c (diff)
Moved misc docs to sphinx
Diffstat (limited to 'docs/source/promises.rst')
-rw-r--r--docs/source/promises.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/source/promises.rst b/docs/source/promises.rst
new file mode 100644
index 0000000..6a3b04e
--- /dev/null
+++ b/docs/source/promises.rst
@@ -0,0 +1,36 @@
+********
+Promises
+********
+
+Semantic versioning
+===================
+
+This project uses semver_.
+
+.. _semver: http://semver.org/
+
+Collection format stability
+===========================
+
+Future versions of lesana will be able to read collections written by
+older versions.
+
+Older versions in the same mayor release will also be able to work
+concurrently on the same repository.
+
+If in the future a change of formats will be required, conversions
+scripts will be written in a way that will make them as stable as
+possibile, and will have enought test data to keep them maintained for
+the time being.
+
+Disposable cache
+================
+
+Contrary to the yaml files, the xapian cache is considered disposable:
+from time to time there may be a need to delete the cache and reindex
+everything, either because of an upgrade or to perform repository
+mainteinance.
+
+Of course, effort will be made to reduce the need for this so that it
+only happens sporadically, but it will probably never completely
+disappear.