Download List

Projeto Descrição

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.

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.

2002-03-22 15:11
0.3

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.

2002-03-13 17:10
0.2

strip_html foi reescrito em Perl. Já não depende mimedecode. strip_html agora acrescenta também ausente <html> .* </html> tags.
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

A regexp para pegar o "HTML Tag" foi estendido para que ele também captura "HTML" tags com atributos embutidos.
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

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.

2002-03-03 19:04
0.1.1

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.

Project Resources