From 742fb7a14c9507f0466e3574d37f884908ed2ff5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 19 Mar 2021 17:01:52 -0400 Subject: junk rm'd --- README.md | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dea9f3e..9a31c47 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,24 @@ [https://based.cooking](https://based.cooking) -## To-do +This is a simple cooking website where users can submit recipes here for credit. +There are no ads, trackers, cookies (unless reciples thereof) or javascript. -- get many recipes -- make and take pictures of recipes -- decide on CSS/styling, something good-looking and readable, but nothing too complicated -- search function? See below -- keep it simple +## Ways to contribute + +- By adding a recipe. +- Make a recipe and take a nice picture of it if no nice picture already + exists. Submitted images should be small `.webm` files ideally less than 100K + or so. +- Fix errors in recipes or add minor improvements. ## Rules for submission +- Model submission files after [example.md](example.md). Put them in `src/`. - Recipes should start with a title, with a single `#`, *on the first line*. No empty line at the top, not trailing line at the end. The file needs to be `\n` terminated in linux-fashion (if you're on linux you don't need to care, it should be automatic). -- Recipes should be `.md` files in the `src/` directory. Look at already - existing `.md` files for examples or see [example](example.md). - File names should be the name of the dish with words separated by hyphens (`-`). Not underscores, and definitely not spaces. - Recipe must be based, i.e. good traditional and substantial food. Nothing @@ -66,8 +68,6 @@ If you see a bad or substandard image, you may submit a better one. Images should be in `.webp` format and with as small file size as possible. If you submit an image for say, `chicken-parmesan.md`, it should be added as `pix/chicken-parmesan.webp`. -I will create smaller images from that which is seen on the page, -and upon being clicked, the user will see the full-size image. If you would like to add additional directional images, they should be numbered with two digits like: `pix/chicken-parmesan-01.webp`, etc. @@ -83,18 +83,6 @@ This is not necessary yet though. I don't really want images of recipes on the mainpage yet. I'll think about how best to do it to minimize bandwidth if possible. -## curl/Search function in the future - -I eventually want a command-line/curl interface to this site. -Part of this would be an implicit search function. - -So suppose someone wants a recipe with chicken, I'd like -`curl based.cooking/chicken` to return articles with that title. -If there is only one result, that page is opened. - -Just something to think about. -Then people could make a simple two or three character alias to get a simple text recipe. - ## License This website and all its content is in the public domain. -- cgit v1.2.3 From 4686e66b13005c791387d64ff208abee78ffd640 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch <32883851+lonkaars@users.noreply.github.com> Date: Sat, 20 Mar 2021 15:11:45 +0100 Subject: webm -> webp in readme.md (#251) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9a31c47..9d73775 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ There are no ads, trackers, cookies (unless reciples thereof) or javascript. - By adding a recipe. - Make a recipe and take a nice picture of it if no nice picture already - exists. Submitted images should be small `.webm` files ideally less than 100K + exists. Submitted images should be small `.webp` files ideally less than 100K or so. - Fix errors in recipes or add minor improvements. -- cgit v1.2.3 From 225f510e946efa4fe54360367e75d281830dbeb9 Mon Sep 17 00:00:00 2001 From: urmum-69 Date: Sat, 20 Mar 2021 16:17:27 +0000 Subject: Correct minor spelling mistake (#252) reciples --> recipes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d73775..a5756aa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [https://based.cooking](https://based.cooking) This is a simple cooking website where users can submit recipes here for credit. -There are no ads, trackers, cookies (unless reciples thereof) or javascript. +There are no ads, trackers, cookies (unless recipes thereof) or javascript. ## Ways to contribute -- cgit v1.2.3 From d5ad0a04540d204bd0aebe6ce6c75740b3bdc14c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 23 Mar 2021 14:31:05 -0400 Subject: fast note added to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a5756aa..43b4fa8 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,14 @@ List of special, categorical tags to use if relevant: to be incorporated in another recipe. - `breakfast` - `dessert` -- `drink` - `quick`: for recipes that can be cooked in under ~20 minutes. - `side`: side dishes such as mash, fries, etc. - `snack` - `spread` +If your recipe contains no meat or dairy, include the `strict-fast` tag. +If it includes dairy but no milk, incude the `cheesefare` tag. + ### Images Images are stored in `data/pix`. -- cgit v1.2.3