Download List

项目描述

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 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

在此版本中,代码是简化,因此现在应该捕获任何MIME标准文本/ HTML的一部分。多重/替代MIME部件,它提供了一个text / plain的替代的一部分,现在可以跳过。
标签: 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在Perl中被重写。它不再依赖于mimedecode。 strip_html现在还增加了失踪<html> .* </html>标签。
标签: 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

在正则表达式赶上的“HTML”的标签被延长,以便它也捕获的“HTML”内嵌属性标记。
标签: 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

HTML标记附上明确的案文是从“前”到“上市”,因此没有必要为了逃避明文部分特殊字符。
标签: 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

向mimedecode工具的链接添加到自述。现在的procmail的规则保存在文件夹中unstripped.backup一个未被剥离的邮件的副本。
标签: 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