Go to file
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
src Don't escape HTML entities in RSS feed output 2022-10-07 17:31:30 -04:00
.gitignore Initial commit 2022-09-23 19:56:04 -04:00
Cargo.lock Add first pass at using inotify to watch the job directory for changes 2022-09-25 18:36:40 -04:00
Cargo.toml Add first pass at using inotify to watch the job directory for changes 2022-09-25 18:36:40 -04:00
Containerfile Convert containerfile to two-stage build + app 2022-10-02 16:07:14 -04:00
README.md Initial commit 2022-09-23 19:56:04 -04:00
container-compose.yml Update watch image URL 2022-10-02 16:15:09 -04:00

README.md

Haunter

Watches web sites for changes