Skip to content

thomas-huet/cadour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cadour

Simple feed aggregator, reads one URL per line and outputs HTML. Supports RSS2 and Atom.

Build and run

$ dune build cadour.exe
$ _build/default/cadour.exe < sources.list | cat header.html - > index.html

Input format

  • Lines starting with # are ignored.
  • All other lines must contain one URL of a RSS or Atom feed.
  • The URL may optionally be followed by regexto only include entries that contain regex or by -regex to exclude entries that contain regex.

About

News feed aggregator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages