Subversion Repositories wimsdev

Rev

Rev 5708 | Rev 5836 | 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
656 mquerol 14
!let module_translator  =Manel Querol
15
!let module_translator_address=mquerol@xtec.cat
16
!let module_title	=Rèpliques Públiques
17
!let module_description	=llista de llocs WIMS accessibles al públic.
23 reyssat 18
!let module_version	=2.08
19
!let module_wims_version=2.08
20
 
21
!! This is English template file
656 mquerol 22
!let module_language	=ca
23 reyssat 23
 
24
!!Your copyright policy.
25
!!Your page will be included in wims distribution if the word `GNU'
26
!! appears in the following definition.
5708 bpr 27
!let module_copyright	=&copy; 1998 (<a href="COPYING">GNU GPL</a>)
23 reyssat 28
 
29
!! Possible categories: exercise, tool, dictionary, course, recreation.
30
!let module_category	=adm
31
 
32
!! En: elementary school. Hn: high school. Un: undergrad. 
33
!! G: graduate. R: research.
34
!! E1,...,E6; H1...,H6; U1,...,U4; G; R
35
!let module_level	=E1 E2 E3 E4 E5 E6 H1 H2 H3 H4 H5 H6 U1 U2 U3 U4 G R
36
 
37
!! e.g. algebra, analysis, geometry, etc.
38
!let module_domain	=
39
 
40
!! For search engines; anything you like.
41
!let module_keywords	=
42
 
43
 
44
!!INDEXEND
45
 
1092 bpr 46
!header1
1154 bpr 47
<h1 class="wims_title">
2914 reyssat 48
<font size=+2>W</font>WW
49
<font size=+2>I</font>nteractive
50
<font size=+2>M</font>ultipurpose
5764 bpr 51
<font size=+2>S</font>erver<br/>
5708 bpr 52
<font size="-1">à <a href="/">$httpd_HTTP_HOST</a></font><br/>
1154 bpr 53
$module_title</h1> <p>
23 reyssat 54
 
656 mquerol 55
!set mir=wimshome/public_html/html/mirrors.ca
23 reyssat 56
!set thissite=!tolower $httpd_SERVER_NAME
57
!set n=!recordcnt $mir
58
!set c=
59
!for i_=1 to $n
60
 !set m_=!record $i_ of $mir
61
 !set l_=!line 1 of $m_
62
 !set l_=!trim $l_
63
 !set l_=!translate / to $\
64
$ in $l_
65
 !set l_=!line 1 of $l_
66
 !set l_=!lower $l_
67
 !if $l_!=$thissite
68
  !set c=!append item $i_ to $c
69
 !endif
70
!next i_
71
!set n=!itemcnt $c
72
!if $n<1
656 mquerol 73
 Aquest lloc WIMS sembla que no té llista de rèpliques. Ho sento.
23 reyssat 74
 <p>
75
!else
656 mquerol 76
 Aquests són els altres llocs WIMS que sabem que estan oberts al públic. Si utilitzes normalment WIMS a la teva feina, inclou a les teves Adreces d'interès alguna de les següents adreces.
77
 
23 reyssat 78
 <p>$table_header
4110 bpr 79
 $table_hdtr<th>Lloc</th><th>Localització</th><th>País</td><th>Llengües</th><th>Observacions</th></tr>
23 reyssat 80
 !for i_=1 to $n
81
  !set j_=!item $i_ of $c
82
  !set l_=!record $j_ of $mir
83
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
84
  !readproc mirror.proc
5708 bpr 85
  $table_tr<td>
4110 bpr 86
  <a href="$u_">$U_</a></td>
5708 bpr 87
  <td>$t_</td>
88
  <td>$C_</td>
89
  <td>
23 reyssat 90
  !for L_ in $l_
5708 bpr 91
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16" />
23 reyssat 92
  !next L_
3049 bpr 93
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
4110 bpr 94
  </td><td>$r_&nbsp;</td></tr>
23 reyssat 95
 !next i_
96
 $table_end <p>
97
!endif
98
 
99
:end
656 mquerol 100
Si tens un lloc WIMS i vols que aparegui en aquest llistat, sisplau
5254 bpr 101
!mailurl wimsdev@groupes.renater.fr escriu-me\
23 reyssat 102
wims mirror
103
.
104
<p>
656 mquerol 105
WIMS és un software que es pot 
2910 bpr 106
!href module=adm/light&phtml=download.phtml.$lang descarregar
107
 de franc,
656 mquerol 108
i s'instal·la sobre Linux.
2910 bpr 109
Sisplau, llegiu l'arxiu <a href="README">README</a> per obtenir més informació sobre com instal·lar WIMS.
23 reyssat 110
 
111
!tail
112