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.
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.
Nesta versão, o código foi simplificado, e, como resultado, agora deve pegar qualquer MIME text / compatível parte html. Multipart / partes MIME alternativa, que prevê uma parte text / plain alternativa, agora pode ser ignorada.
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.
A tag HTML para colocar texto claro foi alterada de "pré" para "anúncio", de modo que não é necessário escapar os caracteres especiais na seção de texto claro.
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.
Um link para a ferramenta mimedecode foi adicionado ao README. A regra do procmail agora salva uma cópia da mensagem unstripped no unstripped.backup pasta.
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.