Changes between Version 2 and Version 3 of GoFlow_DocFr
- Timestamp:
- May 17, 2008, 4:31:43 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoFlow_DocFr
v2 v3 1 [[PageOutline]] 2 1 3 = Guide Utilisateur GoFlow = 2 4 intro … … 4 6 == 1. Projet "Hello World" == 5 7 qzdcqcd 8 === titre 3 === 9 10 ---- 11 lines 12 ---- 6 13 7 14 == 2. Ajoutons une activité == … … 10 17 == 3. Ajoutons nos propres modèles == 11 18 sberge 19 {{{ 20 #!python 21 class Test: 22 def __init__(self): 23 print "Hello World" 24 if __name__ == '__main__': 25 Test() 26 }}} 12 27 13 28 == 4. Et avec du code == … … 21 36 [[Image(http://www.edgewall.com/gfx/trac_example_image.png)]] 22 37 38 === titre 3 === 39 fgghgjh 40 41 ==== titre 4 ==== 23 42 {{{ 24 43 code