Module Rss_export (.ml)


module Rss_export: sig .. end
Command line tool to manipulate rss channels.


Command line tool to manipulate rss channels.

Options and main



type output_type =
| Rss
val output_type : output_type Pervasives.ref
val filters : (Rss.channel -> Rss.channel) list Pervasives.ref
val add_filter : (Rss.channel -> Rss.channel) -> unit
val remaining : string list Pervasives.ref
val options : (string * Arg.spec * string) list
val rss_of_file : string -> Rss.channel
val main : unit -> unit