Quick links: Content - sections - sub sections
EN fr

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:tutorials:minitutorial:1.8.x [2023/04/12 16:05] – created - external edit 127.0.0.1en:tutorials:minitutorial:1.8.x [2023/04/12 16:14] (current) laurent
Line 1: Line 1:
-~~LANG:fr@fr:tutoriels:minitutoriel:1.7.x~~+~~LANG:fr@fr:tutoriels:minitutoriel:1.8.x~~
  
-====== Mini Tutorial for Jelix 1.======+====== Mini Tutorial for Jelix 1.======
  
-The goal of this tutorial is to quickly show how you can develop an application with Jelix 1.7+The goal of this tutorial is to quickly show how you can develop an application with Jelix 1.8.
  
 Examples of commands are to be executed into a bash/linux shell. If you are Examples of commands are to be executed into a bash/linux shell. If you are
Line 11: Line 11:
  
 Jelix is available with Composer. You can also download the framework manually Jelix is available with Composer. You can also download the framework manually
-( a zip or tar.gz archive), but you learn [[https://docs.jelix.org/en/manual-1.7/installation/create-application#installing-sources-from-jelix-org|how to do in the manual]].+( a zip or tar.gz archive), but you learn [[https://docs.jelix.org/en/manual-1.8/installation/create-application#installing-sources-from-jelix-org|how to do in the manual]].
  
 So you have [[https://getcomposer.org/doc/00-intro.md|to install Composer]], and So you have [[https://getcomposer.org/doc/00-intro.md|to install Composer]], and
Line 24: Line 24:
 cd myproject cd myproject
 composer init composer init
-composer require "jelix/jelix-standard:^1.7.0"+composer require "jelix/jelix-standard:^1.8.0"
 </code> </code>
  
Line 254: Line 254:
 "example~main". This is the @@F@main.tpl@@ file in the example module. "example~main". This is the @@F@main.tpl@@ file in the example module.
 "example~main" is called a selector. A "example~main" is called a selector. A
-[[http://docs.jelix.org/en/manual-1.7/selectors|Jelix selector]] is a shortcut+[[http://docs.jelix.org/en/manual-1.8/selectors|Jelix selector]] is a shortcut
 to refer to a resource of a module. Here is the content of to refer to a resource of a module. Here is the content of
 @@F@example/module/example/templates/main.tpl@@: @@F@example/module/example/templates/main.tpl@@:

en/tutorials/minitutorial/1.8.x.txt · Last modified: 2023/04/12 16:14 by laurent

Recent changes RSS feed Creative Commons License