Subversion Repositories wimsdev

Rev

Rev 3049 | Rev 5254 | 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.
27
!let module_copyright	=&copy; 1998 (<a href=COPYING>GNU GPL</a>)
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
!!<html><head>
47
!!$wims_html_header
48
!!</head>
49
!!<body $wims_htmlbody>
50
!header1
1154 bpr 51
<h1 class="wims_title">
2914 reyssat 52
<font size=+2>W</font>WW
53
<font size=+2>I</font>nteractive
54
<font size=+2>M</font>ultipurpose
55
<font size=+2>S</font>erver<br>
1154 bpr 56
<font size="-1">à <a href="/">$httpd_HTTP_HOST</a></font> <br>
57
$module_title</h1> <p>
23 reyssat 58
 
656 mquerol 59
!set mir=wimshome/public_html/html/mirrors.ca
23 reyssat 60
!set thissite=!tolower $httpd_SERVER_NAME
61
!set n=!recordcnt $mir
62
!set c=
63
!for i_=1 to $n
64
 !set m_=!record $i_ of $mir
65
 !set l_=!line 1 of $m_
66
 !set l_=!trim $l_
67
 !set l_=!translate / to $\
68
$ in $l_
69
 !set l_=!line 1 of $l_
70
 !set l_=!lower $l_
71
 !if $l_!=$thissite
72
  !set c=!append item $i_ to $c
73
 !endif
74
!next i_
75
!set n=!itemcnt $c
76
!if $n<1
656 mquerol 77
 Aquest lloc WIMS sembla que no té llista de rèpliques. Ho sento.
23 reyssat 78
 <p>
79
!else
656 mquerol 80
 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.
81
 
23 reyssat 82
 <p>$table_header
4110 bpr 83
 $table_hdtr<th>Lloc</th><th>Localització</th><th>País</td><th>Llengües</th><th>Observacions</th></tr>
23 reyssat 84
 !for i_=1 to $n
85
  !set j_=!item $i_ of $c
86
  !set l_=!record $j_ of $mir
87
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
88
  !readproc mirror.proc
3049 bpr 89
  $table_tr<td align="center">
4110 bpr 90
  <a href="$u_">$U_</a></td>
91
  <td align="center">$t_</td>
92
  <td align="center">$C_</td>
3049 bpr 93
  <td align="center">
23 reyssat 94
  !for L_ in $l_
4110 bpr 95
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16">
23 reyssat 96
  !next L_
3049 bpr 97
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
4110 bpr 98
  </td><td>$r_&nbsp;</td></tr>
23 reyssat 99
 !next i_
100
 $table_end <p>
101
!endif
102
 
103
:end
656 mquerol 104
Si tens un lloc WIMS i vols que aparegui en aquest llistat, sisplau
2910 bpr 105
!mailurl wimsdev@cru.fr escriu-me\
23 reyssat 106
wims mirror
107
.
108
<p>
656 mquerol 109
WIMS és un software que es pot 
2910 bpr 110
!href module=adm/light&phtml=download.phtml.$lang descarregar
111
 de franc,
656 mquerol 112
i s'instal·la sobre Linux.
2910 bpr 113
Sisplau, llegiu l'arxiu <a href="README">README</a> per obtenir més informació sobre com instal·lar WIMS.
23 reyssat 114
 
115
!tail
116