From d5893d62369bc03733b4ae8668ce313e6abd8f8c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 10:05:15 +0200 Subject: [PATCH 01/16] regenerated --- www/news/feed.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/news/feed.xml b/www/news/feed.xml index 6e4d3ad..aa539cc 100644 --- a/www/news/feed.xml +++ b/www/news/feed.xml @@ -6,6 +6,7 @@ News of the wpitchoune.net website. 2016/06/14 - Call for contributions for the translation of psensor + http://wpitchoune.net/news/call_contribution.html <div class="paragraph"> <p>The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the @@ -17,6 +18,7 @@ it is now the good timeframe. See the 2016/06/14 - New website + http://wpitchoune.net/news/new_website.html <div class="paragraph"> <p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a> website is changing. It is now based on <a href="http://asciidoctor.org">Asciidoctor</a> and -- 2.7.4 From 74a4afe4c3d937fbc60ace44e58a6e28d9abd033 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 10:31:52 +0200 Subject: [PATCH 02/16] added news about the rss feed --- src/news/added_rss_feed.adoc | 10 ++++++++++ www/news/added_rss_feed.html | 24 ++++++++++++++++++++++++ www/news/feed.xml | 16 ++++++++++++++++ www/news/news.html | 12 ++++++++++++ 4 files changed, 62 insertions(+) create mode 100644 src/news/added_rss_feed.adoc create mode 100644 www/news/added_rss_feed.html diff --git a/src/news/added_rss_feed.adoc b/src/news/added_rss_feed.adoc new file mode 100644 index 0000000..688980b --- /dev/null +++ b/src/news/added_rss_feed.adoc @@ -0,0 +1,10 @@ += 2016/07/04 - RSS Feed + +It is now possible to follow news and announces of the +website with the following RSS feed: +https://wpitchoune.net/news/feed.xml + +Under the bridge it is automaticaly generated +with a very simple program from Asciidoctor +documents. You can get the sources +from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git . diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html new file mode 100644 index 0000000..5089d77 --- /dev/null +++ b/www/news/added_rss_feed.html @@ -0,0 +1,24 @@ + + + + + + + + + +
+
+

It is now possible to follow news and announces of the +website with the following RSS feed: +https://wpitchoune.net/news/feed.xml

+
+
+

Under the bridge it is automaticaly generated +with a very simple program from Asciidoctor +documents. You can get the sources +from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

+
+ \ No newline at end of file diff --git a/www/news/feed.xml b/www/news/feed.xml index aa539cc..f9f5fdc 100644 --- a/www/news/feed.xml +++ b/www/news/feed.xml @@ -17,6 +17,22 @@ it is now the good timeframe. See the http://wpitchoune.net/news/call_contribution.html
+ 2016/07/04 - RSS Feed + http://wpitchoune.net/news/added_rss_feed.html + <div class="paragraph"> +<p>It is now possible to follow news and announces of the +website with the following RSS feed: +<a href="https://wpitchoune.net/news/feed.xml" class="bare">https://wpitchoune.net/news/feed.xml</a></p> +</div> +<div class="paragraph"> +<p>Under the bridge it is automaticaly generated +with a very simple program from Asciidoctor +documents. You can get the sources +from the GIT repository: <a href="https://git.wpitchoune.net/asciidoctor_to_rss.git" class="bare">https://git.wpitchoune.net/asciidoctor_to_rss.git</a> .</p> +</div> + http://wpitchoune.net/news/added_rss_feed.html + + 2016/06/14 - New website http://wpitchoune.net/news/new_website.html <div class="paragraph"> diff --git a/www/news/news.html b/www/news/news.html index b7aec1d..2291046 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -19,6 +19,18 @@ it is now the good timeframe. See the instructions.

+

2016/07/04 - RSS Feed

+

It is now possible to follow news and announces of the +website with the following RSS feed: +https://wpitchoune.net/news/feed.xml

+
+
+

