diff --git a/README.md b/README.md index bd822d0..3d65d8c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ training. * A persistent undo/redo system that can store every change ever made to a dataset, including the ability to effectively revert to an earlier version at any time. +* A carefully-engineered Java API for manipulating datasets; the command-line + tools and user interface are thin shells over this API. * Datasets are backed by [SQLite](https://www.sqlite.org) for reliable, transactional updates, and a file format that is designed to endure for decades to come. diff --git a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml index 71d1d8a..8c9abfb 100644 --- a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml +++ b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml @@ -42,6 +42,10 @@ A persistent undo/redo system that can store every change ever made to a dataset, including the ability to effectively revert to an earlier version at any time. + + A carefully-engineered Java API for manipulating datasets; the command-line tools and user interface are thin + shells over this API. + Datasets are backed by SQLite for reliable, transactional updates, and a file format that is designed to endure for decades to come. diff --git a/src/site/resources/features.xml b/src/site/resources/features.xml index ab4785b..a085662 100644 --- a/src/site/resources/features.xml +++ b/src/site/resources/features.xml @@ -2,8 +2,27 @@