Download List

Descripción del Proyecto

html_scrub filters HTML to eliminate or warn you about certain tags, as
specified in a configuration file. It is designed mainly for people who
receive HTML files from contributors and must screen out certain tags in
order to apply site standards.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-10 11:23
1.3

Esta versión usa código de algunas modificaciones de menor importancia de eliminar algunas advertencias del compilador inofensivo, pero posiblemente molesto. También corrige un error que causó estr_error_reporter () para devolver un puntero salvaje. Este error no afecta a html_scrub (que no llamar a esta función), pero puede afectar a las obras derivadas.
Tags: Minor bugfixes
This release uses some minor code rearrangements to eliminate some harmless but possibly annoying compiler warnings. It also fixes a bug that caused estr_error_reporter() to return a wild pointer. This bug does not affect html_scrub (which does not call this function) but it may affect derived works.

2004-07-12 18:20
1.2

Este comunicado es sobre todo un código de limpieza de menor importancia. Sin embargo, también corrige un error potencialmente fatal en el manejo de error para el análisis de la línea de comandos.
Tags: Minor bugfixes
This release is mostly a minor code cleanup.
However, it also fixes a potentially fatal bug in
the error handling for the parsing of the command
line.

2004-06-07 16:02
1.1

Este comunicado se dirige a un error que implica la interpretación errónea del carácter '<' en el Javascript y otros lenguajes de scripting.
Tags: Major bugfixes
This release addresses a bug involving the
misinterpretation of the '&lt;' character within
Javascript and other scripting languages.

2004-06-01 06:39
1.0

Ahora se pueden seleccionar las etiquetas no sólo HTML, sino también los atributos de las etiquetas. Por ejemplo, puede quitar el atributo FACE desde dentro de las etiquetas de fuentes y especificar las acciones de los comentarios HTML.
Tags: Major feature enhancements
You can now screen not only HTML tags but also attributes within tags. For example, you can remove the FACE attribute from within FONT tags and specify actions for HTML comments.

Project Resources