🍲 A library for all your recipes
Перейти к файлу
Christian Wolf c0aaf99348
Make code coverage informational
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-04-27 11:31:49 +02:00
.github Bump to version 0.8.4 2021-03-08 10:39:14 +00:00
.tx Added configuration for transifex 2020-03-17 13:43:34 +01:00
appinfo Bump to version 0.8.4 2021-03-08 10:39:14 +00:00
docs Corrected keywords for deployment 2021-02-14 14:24:28 +01:00
img Creating 256x256 thumbnail and 16x16 preview thumbnail instead of 128x128 thumbnail for recipes 2020-12-21 10:27:47 +01:00
l10n [tx-robot] updated from transifex 2021-04-26 02:33:18 +00:00
lib Rename indices to make them distict in Postgres and Sqlite as well. 2021-04-27 11:08:48 +02:00
src Showing recipe-ref popup in input groups on # (keyboard-layout independent) 2021-04-06 16:42:12 +02:00
templates Catch guest account without correct setting at loading of page 2021-02-14 13:22:02 +01:00
tests Corrected styling in PHP files 2021-04-25 17:53:46 +02:00
translationfiles Removed translations from repo 2020-03-20 08:24:30 +01:00
.codecov.yml Make code coverage informational 2021-04-27 11:31:49 +02:00
.eslintignore Creating basic structure 2021-02-15 11:41:42 +01:00
.eslintrc.yml Updated eslint configuration 2021-02-26 17:29:54 +01:00
.gitignore Added php-cs-fixer to composer toolchain 2020-11-17 16:59:12 +01:00
.php_cs.dist Do not only filter but exclude paths from search 2021-02-27 15:48:04 +01:00
.prettierignore Creating basic structure 2021-02-15 11:41:42 +01:00
.prettierrc.json Creating basic structure 2021-02-15 11:41:42 +01:00
.stylelintrc.yml Manually corrected some styles from stylelint 2021-02-23 16:41:12 +01:00
CHANGELOG.md Update changelog 2021-04-27 10:55:18 +02:00
COPYING Fixes #132 2020-01-02 12:17:43 +00:00
DEVELOPMENT.md Added a few comments where to find the DevOps settings. 2020-11-15 12:52:57 +01:00
LICENSE Add license file 2020-03-28 17:40:52 -04:00
Makefile Added deprectaion notice to Makefile 2021-02-07 15:27:05 +01:00
README.md Corrected path to Android app on github 2021-01-15 23:03:51 +01:00
composer.json Avoid linting npm modules 2021-04-27 11:18:58 +02:00
draft-release.sh Updated build script 2020-06-07 09:12:41 +02:00
package.json Bump stylelint-config-standard from 21.0.0 to 22.0.0 2021-04-26 01:07:51 +00:00
phpunit.integration.xml Added whitelist for code coverage generation 2020-10-19 17:26:10 +02:00
phpunit.xml Added whitelist for code coverage generation 2020-10-19 17:26:10 +02:00
webpack.build.js Updated webpack config files 2021-02-06 15:29:29 +01:00
webpack.config.js Catch guest account without correct setting at loading of page 2021-02-14 13:22:02 +01:00
webpack.devel.js Updated webpack config files 2021-02-06 15:29:29 +01:00

README.md

⚠️ IMPORTANT ⚠️
Users of this app are practically testers. We're limited on resources, and still working out how to make this app function the best it can. There will be regressions and bugs. And we of course appreciate constructive feedback whenever users run into them.

CI-tests

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.

Further documentation (also internal ones) are published on the documentation pages of the project.

Clients

The app works generally in any modern browser. Additionally, there are some more specialized clients listed here.

Android

The currently available clients are

Browser plugins/scripts

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?

This app uses the Transifex translation system. You might want to register there to help translating the app to new languages or report errors in existing translations.