Télécharger la liste

Description du projet

strip_html is a simple Perl filter that reads an
mbox-style email message from stdin and outputs
the same email message to stdout, but with all
HTML stripped off. It uses w3m for the HTML
formatting.

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.

2002-03-22 15:11
0.3

Dans cette version, le code a été simplifié et, par conséquent, il doit maintenant recueillir tout MIME texte conformes / partie HTML. Parties MIME multipart / alternative, qui fournit un text / plain partie alternative, peuvent désormais être ignorés.
Tags: Major feature enhancements
In this release, the code was simplified, and as a result it should now catch any MIME compliant text/html part. Multipart/alternative MIME parts, which provides a text/plain alternative part, can now be skipped.

2002-03-13 17:10
0.2

strip_html a été réécrit en Perl. Il ne dépend plus de mimedecode. strip_html maintenant ajoute également défaut <html> .* </html> balises.
Tags: Major feature enhancements
strip_html was rewritten in Perl. It no longer depends on mimedecode. strip_html now also adds missing <html>.*</html> tags.

2002-03-06 18:00
0.1.3

L'expression rationnelle pour attraper le "HTML" tag a été prolongé afin qu'il attrape aussi "HTML" tags avec des attributs embarqués.
Tags: Minor bugfixes
The regexp to catch the "HTML" tag was extended so
that it also catches "HTML" tags with embedded
attributes.

2002-03-04 18:03
0.1.2

La balise HTML pour enfermer texte clair a été changé de "pré" à "annonce", de sorte qu'il n'est pas nécessaire d'échapper les caractères spéciaux dans la section texte clair.
Tags: Major bugfixes
The HTML tag to enclose clear text was changed
from "pre" to "listing", so that it is not
necessary to escape special characters in the
clear text section.

2002-03-03 19:04
0.1.1

Un lien vers l'outil mimedecode a été ajouté au fichier README. La règle procmail enregistre maintenant une copie du message unstripped unstripped.backup dans le dossier.
Tags: Minor feature enhancements
A link to the mimedecode tool was added to the
README. The procmail rule now saves a copy of the
unstripped message in the folder
unstripped.backup.

Project Resources