summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-05-17 23:39:47 +0200
committerxengineering <me@xengineering.eu>2024-05-17 23:39:47 +0200
commitbcea68531b147e35d9bee2f9700189c6c2d8efae (patch)
tree02aa09603b957b3afec0bec7207406762d517a76
parent180076a3c6b99b73e4676553a7431c51cde68a1f (diff)
downloadwebsite-bcea68531b147e35d9bee2f9700189c6c2d8efae.tar
website-bcea68531b147e35d9bee2f9700189c6c2d8efae.tar.zst
website-bcea68531b147e35d9bee2f9700189c6c2d8efae.zip
git: ceres: Update text after v0.4.0 release
-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