view extra/net/sourceforge/javaws/about/resources/about.html @ 353:ea4d6cf512ca

fixed typo
author Jiri Vanek <jvanek@redhat.com>
date Wed, 23 May 2012 14:57:33 +0200
parents 9d2375280d16
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>
        </title>
    </head>
    <body>
        <h3>IcedTea-Web</h3> is a high-quality JNLP client, built on <b>NetX</b>, that executes
        network-based applications.  
        <br>NetX downloads code over the
        network, caches it, and runs it in a secure sandbox
        environment (unless signed).
        <br><br><big><b>
                Features of NetX:
        </b></big>
        <ul>
            <li><b>Modular: </b>Easily add JNLP capabilities to an application.</li>
            <li><b>Small Size: </b>Loads from a ~130K JAR file.</li>
            <li><b>Saves Memory: </b>Launch programs in a shared JVM.</li>
            <li><b>Fast startup:</b> Runs applications from a cache for fast starting. </li>
            <li><b>Security:</b> Run any application in a sandbox or log its activities.</li>
            <li><b>Auto-Update:</b> Applications can auto-update without special code.</li>
            <li><b>Network Deployment:</b> Deploy to the internet, not with installers. </li>
            <li><b>Open Source:</b> GNU Lesser General Public License.</li>
        </ul>
    </body>
</html>