developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 1 and Version 2 of en/codingstyle
- Timestamp:
- Mar 23, 2010, 11:33:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/codingstyle
v1 v2 5 5 Here are the rules you must respect while editing sources of jelix : 6 6 7 * encoding used in the sources is UTF-8 (since svn 386)7 * encoding used in the sources is UTF-8 8 8 * for indent, 4 space characters are used (no tab character) 9 * no spaces at the end of lines 9 10 10 11 == Creating a new file == … … 18 19 * @author your name 19 20 * @contributor 20 * @copyright 20 07your name21 * @link http:// www.jelix.org21 * @copyright 2010 your name 22 * @link http://jelix.org 22 23 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 23 24 */ … … 32 33 == Modifying the existing sources == 33 34 34 For the files you modify but you didn't cre qte, you can specify your name in the header :35 For the files you modify but you didn't create, you can specify your name in the header : 35 36 36 37 * in the @contributor line