🍲 A library for all your recipes
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Maxime d1b12c6ccf Interface overhaul 2020-01-26 19:27:58 +01:00
appinfo Interface overhaul 2020-01-26 19:27:58 +01:00
css Interface overhaul 2020-01-26 19:27:58 +01:00
img Interface overhaul 2020-01-26 19:27:58 +01:00
js Interface overhaul 2020-01-26 19:27:58 +01:00
l10n Fixes #132 2020-01-02 12:17:43 +00:00
lib Interface overhaul 2020-01-26 19:27:58 +01:00
templates Interface overhaul 2020-01-26 19:27:58 +01:00
tests Fixes #132 2020-01-02 12:17:43 +00:00
translationfiles Merge branch 'develop' of https://github.com/mrzapp/nextcloud-cookbook into develop 2020-01-02 12:18:02 +00:00
.gitignore Fixes #132 2020-01-02 12:17:43 +00:00
.travis.yml Fixes #132 2020-01-02 12:17:43 +00:00
COPYING Fixes #132 2020-01-02 12:17:43 +00:00
Makefile Fixes #132 2020-01-02 12:17:43 +00:00
README.md Fixes #132 2020-01-02 12:17:43 +00:00
composer.json Fixes #132 2020-01-02 12:17:43 +00:00
draft-release.sh Changed release script cert location 2019-12-05 16:20:21 +01:00
phpunit.integration.xml Fixes #132 2020-01-02 12:17:43 +00:00
phpunit.xml Fixes #132 2020-01-02 12:17:43 +00:00
update-pot.sh Tidy up temp file in script 2019-09-04 19:42:08 +02:00

README.md

NextCloud Cookbook

A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.

Join the discussion

F.A.Q.

I can't see my recipes

They probably haven't been indexed. Try clicking the Settings > Rescan library button.

"Could not load recipe" when trying to download recipes?

A lot of websites are unfortunately not following the schema.org/Recipe standard, which makes their recipes impossible to read by this app.

A website using correct schema.org markup is not being read correctly

The parser is far from perfect. If you can help out in any way, please have a look at the parseRecipeHtml() method and create a pull request with your changes.

All of the text is in English?

If your language hasn't been added yet, your can help out by following these instructions