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 6 and Version 7 of en/doc-guidelines
- Timestamp:
- Jun 22, 2009, 3:27:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/doc-guidelines
v6 v7 35 35 }}} 36 36 37 === (X)HTML content === 38 Any (X)HTML content should be surrounded with @@E@ and @@. 39 {{{ 40 @@E@<html tag>@@ 41 }}} 42 37 43 == Example code == 38 44 Example code is code that is used as example, and that could be directly used in a website. First, you need to surround the code with the <code code_type> </code> tags. The most used code types are php, html and ini.