summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-10-20 17:48:23 +0100
committerdakkar <dakkar@thenautilus.net>2017-10-20 17:48:23 +0100
commitb366ed7d779e8567e20fbe23261cd3a6d6803217 (patch)
tree786eb3baeffca0e3be6a46ed762618609098e26a
parentuse patched Template::Plugin::DateTime::Format (diff)
downloadthenautilus-b366ed7d779e8567e20fbe23261cd3a6d6803217.tar.gz
thenautilus-b366ed7d779e8567e20fbe23261cd3a6d6803217.tar.bz2
thenautilus-b366ed7d779e8567e20fbe23261cd3a6d6803217.zip
recipe: ribollita
-rw-r--r--src/recipes/ribollita/.gitignore2
-rw-r--r--src/recipes/ribollita/document.en.rest.txt65
l---------src/recipes/ribollita/du2html.xsl1
-rw-r--r--src/tags/recipes/.gitignore8
l---------src/tags/recipes/base-feed.tt1
l---------src/tags/recipes/document-listing.tt1
-rw-r--r--src/tags/recipes/document.en.rest.tt7
l---------src/tags/recipes/du2html.xsl1
-rw-r--r--src/tags/recipes/feed.en.tt1
-rw-r--r--src/tags/recipes/feed.it.tt1
l---------src/tags/recipes/fillFeed.xsl1
11 files changed, 89 insertions, 0 deletions
diff --git a/src/recipes/ribollita/.gitignore b/src/recipes/ribollita/.gitignore
new file mode 100644
index 0000000..08d33d4
--- /dev/null
+++ b/src/recipes/ribollita/.gitignore
@@ -0,0 +1,2 @@
+/document.en.du.xml
+/document.it.du.xml
diff --git a/src/recipes/ribollita/document.en.rest.txt b/src/recipes/ribollita/document.en.rest.txt
new file mode 100644
index 0000000..b97ae1d
--- /dev/null
+++ b/src/recipes/ribollita/document.en.rest.txt
@@ -0,0 +1,65 @@
+===========
+ Ribollita
+===========
+:CreationDate: 2017-10-20 15:23:16
+:Id: recipes/ribollita
+:tags: - recipes
+
+Ingredients
+-----------
+
+- cavolo nero / black cabbage / black kale (it's all the same thing),
+ about 500g
+- a small Savoy cabbage
+- canned cannellini beans, about 500g drained (two tins?)
+- tomato passata, 500g
+- a loaf of bread, about 500g
+- two white onions
+- a celery heart
+- a carrot
+- some rosemary
+- extra-virgin olive oil
+- garlic
+- salt
+- pepper
+
+Procedure
+---------
+
+A few days in advance, slice the bread and leave it to dry. Or you
+could dry it in an oven.
+
+Chop or grate the garlic.
+
+Chop the onion, carrot, and celery.
+
+Shred all the cabbage.
+
+Put some oil in a pot, put on a medium heat. When hot, add some
+garlic. Once coloured, add the drained beans, the rosemary, a pinch of
+salt. When the beans are soft, remove from the heat, season with
+pepper, and mash or blend the whole thing.
+
+In a large, tall pot with a thick base, heat some oil on a medium
+heat. Once hot, add the onion and the rest of the garlic. Once soft
+and coloured, add the carrot and celery. Fry, stirring frequently,
+until soft.
+
+Add the passata, mix well, cook for a minute or two.
+
+Add the cabbage, mix well, reduce the heat, and cover. Cook, stirring
+every few minutes, until the cabbage is soft (this takes quite a long
+time).
+
+Add the beans, mix, reduce the heat further, cover, keep cooking and
+stirring. Once it starts to stick to the bottom of the pot, it's
+cooked. Scrape the stuck parts, mix them in, remove from the heat. You
+may need to add some water if it's too dry.
+
+Transfer the whole soup to a bowl. In the pot, layer dry bread and
+soup. Leave to rest and soak.
+
+Later, add some oil, mix, bring it a low boil, stirring occasionally
+(again, it's usually a good sign if it sticks to the bottom a bit).
+
+Serve, adding olive oil once in the plates.
diff --git a/src/recipes/ribollita/du2html.xsl b/src/recipes/ribollita/du2html.xsl
new file mode 120000
index 0000000..e2487e0
--- /dev/null
+++ b/src/recipes/ribollita/du2html.xsl
@@ -0,0 +1 @@
+../../../templates/du2html.xsl \ No newline at end of file
diff --git a/src/tags/recipes/.gitignore b/src/tags/recipes/.gitignore
new file mode 100644
index 0000000..168cd53
--- /dev/null
+++ b/src/tags/recipes/.gitignore
@@ -0,0 +1,8 @@
+/document.en.rest.txt
+/document.en.du.xml
+/feed.en.rest.txt
+/feed.en.xml
+/document.it.rest.txt
+/document.it.du.xml
+/feed.it.rest.txt
+/feed.it.xml
diff --git a/src/tags/recipes/base-feed.tt b/src/tags/recipes/base-feed.tt
new file mode 120000
index 0000000..adac363
--- /dev/null
+++ b/src/tags/recipes/base-feed.tt
@@ -0,0 +1 @@
+../../../templates/base-feed.tt \ No newline at end of file
diff --git a/src/tags/recipes/document-listing.tt b/src/tags/recipes/document-listing.tt
new file mode 120000
index 0000000..88c3968
--- /dev/null
+++ b/src/tags/recipes/document-listing.tt
@@ -0,0 +1 @@
+../../../templates/document-listing.tt \ No newline at end of file
diff --git a/src/tags/recipes/document.en.rest.tt b/src/tags/recipes/document.en.rest.tt
new file mode 100644
index 0000000..3385adc
--- /dev/null
+++ b/src/tags/recipes/document.en.rest.tt
@@ -0,0 +1,7 @@
+=======
+Recipes
+=======
+:CreationDate: 2017-10-20 15:23:16
+:feed:
+
+[% PROCESS 'document-listing.tt' %]
diff --git a/src/tags/recipes/du2html.xsl b/src/tags/recipes/du2html.xsl
new file mode 120000
index 0000000..e2487e0
--- /dev/null
+++ b/src/tags/recipes/du2html.xsl
@@ -0,0 +1 @@
+../../../templates/du2html.xsl \ No newline at end of file
diff --git a/src/tags/recipes/feed.en.tt b/src/tags/recipes/feed.en.tt
new file mode 100644
index 0000000..f7b7730
--- /dev/null
+++ b/src/tags/recipes/feed.en.tt
@@ -0,0 +1 @@
+[% INCLUDE 'base-feed.tt' %]
diff --git a/src/tags/recipes/feed.it.tt b/src/tags/recipes/feed.it.tt
new file mode 100644
index 0000000..f7b7730
--- /dev/null
+++ b/src/tags/recipes/feed.it.tt
@@ -0,0 +1 @@
+[% INCLUDE 'base-feed.tt' %]
diff --git a/src/tags/recipes/fillFeed.xsl b/src/tags/recipes/fillFeed.xsl
new file mode 120000
index 0000000..ad8d15a
--- /dev/null
+++ b/src/tags/recipes/fillFeed.xsl
@@ -0,0 +1 @@
+../../../templates/fillFeed.xsl \ No newline at end of file