Trace:
Differences ¶
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:faq [2006/09/06 09:22] – doubleface | en:faq [2024/04/27 20:42] (current) – laurent | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~LANG: | ||
+ | |||
====== FAQ ====== | ====== FAQ ====== | ||
===== Beginning ===== | ===== Beginning ===== | ||
+ | |||
* **What does Jelix mean ?** Nothing. | * **What does Jelix mean ?** Nothing. | ||
- | * **What is the logo representing ?** It commes | + | * **What is the logo representing ?** It comes from a deep reflexion |
- | * **When did the Jelix project start ?** During the autumn 2005, and came out in January 2006 in pre-alpha version, | + | * **When did the Jelix project start ?** During the autumn 2005, and came out in January 2006 in pre-alpha version, |
- | * **How was born Jelix ?** From a desire | + | * **How was born Jelix ?** From a desire |
- | * **Is Jelix then a fork of Copix ?** It is more a new project assembling some parts of Copix, than a real fork. A large part of the code has been entirely rewritten and Jelix does not function the same way, even if the main principle are the same (modules, DAO, ...) | + | * **Is Jelix then a fork of Copix ?** Yes it is, but a large part of the code has been entirely rewritten and Jelix does not function the same way, even if the main principle are the same (modules, DAO, ...) |
- | * **Why a new framework when there is the Zend framework, and //here your favourite framework// ?** Because, on the one hand, Jelix started | + | * **Why a new framework |
===== License and copyright ===== | ===== License and copyright ===== | ||
+ | |||
**On what license is Jelix available ?** LGPL. GNU LESSER GENERAL PUBLIC LICENSE. The command-line scripts are under GPL. | **On what license is Jelix available ?** LGPL. GNU LESSER GENERAL PUBLIC LICENSE. The command-line scripts are under GPL. | ||
- | |||
- | |||
===== Contributions ===== | ===== Contributions ===== | ||
+ | |||
* **How can I contribute to the Jelix project ?** We need people to make the site evolve, complete the documentation and tutorials, realize " | * **How can I contribute to the Jelix project ?** We need people to make the site evolve, complete the documentation and tutorials, realize " | ||
- | * **I want to contribute to the code because I would like to make improvements, | + | * **I want to contribute to the code because I would like to make improvements, |
- | * **I made a modification and I would like to integrate it in the official version, how can I do ?** It is initially necessary to prepare a patch (with diff type tools) from the repository | + | * **I made a modification and I would like to integrate it in the official version, how can I do ?** You can fork our git repository |
- | * **I found a bug !** If you are sure of the bug, post it in the [[http://developer.berlios.de/bugs/? | + | * **I found a bug !** If you are sure of the bug, post it in the [[http://github.com/jelix/jelix/ |
- | * **There is a mistake in the documentation, | + | * **There is a mistake in the documentation, |
- | * **I would like a write access to the subversion repository** : The write access is given to those who contribute actively to Jelix. Thus it is necessary to justify of a certain motivation, and to have proposed some significant patchs. And it is also necessary to know how to use subversion... | + | |
===== Technical ===== | ===== Technical ===== | ||
- | | + | |
- | * **Can we use the template engine separately ?** Yes, there is a standalone version of jTpl. | + | |
+ | * **Can we use the template engine separately ?** Yes, there is a standalone version of jTpl. Since 2015, it is called Castor and [[https:// | ||
* **Jelix can't generate a page in the XXX format, how can I do ?** You only have to create an object that derives from jResponse, which is able to generate a XXX document and to declare it in the configuration. Any contribution in this way is welcomed, by the way. | * **Jelix can't generate a page in the XXX format, how can I do ?** You only have to create an object that derives from jResponse, which is able to generate a XXX document and to declare it in the configuration. Any contribution in this way is welcomed, by the way. | ||
===== Other ===== | ===== Other ===== | ||
- | * **Is there a PHP4 version of Jelix ?** No, Jelix uses many specificities of PHP5. | + | |
- | * **I would like to use Jelix now, even if it is not in final version, is there a risk ?** Jelix in alpha version is intensively used in several projects (some are professional). The core is relatively stable, as well as the additional classes (jDao, jDb, jTpl...). The bugs are rather quickly corrected. Jelix is not in 1.0 final version only because not all the features are implemented yet, and the actual classes, that are actively tested, can have the API changed (generally the API changed are discussed with contributors and main users). As a summary | + | |
- | * **I made a site with Jelix, can I advertise about it?** Yes, on [[http:// | + | * **I made a site with Jelix, |
+ | * **I made an application based on jelix, or a module or a plugin, where can I tell to the community this existing project |