summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-05-04 17:03:08 +0200
committerxengineering <me@xengineering.eu>2023-05-04 17:03:08 +0200
commita092e63860c0878e86bb54831e0d58312d41bfcc (patch)
treeffab47a721665fb7603db74939d619a0cf498453
parent83b5cc4b64b955276c4a59db26c266a2e02e431b (diff)
downloadwebsite-a092e63860c0878e86bb54831e0d58312d41bfcc.tar
website-a092e63860c0878e86bb54831e0d58312d41bfcc.tar.zst
website-a092e63860c0878e86bb54831e0d58312d41bfcc.zip
Update git/ceres
-rw-r--r--content/git/ceres.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/git/ceres.md b/content/git/ceres.md
index 4cb4f91..43ef0c6 100644
--- a/content/git/ceres.md
+++ b/content/git/ceres.md
@@ -6,13 +6,13 @@
}
Ceres is a recipe server for your home network. Recipes are stored in simple
-text files with a simple markup language.
+[JSON][2] files which are editable via the browser.
The server is easy to install and very portable. See the [README][1] of the Git
repository for details.
-A future version of Ceres should allow to model the recipes in a formal way
-instead of free text. This allows features like generated grocery lists or
-automatic calculation of nutritional values.
+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