Trace:
Wiki: Sitemap - Recent changes - Back link
Differences ΒΆ
This shows you the differences between two versions of the page.
|
en:tutorials:minitutorial:1.2.x [2011/02/28 16:38] ilon |
en:tutorials:minitutorial:1.2.x [2012/04/15 10:37] (current) laurent |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Download and installation ===== | ===== Download and installation ===== | ||
| - | First, [[en:download:stable:1.2#developer-edition|download the "developer" edition of Jelix]]. Jelix requires at least PHP 5.2 (See [[en:manual-1.2:installation:requirements|here a detailed list of requirements]]) | + | First, [[en:download:stable:1.2#developer-edition|download the "developer" edition of Jelix]]. Jelix requires at least PHP 5.2 (See [[http://docs.jelix.org/en/manual-1.2/installation/requirements|here a detailed list of requirements]]) |
| Unpack the archive file you have downloaded, with your archiver software companion. For example, with tar (replace x with you'r version): | Unpack the archive file you have downloaded, with your archiver software companion. For example, with tar (replace x with you'r version): | ||
| Line 229: | Line 229: | ||
| </code> | </code> | ||
| - | This "customized" response assigns to its @@P@bodyTpl@@ member the default template which will be used to generate the @@<body>@@ content of all pages : "example~main". This is the @@F@main.tpl@@ file in the example module. "example~main" is called a selector. A [[en:manual-1.2:selectors|Jelix selector]] is a shortcut to refer to a resource of a module. Here is the content of @@F@example/module/example/templates/main.tpl@@: | + | This "customized" response assigns to its @@P@bodyTpl@@ member the default template which will be used to generate the @@<body>@@ content of all pages : "example~main". This is the @@F@main.tpl@@ file in the example module. "example~main" is called a selector. A [[http://docs.jelix.org/en/manual-1.2/selectors|Jelix selector]] is a shortcut to refer to a resource of a module. Here is the content of @@F@example/module/example/templates/main.tpl@@: |
| <code html> | <code html> | ||

