🍲 A library for all your recipes
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Timvde a1b3a0cdde Parse totalTime as input field 2019-10-24 11:31:57 +02:00
appinfo Fixes #77 2019-10-15 23:38:21 +02:00
css CSS changes for NC17 2019-10-07 15:30:43 +02:00
img Screenshots 2019-07-12 08:52:46 +02:00
js Differentiate between a recipe update and a recipe creation 2019-10-08 22:16:08 +02:00
l10n Updated translation files to be up-to-date with source code 2019-10-15 13:04:52 +02:00
lib Parse totalTime as input field 2019-10-24 11:31:57 +02:00
templates Parse totalTime as input field 2019-10-24 11:31:57 +02:00
tests NC app 2019-03-11 03:04:20 +01:00
translationfiles new strings translated to French 2019-10-19 15:15:47 +02:00
.gitignore Added l10n to build script 2019-08-09 08:38:04 +02:00
.travis.yml NC app 2019-03-11 03:04:20 +01:00
COPYING NC app 2019-03-11 03:04:20 +01:00
Makefile NC app 2019-03-11 03:04:20 +01:00
README.md Removing any reference to the master branch in documentations' links 2019-10-11 09:30:27 +02:00
composer.json NC app 2019-03-11 03:04:20 +01:00
draft-release.sh Added internationalization code in release script 2019-09-03 20:06:09 +02:00
phpunit.integration.xml NC app 2019-03-11 03:04:20 +01:00
phpunit.xml NC app 2019-03-11 03:04:20 +01: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.

Upgrading to v0.4.x

Since the database tables are now user specific, you have to rescan the library (Settings > Rescan library) for every user to see your recipes again.

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