Trace:
Wiki: Sitemap - Recent changes - Back link
Differences ΒΆ
This shows you the differences between two versions of the page.
|
en:tutorials:minitutorial:1.1.x [2009/01/07 22:56] bibo |
en:tutorials:minitutorial:1.1.x [2012/04/15 10:36] (current) laurent |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== Download and installation ===== | ===== Download and installation ===== | ||
| - | First, [[en:download:stable:1.1#developer-edition|download the "developer" edition of Jelix]]. Jelix requires at least PHP 5.2 (See [[en:manual-1.1:installation:requirements|here a detailed list of requirements]]) | + | First, [[en:download:stable:1.1#developer-edition|download the "developer" edition of Jelix]]. Jelix requires at least PHP 5.2 (See [[http://docs.jelix.org/en/manual-1.1/installation/requirements|here a detailed list of requirements]]) |
| Then, unpack the archive file you have downloaded, with your archiver software companion. For example, with tar: | Then, unpack the archive file you have downloaded, with your archiver software companion. For example, with tar: | ||
| Line 186: | Line 186: | ||
| </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.1:selectors|Jelix selector]] is a shortcut to refer to a resource of a module. Here is the content of 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.1/selectors|Jelix selector]] is a shortcut to refer to a resource of a module. Here is the content of main.tpl: |
| <code html> | <code html> | ||

