Skip to content

Commit 650892f

Browse files
balatvasilisp
authored andcommitted
Eliom dev → Eliom 6.0 (#63)
1 parent 1776318 commit 650892f

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

src/application.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<<header| =Writing a client/server Eliom application >>
22

3-
//The code of this tutorial has been tested against Eliom dev (30/06/2016).// \\
3+
//The code of this tutorial has been tested against Eliom 6.0.// \\
44

55
In this chapter, we will write a [[site:graffiti/|collaborative
66
drawing application]]. It is a client/server web application

src/basicwebsite.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<<header| =Writing a basic Web site in OCaml >>
22

3-
//The code of this tutorial has been tested against Eliom dev.// \\
3+
//The code of this tutorial has been tested against Eliom 6.0.// \\
44

55
<<|wip|This tutorial is work in progress. Please send us any mistake or comment./>>
66

src/interaction.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=Implementing Web Interaction Using Eliom=
22

3-
//The code of this tutorial has been tested with Eliom dev (30/06/2016) .// \\
3+
//The code of this tutorial has been tested with Eliom 6.0.// \\
44

55
<<|outline target="documentation">>
66

src/misc.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<<|outline target="documentation">>
44

5-
//The code of this tutorial has been tested with Eliom dev (30/06/2016).// \\
5+
//The code of this tutorial has been tested with Eliom 6.0.// \\
66

77
==Multi-user collaborative drawing application==
88

src/start.wiki

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<<header| =Your first app in 5 minutes >>
22

3-
//The code of this tutorial has been tested against Eliom dev.// \\
3+
//The code of this tutorial has been tested against Eliom 6.0.// \\
44

55
<<|wip|This tutorial is work in progress. Please send us any corrections or comments./>>
66

@@ -98,8 +98,6 @@ out how things work.
9898
<<div class="screenshots"|
9999
[[wiki:files/screenshots/start-mobile-3.png|
100100
{{wiki(79):files/screenshots/start-mobile-3.png|Ocsigen Start}}]]
101-
[[wiki:files/screenshots/start-mobile-5.png|
102-
{{wiki(79):files/screenshots/start-mobile-5.png|Ocsigen Start}}]]
103101
[[wiki:files/screenshots/start-mobile-6.png|
104102
{{wiki(79):files/screenshots/start-mobile-6.png|Ocsigen Start}}]]
105103
[[wiki:files/screenshots/start-mobile-7.png|

0 commit comments

Comments
 (0)