# Exoplanet v0.4.1 - Table of Contents

Exoplanet is a feed aggregator library that combines multiple RSS and Atom sources into a single, unified feed.

## Pages

- [Exoplanet](readme.md)
- [CHANGELOG](changelog.md)

## Modules

- [Exoplanet](Exoplanet.md): Exoplanet is a feed aggregator library that combines multiple RSS and Atom sources into a single, unified feed.
- [Exoplanet.Cache](Exoplanet.Cache.md): Behaviour for feed HTTP conditional-GET cache adapters.
- [Exoplanet.Config](Exoplanet.Config.md): Exoplanet configuration.
- [Exoplanet.Filters](Exoplanet.Filters.md): Per-feed content filters: HTML sanitization, category allow/block lists,
image stripping, and summary truncation. The sanitizer removes dangerous
tags and style attributes but the *default configuration* does not filter
attribute-based injection vectors such as `on*` event handlers or
`javascript:` URIs.

- [Exoplanet.Post](Exoplanet.Post.md): Post definition

- Exceptions
  - [Exoplanet.ParseError](Exoplanet.ParseError.md): Used for errors found during parsing

