Subversion Repositories wimsdev

Rev

Rev 14710 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14710 obado 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	=
14
!let module_maintainer_address=wimsdev@groupes.renater.fr
15
!let module_title	= Andere WIMS-Websites
16
!let module_description	=list of publically accessible WIMS sites around the world.
17
!let module_version	=2.08
18
!let module_wims_version=2.08
19
 
20
!! This is German template file
21
!let module_language	=de
22
 
23
!!Your copyright policy.
24
!!Your page will be included in wims distribution if the word `GNU'
25
!! appears in the following definition.
26
!let module_copyright	=&copy; 1998 (<a href="COPYING">GNU GPL</a>)
27
 
28
!! Possible categories: exercise, tool, dictionary, course, recreation.
29
!let module_category	=adm
30
 
31
!! En: elementary school. Hn: high school. Un: undergrad.
32
!! G: graduate. R: research.
33
!! E1,...,E6; H1...,H6; U1,...,U4; G; R
34
!let module_level	=E1 E2 E3 E4 E5 E6 H1 H2 H3 H4 H5 H6 U1 U2 U3 U4 G R
35
 
36
!! e.g. algebra, analysis, geometry, etc.
37
!let module_domain	=
38
 
39
!! For search engines; anything you like.
40
!let module_keywords	=
41
 
42
 
43
!!INDEXEND
44
 
45
!header1
46
<h1 class="wims_title">
17180 bpr 47
WWW Interactive Multipurpose Server<br>
48
<span style="font-size:small">at <a href="/">$httpd_HTTP_HOST</a></span> <br>
14710 obado 49
$module_title</h1>
50
 
51
!set mir=wimshome/public_html/html/mirrors.en
52
!set thissite=!tolower $httpd_SERVER_NAME
53
!set n=!recordcnt $mir
54
!set c=
55
!for i_=1 to $n
56
 !set m_=!record $i_ of $mir
57
 !set l_=!line 1 of $m_
58
 !set l_=!trim $l_
59
 !set l_=!translate / to $\
60
$ in $l_
61
 !set l_=!line 1 of $l_
62
 !set l_=!lower $l_
63
 !if $l_!=$thissite
64
  !set c=!append item $i_ to $c
65
 !endif
66
!next i_
67
!set n=!itemcnt $c
68
!if $n<1
69
 <p>
70
 This WIMS site does not keep a list of mirror sites. Sorry.
71
 </p>
72
!else
73
 Here are the other WIMS sites known to be open to the general public.
74
 If you use WIMS regularly in your work, we suggest
75
 that you bookmark at least some of these addresses, so that if your favorite
76
 site becomes temporarily unavailable, you would not see your work disrupted.
77
 
78
 $table_header
79
 $table_hdtr<th>Site</th>
80
 <th>Location</th>
81
 <th>Country</th>
17180 bpr 82
 <th>Supported<br>languages</th>
14710 obado 83
 <th>Comments</th>
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
90
  $table_tr<td>
91
  <a href="$u_">$U_</a></td>
92
  <td>$t_</td>
93
  <td>$C_</td>
94
  <td>
95
  !for L_ in $l_
17180 bpr 96
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16">
14710 obado 97
  !next L_
98
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
99
  </td><td>$r_&nbsp;</td></tr>
100
 !next i_
101
 $table_end
102
!endif
103
 
104
:end
105
If you have a WIMS installation and want it to be listed here, please write to
106
!mailurl wimsdev@groupes.renater.fr wimsdev\
107
wims mirror
108
.
109
<p>
110
WIMS is a software which can be freely
111
!href module=adm/light&phtml=download.phtml.$lang downloaded
112
 
113
 and can be installed on Linux operating systems.
114
Please see the <a href="README">README</a> file for more
115
details on how to install WIMS.
116
</p>
117
!tail
118