Subversion Repositories wimsdev

Rev

Rev 13071 | 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   =&copy; 2009 (<a href="COPYING">GNU GPL</a>)
2043 bpr 23
 
464 bpr 24
!header
25
 
13071 obado 26
<div class="wims_widget_box medium_size float_left">
8047 obado 27
    <div class="title_box">
28
        <h2>Installation</h2>
29
    </div>
30
    <div class="box_content">
16157 obado 31
        <p>You may download the last stable version of wims from <a target="wims_external" href="https://sourcesup.renater.fr">SourceSup repository</a> here:</p>
13071 obado 32
        <p class="wimscenter"><a href="https://sourcesup.renater.fr/frs/?group_id=379" class="wims_button icon_button"><span class="download">Download WIMS</span></a></p>
644 bpr 33
 
8047 obado 34
        <p>
13071 obado 35
            Tips and install instructions (in french) are provided by <a class="external_link" target="wims_external" href="http://wimsedu.info">WIMS&nbsp;Edu&nbsp;association</a>:
16157 obado 36
            <p class="wimscenter"><a class="wims_button small external_link" target="wims_external" href="https://wiki.wimsedu.info/doku.php?id=installation:a">wiki.wimsedu.info</a></p>
8047 obado 37
        </p>
644 bpr 38
 
8047 obado 39
    </div>
40
</div>
41
 
13071 obado 42
<div class="wims_widget_box medium_size float_left">
8047 obado 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):
16157 obado 50
            <a class="wims_button external_link" target="wims_external" href="https://wiki.wimsedu.info/doku.php?id=installation:first_config">First WIMS configuration </a>
8047 obado 51
        </p>
52
    </div>
53
</div>
54
 
55
 
464 bpr 56
!tail