| 3 | | <jelix minversion="" maxversion="" /> |
|---|
| 4 | | <php minversion="" maxversion="" /> |
|---|
| 5 | | <name></name> |
|---|
| 6 | | <version stability=""></version> |
|---|
| 7 | | <licence uri=""></licence> |
|---|
| 8 | | <authors> |
|---|
| 9 | | <author role="lead/tester/developer/core-developer/packager/.." |
|---|
| 10 | | name="" email="" active="true/false"/> |
|---|
| 11 | | </authors> |
|---|
| 12 | | <infos lang=""> |
|---|
| 13 | | <summary> |
|---|
| 14 | | </summary> |
|---|
| 15 | | <description> |
|---|
| 16 | | </description> |
|---|
| 17 | | <notes> |
|---|
| 18 | | </notes> |
|---|
| 19 | | </infos> |
|---|
| | 3 | <info id="testapp@jelix.org" name="testapp" createdate="2005-01-01"> |
|---|
| | 4 | #expand <version stability="stable" date="">__VERSION__</version> |
|---|
| | 5 | <label lang="en-EN">Testapp</label> |
|---|
| | 6 | <description lang="en-EN">Application to test Jelix</description> |
|---|
| | 7 | <licence URL="http://www.gnu.org/licenses/gpl.html">GPL</licence> |
|---|
| | 8 | <copyright>2005-2008 Laurent Jouanneau and other contributors</copyright> |
|---|
| | 9 | <creator name="Laurent Jouanneau" email="laurent@jelix.org" active="true" /> |
|---|
| | 10 | <!--<contributor name="hisname" email="hisemail@yoursite.undefined" active="true" since="" role=""/>--> |
|---|
| | 11 | <homepageURL>http://jelix.org</homepageURL> |
|---|
| | 12 | </info> |
|---|
| | 13 | <dependencies> |
|---|
| | 14 | #expand <jelix minversion="__VERSION__" maxversion="__VERSION__" /> |
|---|
| | 15 | </dependencies> |
|---|
| | 16 | <directories> |
|---|
| | 17 | <config>var/config</config> |
|---|
| | 18 | <log>var/log</log> |
|---|
| | 19 | <var>var</var> |
|---|
| | 20 | <www>www</www> |
|---|
| | 21 | <temp>../temp/testapp</temp> |
|---|
| | 22 | </directories> |
|---|
| | 23 | <entrypoints> |
|---|
| | 24 | <entry file="index.php" config="index/config.ini.php" /> |
|---|
| | 25 | </entrypoints> |
|---|