Under the bridge it is automaticaly generated +with a very simple program from Asciidoctor +documents. You can get the sources +from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

+
+

2016/06/14 - New website

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and -- 2.7.4 From e0ba4e2a9e561b5e9431325583509422b8ddecee Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 10:59:22 +0200 Subject: [PATCH 03/16] regenerated --- src/news/added_rss_feed.adoc | 6 +++++- src/news/call_contribution.adoc | 5 ++++- src/news/new_website.adoc | 6 +++++- www/news/added_rss_feed.html | 4 ++-- www/news/call_contribution.html | 4 ++-- www/news/feed.xml | 6 +++--- www/news/new_website.html | 4 ++-- www/news/news.html | 6 +++--- 8 files changed, 26 insertions(+), 15 deletions(-) diff --git a/src/news/added_rss_feed.adoc b/src/news/added_rss_feed.adoc index 688980b..d2f7455 100644 --- a/src/news/added_rss_feed.adoc +++ b/src/news/added_rss_feed.adoc @@ -1,4 +1,8 @@ -= 2016/07/04 - RSS Feed += RSS Feed +Jean-Philippe Orsini +:docinfo2: +:date: 2016-04-07 +:icons: font It is now possible to follow news and announces of the website with the following RSS feed: diff --git a/src/news/call_contribution.adoc b/src/news/call_contribution.adoc index 82103c6..c36b27d 100644 --- a/src/news/call_contribution.adoc +++ b/src/news/call_contribution.adoc @@ -1,5 +1,8 @@ -= 2016/06/14 - Call for contributions for the translation of psensor += Call for contributions for the translation of psensor +Jean-Philippe Orsini :docinfo2: +:date: 2016-14-06 +:icons: font The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the diff --git a/src/news/new_website.adoc b/src/news/new_website.adoc index 812d550..5ea2840 100644 --- a/src/news/new_website.adoc +++ b/src/news/new_website.adoc @@ -1,4 +1,8 @@ -= 2016/06/14 - New website += New website +Jean-Philippe Orsini +:docinfo2: +:date: 2016-14-06 +:icons: font After being bored with Wordpress for years, the link:http://wpitchoune.net[wpitchoune.net] website is changing. It is now based on link:http://asciidoctor.org[Asciidoctor] and diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html index 5089d77..6034256 100644 --- a/www/news/added_rss_feed.html +++ b/www/news/added_rss_feed.html @@ -8,8 +8,8 @@

+

RSS Feed

+
2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: diff --git a/www/news/call_contribution.html b/www/news/call_contribution.html index 47d318d..8708728 100644 --- a/www/news/call_contribution.html +++ b/www/news/call_contribution.html @@ -8,8 +8,8 @@

+

Call for contributions for the translation of psensor

+
2016-14-06

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the diff --git a/www/news/feed.xml b/www/news/feed.xml index f9f5fdc..5bf390a 100644 --- a/www/news/feed.xml +++ b/www/news/feed.xml @@ -5,7 +5,7 @@ http://wpitchoune.net/news/feed.xml News of the wpitchoune.net website. - 2016/06/14 - Call for contributions for the translation of psensor + Call for contributions for the translation of psensor http://wpitchoune.net/news/call_contribution.html <div class="paragraph"> <p>The version 1.2.0 of psensor is going to be released in the coming @@ -17,7 +17,7 @@ it is now the good timeframe. See the http://wpitchoune.net/news/call_contribution.html - 2016/07/04 - RSS Feed + RSS Feed http://wpitchoune.net/news/added_rss_feed.html <div class="paragraph"> <p>It is now possible to follow news and announces of the @@ -33,7 +33,7 @@ from the GIT repository: <a href="https://git.wpitchoune.net/asciidoctor_to_r http://wpitchoune.net/news/added_rss_feed.html - 2016/06/14 - New website + New website http://wpitchoune.net/news/new_website.html <div class="paragraph"> <p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a> diff --git a/www/news/new_website.html b/www/news/new_website.html index 97808ca..1d3bccc 100644 --- a/www/news/new_website.html +++ b/www/news/new_website.html @@ -8,8 +8,8 @@

