From 650892fc4978d21757893922e405214a709b1caa Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Mon, 12 Dec 2016 22:14:03 +0100 Subject: [PATCH] =?UTF-8?q?Eliom=20dev=20=E2=86=92=20Eliom=206.0=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application.wiki | 2 +- src/basicwebsite.wiki | 2 +- src/interaction.wiki | 2 +- src/misc.wiki | 2 +- src/start.wiki | 4 +--- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/application.wiki b/src/application.wiki index 22a4261..7cf39e7 100644 --- a/src/application.wiki +++ b/src/application.wiki @@ -1,6 +1,6 @@ <> -//The code of this tutorial has been tested against Eliom dev (30/06/2016).// \\ +//The code of this tutorial has been tested against Eliom 6.0.// \\ In this chapter, we will write a [[site:graffiti/|collaborative drawing application]]. It is a client/server web application diff --git a/src/basicwebsite.wiki b/src/basicwebsite.wiki index 91faa3a..d7ab76c 100644 --- a/src/basicwebsite.wiki +++ b/src/basicwebsite.wiki @@ -1,6 +1,6 @@ <> -//The code of this tutorial has been tested against Eliom dev.// \\ +//The code of this tutorial has been tested against Eliom 6.0.// \\ <<|wip|This tutorial is work in progress. Please send us any mistake or comment./>> diff --git a/src/interaction.wiki b/src/interaction.wiki index 4fde8b2..18635c3 100644 --- a/src/interaction.wiki +++ b/src/interaction.wiki @@ -1,6 +1,6 @@ =Implementing Web Interaction Using Eliom= -//The code of this tutorial has been tested with Eliom dev (30/06/2016) .// \\ +//The code of this tutorial has been tested with Eliom 6.0.// \\ <<|outline target="documentation">> diff --git a/src/misc.wiki b/src/misc.wiki index defe6fc..a5faae3 100644 --- a/src/misc.wiki +++ b/src/misc.wiki @@ -2,7 +2,7 @@ <<|outline target="documentation">> -//The code of this tutorial has been tested with Eliom dev (30/06/2016).// \\ +//The code of this tutorial has been tested with Eliom 6.0.// \\ ==Multi-user collaborative drawing application== diff --git a/src/start.wiki b/src/start.wiki index d08757a..51fd7a2 100644 --- a/src/start.wiki +++ b/src/start.wiki @@ -1,6 +1,6 @@ <> -//The code of this tutorial has been tested against Eliom dev.// \\ +//The code of this tutorial has been tested against Eliom 6.0.// \\ <<|wip|This tutorial is work in progress. Please send us any corrections or comments./>> @@ -98,8 +98,6 @@ out how things work. <