diff options
Diffstat (limited to 'extra/net/sourceforge/jnlp/about/resources/notes.html')
-rw-r--r-- | extra/net/sourceforge/jnlp/about/resources/notes.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/extra/net/sourceforge/jnlp/about/resources/notes.html b/extra/net/sourceforge/jnlp/about/resources/notes.html new file mode 100644 index 0000000..55f65d0 --- /dev/null +++ b/extra/net/sourceforge/jnlp/about/resources/notes.html @@ -0,0 +1,82 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Release Notes</title> + </head> + <body> + <br> + <table cellpadding="2" cellspacing="2" border="0" width="100%"> + <tbody> + <tr> + <td valign="Top" width="15"></td> + <td valign="Top" width="100%"> + <table cellpadding="0" cellspacing="0" border="0" align="Center"> + <tbody> + <tr> + <td valign="Middle" align="Center" nowrap="true"><div align="Center"> + <img src="jamIcon.jpg" alt="Jam Icon" width="87" height="84" align="Center"> + </div> + </td> + </tr> + <tr> + <td valign="Middle" nowrap="true" align="Justify"> + <div align="Center"> + <big><b>Jon A. Maxwell</b></big><br> + developer<br> + <big><b>Joshua Sumali</b></big><br> + developer + </div> + </td> + </tr> + </tbody> + </table> + </td> + </tr> + </tbody> + </table> +<br> +<big><b>Release Notes</b></big> +<br> +<table cellpadding="0" cellspacing="0" border="0"> + <tbody> + <tr> + <td valign="Top" width="15"><br></td> + + + <td valign="Top"> + NetX on IcedTea: Security Support + <ul> + <li> Full signed application support </li> + <li> User trusted certificates support </li> + <li> Some JNLP API Services implemented </li> + <li> Improved unsigned application sandboxing with JNLP API </li> + </ul> + </td> + </tr> + <tr> + <td valign="Top" width="15"><br></td> + <td valign="Top"> + Version 0.5: Refines multi-app capabilities + native code support + <ul> + <li> Released under LGPL. </li> + <li> Separate event queue, look and feel, etc for each application. </li> + <li> Native code support. </li> + <li> Supports headless mode. </li> + <li> Internationalized messages. </li> + <li> Uses NanoXML parser. </li> + <li> Minor changes listed on project web site... </li> + </ul> + + </td> + </tr> + </tbody> +</table> +<b>Please visit the SourceForge site + <a href="http://jnlp.sourceforge.net/netx/index.html"> + http://jnlp.sourceforge.net/netx/index.html + </a> + and the IcedTea site + <a href="http://iced-tea.org">http://iced-tea.org</a> + for more information.</b><br> +</body> +</html> |