Blame | Last modification | View Log | RSS feed
!set p_=!word 1 of $wims_read_parm
!bound p_ within none,header,source,html default none
!goto $p_
:none
!exit
:header
!set m_subject=WIMS 3.30
!set m_date=20030701
!set m_time=09:44:40
!set m_from=Gang XIAO
!set m_sender_ip=127.0.0.1
!set m_sender_id=
!set m_sender_class=
!set m_email=xiao@unice.fr
!set m_to=
!set m_prec=O200307/2
!set m_exists=yes
!exit
:source
<pre>
Some of new features in version 3.30:
1. Incompatibilities with newer Linux distributions are fixed.
2. WIMS now comes with an autonomous http server: wimsd. It is for the time being a bit preliminary, with a frontend accepting only localhost connections. But it can easily be scripted for use as a system daemon. This http server is very light and very clean, but it does not work with https.
3. Printable versions of some important helps.
4. Several new commands have been added to the command language (!sum, !product, !recursion, !reaccent, !lookup).
5. Enhancements to the OEF manager.
6. Additions to slib.
</pre>
!exit
:html
Some of new features in version 3.30:
<p>
1. Incompatibilities with newer Linux distributions are fixed.
<p>
2. WIMS now comes with an autonomous http server: wimsd. It is for the time being a bit preliminary, with a frontend accepting only localhost connections. But it can easily be scripted for use as a system daemon. This http server is very light and very clean, but it does not work with https.
<p>
3. Printable versions of some important helps.
<p>
4. Several new commands have been added to the command language (!sum, !product, !recursion, !reaccent, !lookup).
<p>
5. Enhancements to the OEF manager.
<p>
6. Additions to slib.