loicvh / nextcloud-cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:PHP 70.0%Language:JavaScript 14.7%Language:CSS 7.5%Language:Makefile 6.0%Language:Shell 1.8%