Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

ParseContent

Name

ParseContent — define html content-types

Synopsis

ParseContent = [*,]content-type[,[-]content-type]

Description

Define html-parseable content-types. When this option is defined, only pages matching the defined content-type or with the content-type omitted will be parsed for rich html content.

Adding * to the list will enable any content-type. Prefixing an entry with - will exclude a content-type. Prefixing an entry with + will include a content-type (+ can be omitted).

Note

Not all servers return content-type headers. In this case, Alkaline will parse the document. Using ReplaceLocal in conjunction with this option will most likely void this option as local filesystem is not aware of the document content-type.

This option was added in version 1.4.

Default

ParseContent=*

Example

ParseContent=-text/plain,+text/html,text/wml