package syndic

  1. Overview
  2. Docs
RSS1, RSS2, Atom and OPML1 parsing

Install

dune-project
 Dependency

Authors

Maintainers

Sources

syndic-1.7.0.tbz
sha256=7c4526ccc5159640b8782e2fc20bba33ba7191f8a1f743991bcee474c59f8003
sha512=330c32a361c50d0bd7aa89aece9c7d12737e562ffc7d207656101e441797d681ca117ec60fd1b8cf81c1bb0c9d793a00209394d245a8b6523858fafb96716090

doc/syndic/Syndic/index.html

Module SyndicSource

Sourcemodule Rss1 : sig ... end

Syndic.Rss1: compliant with RSS 1.0.

Sourcemodule Rss2 : sig ... end

Syndic.Rss2: compliant with RSS 2.0.

Sourcemodule Atom : sig ... end

Syndic.Atom: RFC 4287 compliant Atom parser.

Sourcemodule Opml1 : sig ... end

Syndic.Opml1: compliant with OPML 1.0.

Sourcemodule W3C : sig ... end

Syndic.W3C: invoke and parse the result of the W3C validator.

Sourcemodule Date : sig ... end

Minimal date module required by Syndic.

Sourcemodule XML : sig ... end

Common module for XML parsing.