Télécharger la liste

Description du projet

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.

Système requise

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

Cette version utilise quelques remaniements mineurs dans le code pour éliminer certains avertissements du compilateur inoffensif mais peut-être ennuyeux. Elle corrige aussi un bug qui estr_error_reporter causé () pour retourner un pointeur sauvages. Ce bug n'affecte pas html_scrub (qui ne nécessite pas cette fonction), mais elle mai affectent travaux dérivés.
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

Ce communiqué est essentiellement un nettoyage du code mineur. Cependant, il corrige également un bug potentiellement mortel dans la gestion des erreurs pour l'analyse de la ligne de commande.
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

Cette version corrige un bug impliquant l'interprétation erronée de la '<' de caractères dans le langage Javascript et autres langages de script.
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

Vous pouvez maintenant non seulement l'écran tags HTML, mais également les attributs dans les balises. Par exemple, vous pouvez supprimer l'attribut FACE à partir de balises de police et de préciser les actions pour les commentaires 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