haunter/src
Kienan Stewart 52e66a0372 Don't escape HTML entities in RSS feed output
There is a risk I guess that the the value and diff contain </pre>
which would break the sort of HTML content, but the important part
was to convert the ansi escapes codes rather than escape HTML.

The HTML escaping of the ansi_to_html module is also on a partial
escape, and not very robust. It might be worth using something like
htmlize or html_escape which provide full conversions to both
encoding and decoding HTML entities.
2022-10-07 17:31:30 -04:00
..
conf.rs Load defaults from environment variables 2022-10-02 15:37:46 -04:00
job.rs Don't escape HTML entities in RSS feed output 2022-10-07 17:31:30 -04:00
main.rs Recover last value from rss channel when creating thread jobs 2022-09-25 19:49:22 -04:00