forked from GourmandRecipeManager/gourmand
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Gourmet into the new fork name Gourmand (GourmandRecipeManager#1)
* Update README * Update Github actions to run on main branch * Update Flatpak and AppImage resources * Rename all imports and resources to gourmand * Fix all tests to run for gourmand
- Loading branch information
Showing
268 changed files
with
749 additions
and
779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
# Gourmet Recipe Manager | ||
## Try it. It's good! | ||
![Tests](https://github.com/kirienko/gourmet/workflows/Tests/badge.svg) ![Build](https://github.com/kirienko/gourmet/workflows/Build/badge.svg) | ||
# Gourmand Recipe Manager | ||
|
||
![Tests](https://github.com/GourmandRecipeManager/gourmand/workflows/Tests/badge.svg) ![Build](https://github.com/GourmandRecipeManager/gourmand/workflows/Build/badge.svg) | ||
|
||
Gourmand is a fork of the Gourmet Recipe Manager: a manager, editor, and organizer for recipes. | ||
|
||
# Introduction | ||
Gourmet Recipe Manager is a manager, editor, and organizer for recipes. | ||
It has a plugin architecture which allows you to enable extensions to | ||
Gourmet's base functionality. | ||
For example, there is a nutritional plugin that allows Gourmet to help you | ||
calculate nutritional information for any recipe. There are also a wide variety | ||
of import and export plugins that let Gourmet read and write recipes in various | ||
formats. | ||
|
||
# Requirements and Installation | ||
|
||
Installation instruction are found in [INSTALL.md](INSTALL.md). | ||
|
||
# Issues and Contributions | ||
|
||
See the [contribution guide](CONTRIBUTING.md). |
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
if __name__ == '__main__': | ||
from gourmand.GourmetRecipeManager import launch_app | ||
launch_app() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
from gourmand.i18n import _ | ||
|
||
appname = _("Gourmand Recipe Manager") | ||
copyright = _("Copyright (c) 2004-2021 Thomas M. Hinkle and Contributors.\n" | ||
"Copyright (c) 2021 The Gourmand Team and Contributors") | ||
version = "1.0.0" | ||
url = "ihttps://github.com/GourmandRecipeManager/gourmand" | ||
description = "Recipe Organizer and Shopping List Generator" | ||
long_description = _("""\ | ||
Gourmand is an application to store, organize and search recipes. | ||
Features: | ||
* Makes it easy to create shopping lists from recipes. | ||
* Imports recipes from a number of sources, including MealMaster and MasterCook | ||
archives and several popular websites. | ||
* Exports recipes as PDF files, plain text, MealMaster files, HTML web pages, | ||
and a custom XML format for exchange with other Gourmet users. | ||
* Supports linking images with recipes. | ||
* Can calculate nutritional information for recipes based on the ingredients. | ||
""") | ||
author = "Gourmand Team and Contributors" | ||
authors = [] # FIXME: get list of contributors | ||
maintainer = "Cyril Danilevski" | ||
maintainer_email = "[email protected]" | ||
artists = [_("Nyall Dawson (cookie icon)"), | ||
_("Kati Pregartner (splash screen image)")] | ||
license = "GPL v2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.