Skip to content

Commit 93e4044

Browse files
author
root
committed
2 parents 9358445 + 87f0a1e commit 93e4044

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
# NextCloud Cookbook
2+
13
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.
4+
5+
## F.A.Q.
6+
7+
#### "Could not load recipe" when trying to download recipes?
8+
A lot of websites are unfortunately not following the schema.org/Recipe standard, which makes their recipes impossible to read by this app.
9+
10+
#### A website using correct schema.org markup is not being read correctly
11+
The parser is far from perfect. If you can help out in any way, please [have a look at the parseRecipeHtml() method](https://github.com/mrzapp/nextcloud-cookbook/blob/master/lib/Service/RecipeService.php) and create a pull request with your changes.

0 commit comments

Comments
 (0)