<h1 class="wimscenter">WIMS: WWW Interactive Multipurpose Server</h1>
 
 
 
<div>$wims_site_description</div>
 
 
 
<p>Keywords: $wims_site_keywords</p>
 
 
 
!! This is the specific identifier word.
 
wimshomeabcd $wims_version
 
 
 
!read wimshome
/log/motd
.phtml
.$lang  
<p>
 
!href module=adm/doc Documents
 
 Other languages:
 
!set ls=!words2items $wims_site_languages
 
!for l in $ls
 
  !if $l!=$lang
 
    !href lang=$l $l
 
  !endif
 
</p>
 
!set n=!recordcnt wimshome/public_html/html/mirrors.$lang
 
!if $n>0
 
  <h2>Mirrors</h2>
 
  <ul>
 
    !for i=1 to $n
 
      !set l=!record $i of wimshome/public_html/html/mirrors.$lang
 
      !distribute lines $l into h_,n_
 
      !if :// notin $h_
 
        !set h_=http://$h_
 
      !endif
 
      <li><a href="$h_">$n_</a></li>
 
  </ul>
 
!endif
 
 
 
<p>WIMS Home Site:
 
<a href="http://wims.unice.fr">http://wims.unice.fr/</a>
 
<a href="http://wims.unice.fr/telechargement.html">Source codes</a>
 
</p>
 
 
 
<h2>Activities</h2>
 
<div>
 
  !read wimshome/public_html/bases/site/lists/robot-$lang.phtml
 
</div>
 
!homeref