+

New website

+
2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and diff --git a/www/news/news.html b/www/news/news.html index 2291046..39d62ca 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,7 +11,7 @@

News

-

2016/06/14 - Call for contributions for the translation of psensor

+

Call for contributions for the translation of psensor

2016-14-06

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor @@ -19,7 +19,7 @@ it is now the good timeframe. See the instructions.

-

2016/07/04 - RSS Feed

+

RSS Feed

2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

@@ -31,7 +31,7 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

-

2016/06/14 - New website

+

New website

2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

-- 2.7.4 From 4c465188137a5d05ec1b69d1fb52153c5a421138 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 11:05:26 +0200 Subject: [PATCH 04/16] regenerated --- www/news/added_rss_feed.html | 4 ++-- www/news/call_contribution.html | 4 ++-- www/news/new_website.html | 4 ++-- www/news/news.html | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html index 6034256..a70e803 100644 --- a/www/news/added_rss_feed.html +++ b/www/news/added_rss_feed.html @@ -9,8 +9,8 @@
-
+
+
2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

diff --git a/www/news/call_contribution.html b/www/news/call_contribution.html index 8708728..e27c254 100644 --- a/www/news/call_contribution.html +++ b/www/news/call_contribution.html @@ -9,8 +9,8 @@
-
+
+
2016-14-06

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor diff --git a/www/news/new_website.html b/www/news/new_website.html index 1d3bccc..1b5edd5 100644 --- a/www/news/new_website.html +++ b/www/news/new_website.html @@ -9,8 +9,8 @@

-
+
+
2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

diff --git a/www/news/news.html b/www/news/news.html index 39d62ca..77b0693 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,7 +11,7 @@

News

-

Call for contributions for the translation of psensor

2016-14-06
+

Call for contributions for the translation of psensor

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor @@ -19,7 +19,7 @@ it is now the good timeframe. See the instructions.

-

RSS Feed

2016-04-07
+

RSS Feed

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

@@ -31,7 +31,7 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

-

New website

2016-14-06
+

New website

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

-- 2.7.4 From 1150a65c4a36a20b92dcdfbd8434e734d2723be0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 11:06:49 +0200 Subject: [PATCH 05/16] regenerated --- www/news/news.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/news/news.html b/www/news/news.html index 77b0693..39d62ca 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,7 +11,7 @@

News

-

Call for contributions for the translation of psensor

+

Call for contributions for the translation of psensor

2016-14-06

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor @@ -19,7 +19,7 @@ it is now the good timeframe. See the instructions.

-

RSS Feed

+

RSS Feed

2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

@@ -31,7 +31,7 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

-

New website

+

New website

2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

-- 2.7.4 From 3413ba677cfacd2f600e839373bbb3c7513e1959 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 11:14:53 +0200 Subject: [PATCH 06/16] regenerated --- www/news/added_rss_feed.html | 2 +- www/news/call_contribution.html | 2 +- www/news/feed.xml | 8 +++++++- www/news/new_website.html | 2 +- www/news/news.html | 6 +++--- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html index a70e803..13d4e82 100644 --- a/www/news/added_rss_feed.html +++ b/www/news/added_rss_feed.html @@ -10,7 +10,7 @@
-
2016-04-07
+
Mon Jul 04 00:00:00 CEST 2016

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

