🍲 A library for all your recipes
Перейти к файлу
Christian e0fcb6c863
Merge pull request #349 from christianlupus/dev/issue-328
More compact layout
2020-11-10 19:24:16 +01:00
.github Update phpunit framework to most recent version 2020-11-09 09:56:23 +01:00
.tx Added configuration for transifex 2020-03-17 13:43:34 +01:00
appinfo Added backend functionality for retrieving recipes by multiple keywords 2020-11-07 16:27:09 +01:00
css Add a button to toggle navi on narrow screens 2020-06-14 16:38:03 +03:00
img Interface overhaul 2020-01-26 19:27:58 +01:00
l10n [tx-robot] updated from transifex 2020-11-10 02:26:33 +00:00
lib Added backend functionality for retrieving recipes by multiple keywords 2020-11-07 16:27:09 +01:00
src Merge remote-tracking branch 'upstream/master' into dev/issue-328 2020-11-10 19:04:12 +01:00
templates Prune unnecessary files 2020-05-07 20:52:36 +03:00
tests Squash-merge to replace travis by Github Actions 2020-10-19 16:12:06 +02:00
translationfiles Removed translations from repo 2020-03-20 08:24:30 +01:00
.codecov.yml Corrections settings for codecov 2020-10-20 17:12:22 +02:00
.gitignore Remove composer folder from GIT VCS 2020-10-09 13:12:12 +02:00
CHANGELOG.md Merge remote-tracking branch 'upstream/master' into dev/issue-328 2020-11-10 19:04:12 +01:00
COPYING Fixes #132 2020-01-02 12:17:43 +00:00
LICENSE Add license file 2020-03-28 17:40:52 -04:00
Makefile Create of HTML code coverage reports 2020-10-19 17:26:10 +02:00
README.md Added info about two Android clients for reference 2020-11-04 18:40:58 +01:00
composer.json Allow downgrade of phpunit to 8 for PHP 7.2 support 2020-11-09 10:06:40 +01:00
draft-release.sh Updated build script 2020-06-07 09:12:41 +02:00
package.json Removing slashes for categories 2020-06-26 09:35:41 +02: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 Move package json to root 2020-05-10 12:12:25 +03:00
webpack.config.js Compile vue.js 2020-05-10 12:27:24 +03:00
webpack.devel.js Move package json to root 2020-05-10 12:12:25 +03: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.

Clients

Android

The currently available clients are

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.