summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/git/ceres.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/git/ceres.md b/content/git/ceres.md
index 43ef0c6..0b63657 100644
--- a/content/git/ceres.md
+++ b/content/git/ceres.md
@@ -5,8 +5,8 @@
"state":"active"
}
-Ceres is a recipe server for your home network. Recipes are stored in simple
-[JSON][2] files which are editable via the browser.
+Ceres is a recipe server for home networks. The recipes are stored in a SQLite3
+database and editable via a mobile-friendly web form.
The server is easy to install and very portable. See the [README][1] of the Git
repository for details.
@@ -15,4 +15,3 @@ Future versions might implement features like scaling of recipe ingredients,
automated generation of shopping lists or calculation of nutritional values.
[1]: https://cgit.xengineering.eu/ceres/tree/README.md
-[2]: https://www.json.org/json-en.html