diff --git a/www/news/call_contribution.html b/www/news/call_contribution.html index e27c254..a98001c 100644 --- a/www/news/call_contribution.html +++ b/www/news/call_contribution.html @@ -10,7 +10,7 @@
-
2016-14-06
+
Tue Jun 14 00:00:00 CEST 2016

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor diff --git a/www/news/feed.xml b/www/news/feed.xml index 5bf390a..2a9313f 100644 --- a/www/news/feed.xml +++ b/www/news/feed.xml @@ -1,5 +1,5 @@ - + News http://wpitchoune.net/news/feed.xml @@ -14,7 +14,9 @@ translations. If you want to contribute to the translation of psensor it is now the good timeframe. See the <a href="https://wpitchoune.net/psensor/contribute.html">instructions</a>.</p> </div> + Mon, 13 Jun 2016 22:00:00 GMT http://wpitchoune.net/news/call_contribution.html + 2016-06-13T22:00:00Z RSS Feed @@ -30,7 +32,9 @@ with a very simple program from Asciidoctor documents. You can get the sources from the GIT repository: <a href="https://git.wpitchoune.net/asciidoctor_to_rss.git" class="bare">https://git.wpitchoune.net/asciidoctor_to_rss.git</a> .</p> </div> + Sun, 03 Jul 2016 22:00:00 GMT http://wpitchoune.net/news/added_rss_feed.html + 2016-07-03T22:00:00Z New website @@ -52,7 +56,9 @@ account creation, and backup of databases.</p> a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>. It is simple, really simple&#8230;&#8203; but enough for my needs.</p> </div> + Mon, 13 Jun 2016 22:00:00 GMT http://wpitchoune.net/news/new_website.html + 2016-06-13T22:00:00Z diff --git a/www/news/new_website.html b/www/news/new_website.html index 1b5edd5..23008e3 100644 --- a/www/news/new_website.html +++ b/www/news/new_website.html @@ -10,7 +10,7 @@

-
2016-14-06
+
Tue Jun 14 00:00:00 CEST 2016

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

diff --git a/www/news/news.html b/www/news/news.html index 39d62ca..8f649e9 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,7 +11,7 @@

News

-

Call for contributions for the translation of psensor

2016-14-06
+

Call for contributions for the translation of psensor

Tue Jun 14 00:00:00 CEST 2016

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor @@ -19,7 +19,7 @@ it is now the good timeframe. See the instructions.

-

RSS Feed

2016-04-07
+

RSS Feed

Mon Jul 04 00:00:00 CEST 2016

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

@@ -31,7 +31,7 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

-

New website

2016-14-06
+

New website

Tue Jun 14 00:00:00 CEST 2016

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

-- 2.7.4 From 08bc590ac2da3b9ff44565c2815b37a0a6f70b08 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 11:23:04 +0200 Subject: [PATCH 07/16] regenerated --- www/news/news.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/news/news.html b/www/news/news.html index 8f649e9..39d62ca 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,7 +11,7 @@

News

-

Call for contributions for the translation of psensor

Tue Jun 14 00:00:00 CEST 2016
+

Call for contributions for the translation of psensor

2016-14-06

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor @@ -19,7 +19,7 @@ it is now the good timeframe. See the instructions.

-

RSS Feed

Mon Jul 04 00:00:00 CEST 2016
+

RSS Feed

2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

@@ -31,7 +31,7 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

-

New website

Tue Jun 14 00:00:00 CEST 2016
+

New website

2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

-- 2.7.4 From 8e93f51226b7bb50f9ece5bace4100e7300541eb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 11:24:42 +0200 Subject: [PATCH 08/16] regenerated --- www/news/added_rss_feed.html | 2 +- www/news/call_contribution.html | 2 +- www/news/new_website.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/news/added_rss_feed.html b/www/news/added_rss_feed.html index 13d4e82..a70e803 100644 --- a/www/news/added_rss_feed.html +++ b/www/news/added_rss_feed.html @@ -10,7 +10,7 @@
-
Mon Jul 04 00:00:00 CEST 2016
+
2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

diff --git a/www/news/call_contribution.html b/www/news/call_contribution.html index a98001c..e27c254 100644 --- a/www/news/call_contribution.html +++ b/www/news/call_contribution.html @@ -10,7 +10,7 @@
-
Tue Jun 14 00:00:00 CEST 2016
+
2016-14-06

