summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-08-05 17:06:22 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-08-05 17:06:22 +0200
commitba79c95627a0a650721d73cddaf43be6a89bc6c6 (patch)
treedae272b1060652f6ce5185313e59cba5a6a2789e /docs
parent15ae1a931e51f96b644c7003d6420bbddffbc2e1 (diff)
parentc2885894c06e15a5be0b6a00edd8e0de7746b4a9 (diff)
Merge branch 'master' into tellico
Diffstat (limited to 'docs')
-rw-r--r--docs/promises.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/promises.rst b/docs/promises.rst
new file mode 100644
index 0000000..92ab5aa
--- /dev/null
+++ b/docs/promises.rst
@@ -0,0 +1,35 @@
+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.