Leo<HTML>

News

Home
News
Screenshots
Documentation
Download
License
Developers
Sitemap

Sources of news.html
   
   
<include file=top.h>  
  
<conf pos="/news" pagename="news">  
  
<delete>  
  
<!-- news section -->  
  
<define name="nsection" type=open_close_tag PAR_1=title PAR_2=date PAR_3_STRING=from DPAR_3="<person kingleo>">  
function nsection( text, title, date, from )  
{  
  print( "<table width=\"100%\">" );  
  print( "<tr><td bgcolor=\"M_SECTION\" width=\"100%\">" );  
  print( "<b class=\"title\">" + title + "</b>" );  
  print( "</td><td bgcolor=\"M_SECTION\">" );  
  print( "<div align=right><small><b class=\"title\">" + date + "</b></small></div>" );  
  print( "</td></tr>" );  
  print( "<tr><td colspan=2>" );  
  print( text );  
  print( "<p><div align=\"right\">", from, "</div></p>" );  
  tspace();  
  print( "</td></tr></table>" );    
}  
</define>  
  
</delete>  
  
<!-- ******************* -->  
  
<nsection title="Version 0.99.0 reached" date="2001-11-30">  
It was a long and winding road, but now <leohtml> has reached Version 0.99.0!  
I think it is a good peace of software. <leohtml> is now more flexible  
than ever.<br>  
The brand new features are:<br>  
<ul>  
 <li>user defined tag support</li>  
 <li>advanced init system</li>  
 <li>a useful Javascript library for:  
    <ul>  
     <li> File access </li>  
     <li> HTML Lexer </li>  
     <li> Basic tag classes </li>  
     <li> ... </li>  
    </ul>  
    and much more features.  
   </li>  
 <li>rewritten hompage as users guide</li>  
 <li>new examples</li>  
 <li>...</li>  
</ul>  
and much more.  
<br><br>  
  
Now <leohtml> has reached the point of maximum evolution.  
There is no way improving <leohtml> by using this source code.  
<p>  
 I already have some ideas, but this will require a complete rewrite of  
 the compiler. So development of this branch of <leohtml> will be stopped  
 and the development tree for version 2 will be startet.  
</p>  
<p>  
 And the answer of the question: <i>why is this not release 1.0?</i> <br>  
 The documentation should be improved, as completed. The application  
 should be stable enought for being version 1.0.   
</p>  
  
<p>  
  Feel free to send any comments to <mail to=kingleo say=me>.  
</p>  
  
<br><br>  
So, have a lot of fun,  
  
</nsection>  
  
<include file="bottom.h">  
                



This page was created by King Leo . Page generator was Leo<HTML> version 1.0.0 .