The version 1.2.0 of psensor is going to be released in the coming weeks. This release will include many changes which impact the translations. If you want to contribute to the translation of psensor diff --git a/www/news/new_website.html b/www/news/new_website.html index 23008e3..1b5edd5 100644 --- a/www/news/new_website.html +++ b/www/news/new_website.html @@ -10,7 +10,7 @@

-
Tue Jun 14 00:00:00 CEST 2016
+
2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.

-- 2.7.4 From 3d5aa709a1e005e826452e5a7dedfccefc71aaa9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Jul 2016 21:16:47 +0200 Subject: [PATCH 09/16] added 'semoule au lait'Y --- src/cooking/index.adoc | 3 +++ src/cooking/riz_au_lait.adoc | 1 + src/cooking/semoule_au_lait.adoc | 19 +++++++++++++++++++ www-update.sh | 1 + www/cooking/index.html | 8 ++++++-- www/cooking/riz_au_lait.html | 5 +++-- 6 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 src/cooking/semoule_au_lait.adoc diff --git a/src/cooking/index.adoc b/src/cooking/index.adoc index c3adacd..335a28d 100644 --- a/src/cooking/index.adoc +++ b/src/cooking/index.adoc @@ -1,4 +1,7 @@ = Recettes de cuisine :docinfo2: +:icons: font * link:riz_au_lait.html[Riz au lait] + +* link:semoule_au_lait.html[Semoule au lait] diff --git a/src/cooking/riz_au_lait.adoc b/src/cooking/riz_au_lait.adoc index 0471211..8829ae4 100644 --- a/src/cooking/riz_au_lait.adoc +++ b/src/cooking/riz_au_lait.adoc @@ -1,5 +1,6 @@ = Riz au lait :docinfo2: +:icons: font == Ingredients diff --git a/src/cooking/semoule_au_lait.adoc b/src/cooking/semoule_au_lait.adoc new file mode 100644 index 0000000..6de2a59 --- /dev/null +++ b/src/cooking/semoule_au_lait.adoc @@ -0,0 +1,19 @@ += Semoule au lait +:docinfo2: +:icons: font + +Ingrédients: + +* 100gr semoule + +* 1L lait + +* 50gr sucre + +* 1 sachet sucre vanillé + +* 1 càc de vanille liquide + +* raisins secs + +* pour le tapage chocolat : moitié d’une tablette de chocolat et un peu de crème liquide diff --git a/www-update.sh b/www-update.sh index d0e1d51..3edfc13 100755 --- a/www-update.sh +++ b/www-update.sh @@ -52,5 +52,6 @@ asciidoctor $OPTS src/ptask/ptask.adoc -D www/ptask/ asciidoctor $OPTS src/cooking/riz_au_lait.adoc -D www/cooking/ asciidoctor $OPTS src/cooking/index.adoc -D www/cooking/ +asciidoctor $OPTS src/cooking/semoule_au_lait.adoc -D www/cooking/ git/asciidoctor_to_rss/asciidoctor_to_rss.sh src/news www/news src/asciidoctorrss.props diff --git a/www/cooking/index.html b/www/cooking/index.html index c016b6a..a34f7ae 100644 --- a/www/cooking/index.html +++ b/www/cooking/index.html @@ -4,9 +4,10 @@ - + Recettes de cuisine + @@ -20,12 +21,15 @@
  • Riz au lait

  • +
  • +

    Semoule au lait

    +
  • diff --git a/www/cooking/riz_au_lait.html b/www/cooking/riz_au_lait.html index 9092586..ac92d5b 100644 --- a/www/cooking/riz_au_lait.html +++ b/www/cooking/riz_au_lait.html @@ -4,9 +4,10 @@ - + Riz au lait + @@ -69,7 +70,7 @@
    -- 2.7.4 From d8fa0864aef2c09c2f786b142b116f819d4b0314 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 5 Jul 2016 12:50:50 +0200 Subject: [PATCH 10/16] fixed url of the rss feed --- www/nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nav.js b/www/nav.js index 189e5af..f46d5ad 100644 --- a/www/nav.js +++ b/www/nav.js @@ -5,7 +5,7 @@ $(document).ready(function() { + "
  • PPAstats
  • " + "
  • psensor
  • " + "
  • ptask
  • " - + "
  • " + + "
  • " + ""; $("#header").prepend(str); -- 2.7.4 From 34b024fedd83e70cb20b3825b3b9554d57b88c76 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 10:25:26 +0200 Subject: [PATCH 11/16] improved --- src/cooking/semoule_au_lait.adoc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/cooking/semoule_au_lait.adoc b/src/cooking/semoule_au_lait.adoc index 6de2a59..c2584b8 100644 --- a/src/cooking/semoule_au_lait.adoc +++ b/src/cooking/semoule_au_lait.adoc @@ -12,8 +12,26 @@ Ingrédients: * 1 sachet sucre vanillé -* 1 càc de vanille liquide +* 1 cuilliere a cafe de vanille liquide * raisins secs * pour le tapage chocolat : moitié d’une tablette de chocolat et un peu de crème liquide + +Recette: + +* faire bouillir le lait + +* ajouter le sucre + +* verser la semoule (lentement) + +* cuire environ 8mn en remuant frequemment (le temps que ca devienne epais) + +* verser les raisins sec + +* laisser refroidir et verser dans les ramequins + +* faire fondre le chocolat et la creme liquide + +* vers le chocolat dans les ramequins -- 2.7.4 From c42890f31745668156002ec1330822858234e0e0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 10:26:40 +0200 Subject: [PATCH 12/16] regenerated --- www/cooking/index.html | 6 +++--- www/cooking/riz_au_lait.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/cooking/index.html b/www/cooking/index.html index a34f7ae..0070f74 100644 --- a/www/cooking/index.html +++ b/www/cooking/index.html @@ -4,10 +4,10 @@ - + Recettes de cuisine - + @@ -29,7 +29,7 @@
    diff --git a/www/cooking/riz_au_lait.html b/www/cooking/riz_au_lait.html index ac92d5b..2a2fd89 100644 --- a/www/cooking/riz_au_lait.html +++ b/www/cooking/riz_au_lait.html @@ -4,10 +4,10 @@ - + Riz au lait - + @@ -70,7 +70,7 @@
    -- 2.7.4 From 8556913d4dfd0fe90f42a6919487f6b68cf2d82e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 10:27:57 +0200 Subject: [PATCH 13/16] added --- www/cooking/semoule_au_lait.html | 85 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 www/cooking/semoule_au_lait.html diff --git a/www/cooking/semoule_au_lait.html b/www/cooking/semoule_au_lait.html new file mode 100644 index 0000000..d16cf11 --- /dev/null +++ b/www/cooking/semoule_au_lait.html @@ -0,0 +1,85 @@ + + + + + + + +Semoule au lait + + + + + + + +
    +
    +

    Ingrédients:

    +
    +
    +
      +
    • +

      100gr semoule

      +
    • +
    • +

      1L lait

      +
    • +
    • +

      50gr sucre

      +
    • +
    • +

      1 sachet sucre vanillé

      +
    • +
    • +

      1 cuilliere a cafe de vanille liquide

      +
    • +
    • +

      raisins secs

      +
    • +
    • +

      pour le tapage chocolat : moitié d’une tablette de chocolat et un peu de crème liquide

      +
    • +
    +
    +
    +

    Recette:

    +
    +
    +
      +
    • +

      faire bouillir le lait

      +
    • +
    • +

      ajouter le sucre

      +
    • +
    • +

      verser la semoule (lentement)

      +
    • +
    • +

      cuire environ 8mn en remuant frequemment (le temps que ca devienne epais)

      +
    • +
    • +

      verser les raisins sec

      +
    • +
    • +

      laisser refroidir et verser dans les ramequins

      +
    • +
    • +

      faire fondre le chocolat et la creme liquide

      +
    • +
    • +

      vers le chocolat dans les ramequins

      +
    • +
    +
    +
    + + + \ No newline at end of file -- 2.7.4 From f50f9ffe280937de3e278d3c906ab57d1d9887df Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 10:29:26 +0200 Subject: [PATCH 14/16] fixed typos --- src/cooking/semoule_au_lait.adoc | 9 +++++---- www/cooking/semoule_au_lait.html | 21 +++++++++++++-------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/cooking/semoule_au_lait.adoc b/src/cooking/semoule_au_lait.adoc index c2584b8..9f98160 100644 --- a/src/cooking/semoule_au_lait.adoc +++ b/src/cooking/semoule_au_lait.adoc @@ -2,7 +2,7 @@ :docinfo2: :icons: font -Ingrédients: +== Ingrédients * 100gr semoule @@ -16,9 +16,10 @@ Ingrédients: * raisins secs -* pour le tapage chocolat : moitié d’une tablette de chocolat et un peu de crème liquide +* pour le napage chocolat : moitié d’une tablette de chocolat + et 12cl de crème liquide -Recette: +== Recette * faire bouillir le lait @@ -34,4 +35,4 @@ Recette: * faire fondre le chocolat et la creme liquide -* vers le chocolat dans les ramequins +* verser le chocolat dans les ramequins diff --git a/www/cooking/semoule_au_lait.html b/www/cooking/semoule_au_lait.html index d16cf11..3da9425 100644 --- a/www/cooking/semoule_au_lait.html +++ b/www/cooking/semoule_au_lait.html @@ -16,9 +16,9 @@

    Semoule au lait

    -
    -

    Ingrédients:

    -
    +
    +

    Ingrédients

    +
    • @@ -40,13 +40,16 @@

      raisins secs

    • -

      pour le tapage chocolat : moitié d’une tablette de chocolat et un peu de crème liquide

      +

      pour le napage chocolat : moitié d’une tablette de chocolat +et 12cl de crème liquide

    -
    -

    Recette:

    +
    +
    +

    Recette

    +
    • @@ -71,14 +74,16 @@

      faire fondre le chocolat et la creme liquide

    • -

      vers le chocolat dans les ramequins

      +

      verser le chocolat dans les ramequins

    +
    +
    -- 2.7.4 From d76c2c6a67befbebc9cf89c9dafda6100f9708c7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 12:32:13 +0200 Subject: [PATCH 15/16] added redirect /psensor/doc --- www/psensor/doc/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/psensor/doc/.htaccess diff --git a/www/psensor/doc/.htaccess b/www/psensor/doc/.htaccess new file mode 100644 index 0000000..60a3485 --- /dev/null +++ b/www/psensor/doc/.htaccess @@ -0,0 +1,4 @@ + +RewriteEngine On +RedirectMatch ^/psensor/doc/ /psensor + \ No newline at end of file -- 2.7.4 From ae7d7479e9e5d4133f4d44a941a5b565d8a9c10d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 14:55:07 +0200 Subject: [PATCH 16/16] regenerated --- www/news/news.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www/news/news.html b/www/news/news.html index 39d62ca..3b55020 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,14 +11,6 @@

    News

    -

    Call for contributions for the translation of psensor

    2016-14-06
    -

    The version 1.2.0 of psensor is going to be released in the coming -weeks. This release will include many changes which impact the -translations. If you want to contribute to the translation of psensor -it is now the good timeframe. See the -instructions.

    -
    -

    RSS Feed

    2016-04-07

    It is now possible to follow news and announces of the website with the following RSS feed: @@ -31,6 +23,14 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

    +

    Call for contributions for the translation of psensor

    2016-14-06
    +

    The version 1.2.0 of psensor is going to be released in the coming +weeks. This release will include many changes which impact the +translations. If you want to contribute to the translation of psensor +it is now the good timeframe. See the +instructions.

    +
    +

    New website

    2016-14-06

    After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and -- 2.7.4