Rev 5836 | Rev 13071 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2043 | bpr | 1 | !!INDEX |
2 | !! Erase the above line to hide your page from wims search engine. |
||
3 | !! Line starting with double exclamations are comment lines. |
||
4 | !! |
||
5 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
6 | !! |
||
7 | !! Indexing definitions. You should modify them according to your case. |
||
8 | !! |
||
9 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
||
10 | |||
11 | !! Put every definition in ONE LINE!! |
||
8047 | obado | 12 | !let module_author = |
13 | !let module_address = |
||
14 | !let module_title =Download WIMS |
||
15 | !let module_description = |
||
2043 | bpr | 16 | |
8047 | obado | 17 | !let module_language =$lang |
2043 | bpr | 18 | |
19 | !!Your copyright policy. |
||
20 | !!Your page will be included in wims distribution if the word `GNU' |
||
21 | !! appears in the following definition. |
||
8047 | obado | 22 | !let module_copyright =© 2009 (<a href="COPYING">GNU GPL</a>) |
2043 | bpr | 23 | |
464 | bpr | 24 | !header |
25 | |||
8047 | obado | 26 | <div class="wims_widget_box medium_size"> |
27 | <div class="title_box"> |
||
28 | <h2>Installation</h2> |
||
29 | </div> |
||
30 | <div class="box_content"> |
||
31 | <p>You may download the last stable version of wims from <a target="wims_external" href="http://sourcesup.renater.fr">SourceSup repository</a> here:</p> |
||
32 | <p class="wimscenter"><a href="https://sourcesup.renater.fr/frs/?group_id=379" class="wims_button">Download WIMS</a></p> |
||
644 | bpr | 33 | |
8047 | obado | 34 | <p> |
35 | Tips and install instructions (in french) are provided by <a target="wims_external" href="http://wimsedu.info">WIMS Edu association</a>: |
||
36 | <a class="wims_button small" target="wims_external" href="http://wimsedu.info/wiki/doku.php?id=installation:a">http://wiki.wimsedu.info</a> |
||
37 | </p> |
||
644 | bpr | 38 | |
8047 | obado | 39 | </div> |
40 | </div> |
||
41 | |||
42 | <div class="wims_widget_box medium_size"> |
||
43 | <div class="title_box"> |
||
44 | <h2>Configuration</h2> |
||
45 | </div> |
||
46 | <div class="box_content"> |
||
47 | <p>Once the installation completed, all modules may be downloaded via the site maintenance tool.</p> |
||
48 | <p class="wimscenter"> |
||
49 | Here's a configuration doc (in french): |
||
50 | <a class="wims_button" target="wims_external" href="http://wimsedu.info/wiki/doku.php?id=installation:first_config">First WIMS configuration </a> |
||
51 | </p> |
||
52 | </div> |
||
53 | </div> |
||
54 | |||
55 | |||
464 | bpr | 56 | !tail |