Changes between Version 2 and Version 3 of GoFlow_DocFr


Ignore:
Timestamp:
May 17, 2008, 4:31:43 PM (16 years ago)
Author:
goflow@…
Comment:

tests de mise en page

Legend:

Unmodified
Added
Removed
Modified
  • GoFlow_DocFr

    v2 v3  
     1[[PageOutline]]
     2
    13= Guide Utilisateur GoFlow =
    24intro
     
    46== 1. Projet "Hello World" ==
    57qzdcqcd
     8=== titre 3 ===
     9
     10----
     11lines
     12----
    613
    714== 2. Ajoutons une activité ==
     
    1017== 3. Ajoutons nos propres modèles ==
    1118sberge
     19{{{
     20#!python
     21class Test:
     22    def __init__(self):
     23        print "Hello World"
     24if __name__ == '__main__':
     25   Test()
     26}}}
    1227
    1328== 4. Et avec du code ==
     
    2136[[Image(http://www.edgewall.com/gfx/trac_example_image.png)]]
    2237
     38=== titre 3 ===
     39fgghgjh
     40
     41==== titre 4 ====
    2342{{{
    2443code
Back to Top