Skip to content

Commit

Permalink
Deprecated template basics.ppx in favor of client-server.basic (dune …
Browse files Browse the repository at this point in the history
…based)
  • Loading branch information
balat committed Dec 21, 2023
1 parent bb17b10 commit 627bacc
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tutos/7.1/manual/application.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ very simple project called {{{graffiti}}} in the directory
{{{graffiti}}}:

<<code language="shell"|
$ eliom-distillery -name graffiti -template basic.ppx -target-directory graffiti
$ eliom-distillery -name graffiti -template client-server.basic -target-directory graffiti
>>

===My first page===
Expand Down
2 changes: 1 addition & 1 deletion tutos/7.1/manual/basics.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Have a look at the {{{README}}} file.

The make-based build system is provided by the basic template:
{{{
eliom-distillery -template basic.ppx -name myapp
eliom-distillery -template client-server.basic -name myapp
}}}
Have a look at the {{{README}}} file.

Expand Down
2 changes: 1 addition & 1 deletion tutos/7.1/manual/basicwebsite.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ configuration file for Ocsigen Server).


<<code language="shell"|
$ eliom-distillery -name mysite -template basic.ppx -target-directory mysite
$ eliom-distillery -name mysite -template client-server.basic -target-directory mysite
>>

Modify file {{{mysite.eliom}}} to include the piece of code above,
Expand Down
4 changes: 2 additions & 2 deletions tutos/7.1/manual/how-to-compile-my-ocsigen-pages.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Eliom-distillery will help you to build your client-server application
using Eliom.
It comes with several templates ("basic.ppx", "basic", "mobile",
It comes with several templates ("client-server.basic", "os.pgocaml",
and more to come ...).

{{{
$ eliom-distillery -name <name> -template basic.ppx [-target-directory <dir>]
$ eliom-distillery -name <name> -template client-server.basic [-target-directory <dir>]
}}}

Eliom distillery will also create a default configuration file for Ocsigen
Expand Down
2 changes: 1 addition & 1 deletion tutos/7.1/manual/tutowidgets.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let%client _ =
To compile it, first create a project by calling

{{{
eliom-distillery -name ex -template basic.ppx
eliom-distillery -name ex -template client-server.basic
}}}

The name of the project must match the name given to the functor
Expand Down
2 changes: 1 addition & 1 deletion tutos/dev/manual/application.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ very simple project called {{{graffiti}}} in the directory
{{{graffiti}}}:

<<code language="shell"|
$ eliom-distillery -name graffiti -template basic.ppx -target-directory graffiti
$ eliom-distillery -name graffiti -template client-server.basic -target-directory graffiti
>>

===My first page===
Expand Down
2 changes: 1 addition & 1 deletion tutos/dev/manual/basics.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Have a look at the {{{README}}} file.

The make-based build system is provided by the basic template:
{{{
eliom-distillery -template basic.ppx -name myapp
eliom-distillery -template client-server.basic -name myapp
}}}
Have a look at the {{{README}}} file.

Expand Down
2 changes: 1 addition & 1 deletion tutos/dev/manual/basicwebsite.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ configuration file for Ocsigen Server).


<<code language="shell"|
$ eliom-distillery -name mysite -template basic.ppx -target-directory mysite
$ eliom-distillery -name mysite -template client-server.basic -target-directory mysite
>>

Modify file {{{mysite.eliom}}} to include the piece of code above,
Expand Down
4 changes: 2 additions & 2 deletions tutos/dev/manual/how-to-compile-my-ocsigen-pages.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Eliom-distillery will help you to build your client-server application
using Eliom.
It comes with several templates ("basic.ppx", "basic", "mobile",
It comes with several templates ("client-server.basic", "os.pgocaml",
and more to come ...).

{{{
$ eliom-distillery -name <name> -template basic.ppx [-target-directory <dir>]
$ eliom-distillery -name <name> -template client-server.basic [-target-directory <dir>]
}}}

Eliom distillery will also create a default configuration file for Ocsigen
Expand Down
2 changes: 1 addition & 1 deletion tutos/dev/manual/tutowidgets.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let%client _ =
To compile it, first create a project by calling

{{{
eliom-distillery -name ex -template basic.ppx
eliom-distillery -name ex -template client-server.basic
}}}

The name of the project must match the name given to the functor
Expand Down

0 comments on commit 627bacc

Please sign in to comment.