Rev 12811 | 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 =Sites Miroirs Publics |
16 | !let module_description =liste de sites WIMS publiquement accessibles dans le monde. |
||
17 | !let module_version =2.08 |
||
18 | !let module_wims_version=2.08 |
||
19 | |||
20 | !let module_language =fr |
||
21 | |||
22 | !!Your copyright policy. |
||
23 | !!Your page will be included in wims distribution if the word `GNU' |
||
24 | !! appears in the following definition. |
||
5708 | bpr | 25 | !let module_copyright =© 1998 (<a href="COPYING">GNU GPL</a>) |
23 | reyssat | 26 | |
27 | !! Possible categories: exercise, tool, dictionary, course, recreation. |
||
28 | !let module_category =adm |
||
29 | |||
8002 | bpr | 30 | !! En: elementary school. Hn: high school. Un: undergrad. |
23 | reyssat | 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 | |||
1044 | bpr | 44 | !header1 |
1154 | bpr | 45 | <h1 class="wims_title"> |
12811 | obado | 46 | <span style="text-transform:capitalize;">www |
17180 | bpr | 47 | Interactive Multipurpose Server</span><br> |
48 | <span style="font-size:small">à <a href="/">$httpd_HTTP_HOST</a></span><br> |
||
12811 | obado | 49 | $module_title |
50 | </h1> |
||
23 | reyssat | 51 | !set mir=wimshome/public_html/html/mirrors.fr |
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 |
||
5836 | bpr | 69 | <p> |
23 | reyssat | 70 | Ce site WIMS ne maintient pas de liste de sites miroir. Désolé. |
5836 | bpr | 71 | </p> |
23 | reyssat | 72 | !else |
73 | Voici les sites WIMS connus pour être ouverts à tout le monde. Si vous utilisez |
||
74 | WIMS régulièrement dans votre travail, nous suggérons que vous bookmarquiez |
||
75 | au moins une partie de ces adresses ; ainsi, si votre site préféré |
||
76 | tombe en panne momentanément, vous pourrez utiliser un de ces sites en remplacement pour votre travail. |
||
8002 | bpr | 77 | |
5708 | bpr | 78 | $table_header |
17180 | bpr | 79 | $table_hdtr<th>Site</th><th>Lieu</th><th>Pays</th><th>$wims_name_Language<br>du site</th><th>$wims_name_comment</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_ |
17180 | 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_ </td></tr> |
23 | reyssat | 95 | !next i_ |
5836 | bpr | 96 | $table_end |
23 | reyssat | 97 | !endif |
98 | |||
99 | :end |
||
8002 | bpr | 100 | Si vous avez une installation WIMS et que voulez qu'elle figure dans cette liste, veuillez écrire à l' |
5254 | bpr | 101 | !mailurl wimsdev@groupes.renater.fr équipe de développement\ |
23 | reyssat | 102 | wims mirror |
103 | . |
||
104 | <p> |
||
8002 | bpr | 105 | WIMS est un logiciel qui peut être |
2910 | bpr | 106 | !href module=adm/light&phtml=download.phtml.$lang téléchargé |
107 | gratuitement, |
||
23 | reyssat | 108 | et s'installe sur Linux. |
2910 | bpr | 109 | Veuillez lire le fichier <a href="README">README</a> pour |
23 | reyssat | 110 | les détails d'installation de WIMS. |
5836 | bpr | 111 | </p> |
23 | reyssat | 112 | !tail |
113 |