summaryrefslogtreecommitdiff
path: root/content/git/ceres.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/git/ceres.md')
-rw-r--r--content/git/ceres.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/content/git/ceres.md b/content/git/ceres.md
index 55444d2..4cb4f91 100644
--- a/content/git/ceres.md
+++ b/content/git/ceres.md
@@ -2,19 +2,17 @@
"name":"ceres",
"friendly_name":"Ceres",
"description":"Recipe server for your favorite dishes",
- "state":"experimental"
+ "state":"active"
}
-Ceres is a recipe server for your home network. It stores recipes with the
-following fields in a database:
+Ceres is a recipe server for your home network. Recipes are stored in simple
+text files with a simple markup language.
-- recipe title
-- link to original recipe (optional)
-- recipe description in [Markdown][1]
-- a photo
+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.
-[1]: https://commonmark.org/
+[1]: https://cgit.xengineering.eu/ceres/tree/README.md