Subversion Repositories wimsdev

Rev

Rev 8002 | 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
8002 bpr 13
!let module_address	=
14
!let module_maintainer_address=wimsdev@groupes.renater.fr
23 reyssat 15
!let module_title	=Réplicas públicas
16
!let module_description	=lista de sitios WIMS accesibles al público.
17
!let module_version	=2.08
18
!let module_wims_version=2.08
19
 
20
!! This is the Spanish template file
21
!let module_language	=es
22
 
23
!!Your copyright policy.
24
!!Your page will be included in wims distribution if the word `GNU'
25
!! appears in the following definition.
5787 bpr 26
!let module_copyright	=&copy; 1998 (<a href="COPYING">GNU GPL</a>)
23 reyssat 27
 
28
!! Possible categories: exercise, tool, dictionary, course, recreation.
29
!let module_category	=adm
30
 
8002 bpr 31
!! En: elementary school. Hn: high school. Un: undergrad.
23 reyssat 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
!let module_translator	=Juan Rafael Fernández García
43
!let module_translator_address=juanrafael.fernandez@hispalinux.es
44
 
45
!!INDEXEND
46
 
1092 bpr 47
!header1
1154 bpr 48
<h1 class="wims_title">
5918 bpr 49
<span style="text-transform:capitalize;">www
17180 bpr 50
Interactive Multipurpose Server</span><br>
51
<span style="font-size:small">en <a href="/">$httpd_HTTP_HOST</a></span> <br>
5836 bpr 52
$module_title</h1>
23 reyssat 53
 
54
!set mir=wimshome/public_html/html/mirrors.es
55
!set thissite=!tolower $httpd_SERVER_NAME
56
!set n=!recordcnt $mir
57
!set c=
58
!for i_=1 to $n
59
 !set m_=!record $i_ of $mir
60
 !set l_=!line 1 of $m_
61
 !set l_=!trim $l_
62
 !set l_=!translate / to $\
63
$ in $l_
64
 !set l_=!line 1 of $l_
65
 !set l_=!lower $l_
66
 !if $l_!=$thissite
67
  !set c=!append item $i_ to $c
68
 !endif
69
!next i_
70
!set n=!itemcnt $c
71
!if $n<1
5836 bpr 72
<p>
23 reyssat 73
 Este sitio WIMS no parece mantener una lista de réplicas. Lo sentimos.
5836 bpr 74
 </p>
23 reyssat 75
!else
76
 Aquí están los otros sitios WIMS que se sabe que están abiertos al
77
 público general. Si usa normalmente WIMS en su trabajo, le sugerimos
78
 que añada a sus Favoritos al menos una de estas direcciones.
8002 bpr 79
 
5836 bpr 80
 $table_header
17180 bpr 81
 $table_hdtr<th>Sitio</th><th>Localización</th><th>País</th><th>Idiomas<br>en que funciona</th><th>Comentarios</th></tr>
23 reyssat 82
 !for i_=1 to $n
83
  !set j_=!item $i_ of $c
84
  !set l_=!record $j_ of $mir
85
  !distribute lines $l_ into u_,t_,C_,l_,m_,e_,r_
86
  !readproc mirror.proc
5708 bpr 87
  $table_tr<td>
4110 bpr 88
  <a href="$u_">$U_</a></td>
5708 bpr 89
  <td>$t_</td>
90
  <td>$C_</td>
91
  <td>
23 reyssat 92
  !for L_ in $l_
17180 bpr 93
   <img src="gifs/$L_.gif" alt="$L_.gif" height="16">
23 reyssat 94
  !next L_
3049 bpr 95
!!  <td align="center">!mailurl n$e_ $m_\nWIMS site
4110 bpr 96
  </td><td>$r_&nbsp;</td></tr>
23 reyssat 97
 !next i_
5836 bpr 98
 $table_end
23 reyssat 99
!endif
100
 
101
:end
102
Si tiene una instalación WIMS y quiere que aparezca en este listado,
103
por favor
5254 bpr 104
!mailurl wimsdev@groupes.renater.fr escríbame\
23 reyssat 105
wims mirror
106
.
107
<p>
8002 bpr 108
WIMS se puede
2910 bpr 109
!href module=adm/light&phtml=download.phtml.$lang descargar
110
 gratuitamente,
23 reyssat 111
y puede instalarse sobre sistemas operativos Linux.
2910 bpr 112
Por favor, lea el archivo <a href="README">README</a>  para obtener más información sobre cómo instalar WIMS.
5836 bpr 113
</p>
23 reyssat 114
!tail
115