Skip to content

LukeButters/groovy-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Groovy filters

This repository contains reusable filters that can be added to a Funnelback collection to extend the filtering.

Crawl filters

Crawl filters can be added to the main filter chain (filter.classes) and operate on whole documents as they are filtered during the gather phase.

See: Developing custom filters

Included crawl filters

  • CA extra filters: Additional content filters for use with the content auditor.

Jsoup filters

Jsoup filters can be added to the Jsoup filter chain (filter.jsoup.classes).

Jsoup filters are used to transform HTML documents by operating on a Jsoup object representing the HTML structure.

See: Jsoup filters

Included Jsoup filters

  • Metadata delimiters: Replace delimiters in specified metadata fields.

About

Custom filters to be used as part of Funnelback's inline filtering system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages