From: http://www.brettle.com/neathtml
|
|
|
|---|---|
| |
|
NeatHtml is currently available for download as a mature development snapshot. It primarily needs independent testing, and minor security fixes before an official release. Bug reports, feature requests, questions, comments, and other contributions are welcome.
Features
- Uses a whitelist approach to help prevent attacks that take advantage of currently unknown security holes.
- XSS prevention is done using client-side script to reduce the load on the server.
- Allows many common HTML constructs, including most inline styles.
- Integrates easily with existing applications.
- Works under Mono, .NET 1.1, and .NET 2.0, and can be easily ported to other development platforms.
- Licensed under the Lesser General Public License (LGPL), a business-friendly open source license. See below for details.
Demo
Check out the live demo!Download
NeatHtml-trunk.215.zip is the most recent development snapshot. It includes both source and precompiled binaries.The latest code is always available from the Subversion repository. You can browse it with your web browser or use a subversion client with a command like this:
svn checkout https://forgesvn1.novell.com/svn/neathtml/trunk
Documentation
Please read the NeatHtml Manual for step-by-step installation and usage instructions.A whitepaper is available those interested in the techniques used by NeatHtml.