Translated README

This commit is contained in:
Roger Gonzalez 2022-06-08 12:40:12 -03:00
parent 31a35b5825
commit fb8802370b
2 changed files with 46 additions and 53 deletions

View File

@ -1,72 +1,64 @@
# Based Cooking Website # Montevideo Restaurants Website
[https://based.cooking](https://based.cooking) [https://montevideo.restaurant](https://montevideo.restaurant)
This is a simple cooking website where users can submit recipes here for credit. Esta es una pagina web simple de restaurantes en Montevideo.
There are no ads, trackers, cookies (unless recipes thereof) or javascript. No tiene publicidades, trackers, cookies o JavaScript (Solo en el buscador de
restaurantes).
## Ways to contribute ## Maneras de contribuir
- By adding a recipe. - Agregando un restaurante.
- Make a recipe and take a nice picture of it if no nice picture already - Agrega fotos o menues a los restaurantes que existen. Las imagenes deben ser
exists. Submitted images should be small `.webp` files ideally less than 100K en formato `.webp` y pesar menos de 100K.
or so. - Arreglando problemas en restaurantes.
- Fix errors in recipes or add minor improvements.
## Rules for submission ## Reglas para agregar
- Model submission files after [example.md](example.md). Put them in `content/`. - Los archivos deben estar con el formato de [example.md](example.md). Deben ser
- Recipes should start with a title, with a single `#`, *on the first line*. No colocados dentro de `content/`.
empty line at the top, no trailing line at the end. The file needs to be `\n` - Los restaurantes deben empezar con un `#` *en la primera linea*. Sin lineas
terminated in unix-fashion (if you're on linux you don't need to care, it blancas en el inicio ni en el final. Los archivos deben terminar en `\n` como
should be automatic). en unix (si usas Linux no te preocupes por esto, deberia ser automatico).
- File names should be the name of the dish with words separated by hyphens - Los nombres de los archivos deben ser el nombre del restaurante separado por
(`-`). Not underscores, and definitely not spaces. guiones (`-`). No con guiones bajos y definitivamente no con espacios.
- Recipe must be based, i.e. good traditional and substantial food. Nothing - Los restaurantes deben tener algun tipo de delivery.
ironic, meme-tier hyper-sugary, meat-substitute, etc.
- Don't include salt and pepper and other ubiquitous things in the ingredients
list.
**If you fail to do these things, I will close your submission and you will have to resubmit. I am tired of having to fix more than 50% of submissions.** Puedes incluir un archivo `.json` con tu informacion personal, links o donaciones
en `data/authors/tu-nombre.json`. El mio esta en
You may include a json file with your personal links/donation addresses in `data/authors/roger-gonzalez.json`, asi puedes ver un modelo. Puedes incluir tu
`data/authors/your-name.json`. See mine (`data/authors/luke-smith.json`) for a `website`, `donate` (link para donaciones), `email` o direcciones de crypto como
model. You can include: `website`, `donate` (general donation link), `email` or `btc`, `xmr` y `eth`.
crypto addresses as `btc`, `xmr` and `eth`.
### Tags ### Tags
Remember to add tags to your recipe, but try to use tags already used by other recipes. Recuerda agregar tags a tu restaurante, pero intenta usar tags que ya sean usados
por otros restaurantes.
If your recipe contains no meat or dairy, include the `fasting` tag. ### Imagenes
If it includes dairy but no milk, incude the `cheesefare` tag.
### Images Las imagenes van en `/pix`.
Images are stored in `/pix`. Cada restaurante debe tener una imagen al inicio y quiza imagenes extra para el
menu en caso de que sea necesario.
Each recipe can have a title image at the top and perhaps several instructional Puedes añadir imagenes de Google, pero preferiblemente que sean de la pagina web
images as absolutely necessary. o tomadas por ti mismo.
Do not add stock images you found on the internet. Take a good picture yourself Las imagenes deben tener formato `.webp` con el menor tamaño posible. Por
of the actual dish created. If you see a bad or substandard image, you may ejemplo, si vas a agregar una imagen para `mcdonalds.md`, debe ser agregada como
submit a better one. `pix/mcdonalds.webp`.
Images should be in `.webp` format and with as small file size as possible. If Si deseas agregar imagenes para el menu, deben llevar el siguiente formato:
you submit an image for say, `chicken-parmesan.md`, it should be added as `pix/mcdonalds-menu-01.webp`, etc.
`pix/chicken-parmesan.webp`.
If you would like to add additional directional images, Ten en cuenta que todas las imagenes deben tener links empezando con un slash,
they should be numbered with two digits like: `pix/chicken-parmesan-01.webp`, etc. por ejemplo `/pix/...`.
Note also that images should have links beginning with a slash in this use ## Licencia
case, i.e. `/pix/...`.
## License Todo este website y su contenido forman parte del dominio publico.
Al agregar texto, imagenes o lo que fuera a este repositorio, renuncias a
This website and all its content is in the public domain. cualquier pretension de propiedad sobre el, aunque eres bienvenido y te
By submitting text or images or anything else to this repository, recomendamos que te des creditos en la parte inferior de tu agregado (incluyendo
you waive any pretense of ownership to it, links personales y/o de donaciones)
although you are welcome and recommended to give yourself credit
at the bottom of a submitted page for you adding it
(including personal or donation links).

View File

@ -1,5 +1,6 @@
{ {
"name": "Roger Gonzalez", "name": "Roger Gonzalez",
"email": "roger@rogs.me",
"website": "https://rogs.me", "website": "https://rogs.me",
"btc": "bc1qw09me72xlh30805z4l460md7v26n27wzz5jhmj", "btc": "bc1qw09me72xlh30805z4l460md7v26n27wzz5jhmj",
"xmr": "8BCKaStkkSrgrm9RMXpvp3T62ek7K6xaG7bFkbdzFPzVjno9rGcWscS525ZZ8LkDTU9QomgjhCZMFja3DUVFBm9jNhzzk46", "xmr": "8BCKaStkkSrgrm9RMXpvp3T62ek7K6xaG7bFkbdzFPzVjno9rGcWscS525ZZ8LkDTU9QomgjhCZMFja3DUVFBm9jNhzzk46",