summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-13 14:33:55 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-13 14:33:55 +0200
commit875464279c26bafbdb6234e3bb019107f52f0c73 (patch)
tree666f80d06dd49fd5248368734819c6e944d9d422
parent48c9bf883f4a596b5eb86f0d030e3488553cc8f7 (diff)
downloadobnam2-875464279c26bafbdb6234e3bb019107f52f0c73.tar.gz
doc: tighten up language in the introduction
-rw-r--r--obnam.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/obnam.md b/obnam.md
index 8f3f1b3..4a569b6 100644
--- a/obnam.md
+++ b/obnam.md
@@ -1,6 +1,6 @@
# Introduction
-Obnam2 is a project to develop a backup system.
+Obnam2 is a backup system.
In 2004 I started a project to develop a backup program for myself,
which in 2006 I named Obnam. In 2017 I retired the project, because it
@@ -12,14 +12,14 @@ In 2020, with Obnam2 I'm starting over from scratch. The new software
is not, and will not become, compatible with Obnam1 in any way. I aim
the new software to be more reliable and faster than Obnam1, without
sacrificing security or ease of use, while being maintainable in the
-long run.
+long run. I also intend to have fun while developing the new software.
Part of that maintainability is going to be achieved by using Rust as
the programming language (strong, static type system) rather than
Python (dynamic, comparatively weak type system). Another part is more
strongly aiming for simplicity and elegance. Obnam1 used an elegant,
-but not very simple copy-on-write B-tree structure; Obnam2 will at
-least initially use [SQLite][].
+but not very simple copy-on-write B-tree structure; Obnam2 will use
+[SQLite][].
[SQLite]: https://sqlite.org/index.html