thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

docs: Expand Configuration>Reporters section. #741

Closed ryneeverett closed 1 year ago

ryneeverett commented 1 year ago

I would note that I initially tried the sphinx.ext.inheritance_diagram directive but I found the resulting graphviz image buggy, hard to read, and also useless for the man page. So I implemented an extension myself and tried to mimick the unix tree command format, mostly due to lack of creativity.

   html
   text
   ├───stdout
   ├───email
   ├───ifttt
   ├───text
   │   ├───pushover
   │   └───pushbullet
   ├───mailgun
   ├───telegram
   ├───slack
   │   └───mattermost
   ├───discord
   ├───xmpp
   ├───prowl
   └───shell
   markdown
   └───matrix
ryneeverett commented 1 year ago

Looking back at this, I just noticed that WebServiceReporter doesn't have a __kind__ attribute.