summaryrefslogtreecommitdiff
path: root/data/storage
AgeCommit message (Collapse)Author
2023-04-22Convert tabs to four spaces in example recipesxengineering
Using spaces removes the need to care about the tabwidth of different browsers.
2023-04-22Convert example recipes to JSONxengineering
2023-04-12Update example recipesxengineering
This shows some more markup features / edge cases.
2023-04-02Switch from MariaDB to filesxengineering
Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler.
2023-04-02Add example recipe data filesxengineering
This prepares the switch to a file-based store of recipe data replacing MariaDB.
2023-03-31Remove image functionalityxengineering
Recipe images are currently complicated to implement and have little use. Probably they will not be covered in the next release.
2022-11-11Ensure that storage folder exists for debuggingxengineering
A not existing data/storage folder could break the program with the debug.json config file used. The .gitkeep file which is introduced with this commit ensures that the folder exists.