M README.md => README.md +11 -0
@@ 2,6 2,17 @@
The web cookbook that doesn't suck.
+## Project status
+
+I am kind of deprecating the site, since it was basically a response to Luke
+Smith's challenge to make a minimal recipe site and he's since launched his own
+site that not-surprisingly has garnered quite a lot of attention. I recommend
+you check [based.cooking](https://based.cooking)
+
+I will still keep this site up for the foreseeable future, probably until I get
+tired of paying the domain yearly fee. If, for any reason, you are still
+interested, you can still submit your recipes by email or pull request.
+
## Publishing your recipe
Send a git patch with your recipe and if it's (not bloated) fine I'll merge it.
M templates/base.html => templates/base.html +3 -9
@@ 48,19 48,13 @@
<!-- TODO: do this programmaticaly -->
{% if lang == "ru" %}
Есть вопросы? Напиши мне на
- <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>, или глянь в
- список рассылки
- <a href="https://lists.sr.ht/~yaroslav/saucesource.cc-comments">здесь</a>.
+ <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>
{% elif lang == "es" %}
¿Dudas, preguntas? Envíame un correo electrónico a
- <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>, o hechale un
- vistazo a la lista de correo
- <a href="https://lists.sr.ht/~yaroslav/saucesource.cc-comments">aquí</a>.
+ <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>
{% else %}
Have any questions? Send me an email at
- <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>, or checkout the
- comments mailing list
- <a href="https://lists.sr.ht/~yaroslav/saucesource.cc-comments">here</a>.
+ <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>
{% endif %}
</p>
</div>
M templates/index.es.html => templates/index.es.html +13 -4
@@ 24,6 24,19 @@
<div class="more-link-container">
<a href="/es/recipes/">Más recetas...</a>
</div>
+<h2>Estado del sitio</h2>
+<p>
+El sitio ya no está siendo desarrollado activamente, ya que fue hecho en
+respuesta al desafío de Luke Smith de hacer un sitio de recetas minimalista, y
+desde entonces él ya ha lanzado su propio sitio que, no era de sorprender, se ha
+vuelto bastante popular. Recomiendo checar
+<a href="https://based.cooking">based.cooking</a>.
+</p>
+<p>
+Seguiré manteniendo disponible el sitio por el momento. Si por alguna razón
+todavía quieres contribuir alguna receta al sitio, puedes enviarmela a mi correo
+o abrir un pull request.
+</p>
<h2>Contribuye</h2>
<p>
Si quieres publicar tu receta o mejorar este sitio, no dudes en ayudar. Puedes
@@ 38,8 51,4 @@ El sitio está actualmente disponible en los siguientes idiomas:
<li><a href="/">English</a></li>
<li><a href="/ru/">Русский</a></li>
</ul>
-<p>
-Ten en cuenta que las recetas no van a estar traducidas a todos los idiomas en
-que este sitio se encuentra disponible.
-</p>
{% endblock %}
M templates/index.html => templates/index.html +12 -6
@@ 24,6 24,18 @@
<div class="more-link-container">
<a href="/recipes/">More recipes...</a>
</div>
+<h2>Website status</h2>
+<p>
+I am kind of deprecating the site, since it was basically a response to Luke
+Smith's challenge to make a minimal recipe site and he's since launched his own
+site that not-surprisingly has garnered quite a lot of attention. I recommend
+you check <a href="https://based.cooking">based.cooking</a>.
+</p>
+<p>
+I will still keep this site up for the foreseeable future, probably until I get
+tired of paying the domain yearly fee. If, for any reason, you are still
+interested, you can still submit your recipes by email or pull request.
+</p>
<h2>Make a contribution</h2>
<p>
If you want to publish your recipe or make this site better, don't hesitate to
@@ 38,10 50,4 @@ This site is currently also available in the following languages:
<li><a href="/es/">Español</a></li>
<li><a href="/ru/">Русский</a></li>
</ul>
-<p>
-Do keep in mind that not all recipes will be translated to every language the
-site is available on. If you want to help translate the site to another
-language, or help improve existing translations check the
-<a href="/about/">about</a> page.
-</p>
{% endblock %}
M templates/index.ru.html => templates/index.ru.html +10 -6
@@ 24,6 24,16 @@
<div class="more-link-container">
<a href="/ru/recipes/">Больше рецептов...</a>
</div>
+<h2>Состояние сайта</h2>
+<p>
+Сайт больше не развивается активно. Рекомендую посмотреть
+<a href="https://based.cooking">based.cooking</a>.
+</p>
+<p>
+Тем не менее, сайт продолжит существовать в ближайщее время. Если вас всё же
+интересует добавить сюда свой рецепт, вы можете отправить его мне на почту или
+открыть pull request.
+</p>
<h2>Сделай вклад</h2>
<p>
Если хочешь опубликовать свой рецепт или улучшить сайт, мы здесь этому рады.
@@ 37,10 47,4 @@
<li><a href="/es/">Español</a></li>
<li><a href="/">English</a></li>
</ul>
-<p>
-Учтите что рецепты переводятся отдельно от самого сайта. То есть, не все рецепты
-доступны на всех языках сайта. Если вы желаете помочь в переводе сайта на другие
-языки или улучшить существующие переводы, прочитайте страницу
-<a href="/ru/about/">о сайте</a>.
-</p>
{% endblock %}