-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (26 loc) · 2.12 KB
/
README
File metadata and controls
30 lines (26 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Purpose \\
————————————————————————————————————————————————————————————————————————————————
This is a repository for some xml stuff i use for cooking.
The idea is to use a xml-editor and a xml-schema-definition to write recipes
in a fast, comfortable and as possible human readable way.
// Goal \\
————————————————————————————————————————————————————————————————————————————————
Just put a sauerbraten.xml onto your server somewhere and everybody can look at
it, copy it, get a step by step manual, calculating different sizes, calories …
// ToDo \\
————————————————————————————————————————————————————————————————————————————————
• make experiments possible / substitutions
• give them a ID, history (for this feature i am looking for a person
trying this)
• implement threads and have a idea to view it
• implement ingredienst as extra xml files
• make <beschreibung> ignore order
// Files \\
————————————————————————————————————————————————————————————————————————————————
recipe.xsd
• XML schema file for simpler editing of recipes in xml-editing-mode
• this file is in heavy development
example-recipes/
• Directory where some recipes are stored for testing purpose
• at the moment these are all my recipes i write since this project started
————————————————————————————————————————————————————————————————————————————————