Subversion Repositories wimsdev

Rev

Rev 5787 | Rev 5918 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 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!!
12
!let module_author	=XIAO, Gang
13
!let module_address	=xiao@unice.fr
2438 schaersvoo 14
!let module_title	=Mirrors
15
!let module_description	=lijst van WIMS mirrors. 
23 reyssat 16
!let module_version	=2.08
17
!let module_wims_version=2.08
18
 
19
!! This is English template file
20
!let module_language	=nl
21
 
22
!!Your copyright policy.
23
!!Your page will be included in wims distribution if the word `GNU'
24
!! appears in the following definition.
5787 bpr 25
!let module_copyright	=&copy; 1998 (<a href="COPYING">GNU GPL</a>)
23 reyssat 26
 
27
!! Possible categories: exercise, tool, dictionary, course, recreation.
28
!let module_category	=adm
29
 
30
!! En: elementary school. Hn: high school. Un: undergrad. 
31
!! G: graduate. R: research.
32
!! E1,...,E6; H1...,H6; U1,...,U4; G; R
33
!let module_level	=E1 E2 E3 E4 E5 E6 H1 H2 H3 H4 H5 H6 U1 U2 U3 U4 G R
34
 
35
!! e.g. algebra, analysis, geometry, etc.
36
!let module_domain	=
37
 
38
!! For search engines; anything you like.
39
!let module_keywords	=
40
 
41
 
42
!!INDEXEND
43
 
1092 bpr 44
!header1
1154 bpr 45
<h1 class="wims_title">
2914 reyssat 46
<font size=+2>W</font>WW
47
<font size=+2>I</font>nteractieve
48
<font size=+2>M</font>ultipurpose
5764 bpr 49
<font size=+2>S</font>erver<br/>
5708 bpr 50
<font size="-1">op <a href="/">$httpd_HTTP_HOST</a></font> <br/>
5836 bpr 51
$module_title</h1>
23 reyssat 52
 
2438 schaersvoo 53
!set mir=wimshome/public_html/html/mirrors.nl
23 reyssat 54
!set thissite=!tolower $httpd_SERVER_NAME
55
!set n=!recordcnt $mir
56
!set c=
57
!for i_=1 to $n
58
 !set m_=!record $i_ of $mir
59
 !set l_=!line 1 of $m_
60
 !set l_=!trim $l_
61
 !set l_=!translate / to $\
62
$ in $l_
63
 !set l_=!line 1 of $l_
64
 !set l_=!lower $l_
65
 !if $l_!=$thissite
66
  !set c=!append item $i_ to $c
67
 !endif
68
!next i_
69
!set n=!itemcnt $c
70
!if $n<1
5836 bpr 71
<p>
2438 schaersvoo 72
    Deze WIMS server heeft helaas geen lijst met actieve mirrors geinstalleerd.
5836 bpr 73
 </p>
23 reyssat 74
!else
2438 schaersvoo 75
    Hier is een lijst met WIMS servers die open staan voor publiek.
76
    Bij regelmatig WIMS gebruik en geen eigen server, is het verstandig een bookmark 
77
    van deze adressen lijst te maken.
5836 bpr 78
 $table_header
2438 schaersvoo 79
 $table_hdtr<th>Website</th>
80
 <th>Locatie</th>
81
 <th>Land</th>
5764 bpr 82
 <th>Ondersteund <br/>de talen</th>
2438 schaersvoo 83
 <th>Opmerkingen</th>
23 reyssat 84
 </tr>
85
 !for i_=1 to $n
86
  !set j_=!item $i_ of $c
87
  !set l_=!record $j_ of $mir
88
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
89
  !readproc mirror.proc
5708 bpr 90
  $table_tr<td>
23 reyssat 91
  <a href="$u_">$U_</a></td>
5708 bpr 92
  <td>$t_</td>
93
  <td>$C_</td>
94
  <td>
23 reyssat 95
  !for L_ in $l_
5708 bpr 96
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16" />
23 reyssat 97
  !next L_
3049 bpr 98
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
23 reyssat 99
  </td><td>$r_&nbsp;</td></tr>
100
 !next i_
5836 bpr 101
 $table_end
23 reyssat 102
!endif
103
 
104
:end
2438 schaersvoo 105
 
2911 schaersvoo 106
Heeft u een WIMS server geinstalleerd op internet en wilt dit adres opgenomen zien in
107
deze lijst, schrijf een email naar de
5254 bpr 108
!mailurl wimsdev@groupes.renater.fr ontwikkelings afdeling\
23 reyssat 109
wims mirror
110
.
111
<p>
2438 schaersvoo 112
WIMS is vrije software en kan gratis worden 
2911 schaersvoo 113
!href module=adm/light&phtml=download.phtml.$lang verkregen
2438 schaersvoo 114
en geinstalleerd alle op GNU/Linux systemen.
2911 schaersvoo 115
Lees het <a href="README">README</a> bestand in de download directory voor 
116
meer details mbt de installatie.
5836 bpr 117
</p>
23 reyssat 118
!tail
119