🍲 A library for all your recipes
Перейти к файлу
Daniel Röhrig 3c3d4e60bb A recipe not found should result in a 404 2019-10-03 21:09:44 +02:00
appinfo Change the get/delete single recipe method to use HTTP methods 2019-09-22 21:55:06 +02:00
css Automatic library updates 2019-09-11 10:32:49 +02:00
img Screenshots 2019-07-12 08:52:46 +02:00
js Change the get/delete single recipe method to use HTTP methods 2019-09-22 21:55:06 +02:00
lib A recipe not found should result in a 404 2019-10-03 21:09:44 +02:00
templates Automatic library updates 2019-09-11 10:32:49 +02:00
tests NC app 2019-03-11 03:04:20 +01:00
translationfiles Update the translations to the current state of code and added some documentation 2019-09-04 19:21:51 +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 Update README.md 2019-09-10 23:56:53 +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