-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-scraping): introduce Web Page Content trackers
- Loading branch information
Showing
39 changed files
with
5,203 additions
and
5,144 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
.sqlx/query-0f9416568287e47a6eeb632ba3c49a2763bf20c824ec0ec4882520c8dbc20c51.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...c17335c4e8601a03b98bd540c095c983049d.json → ...d4ae3c6a671b50724017b37e1a42e47fedd3.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.sqlx/query-74922f5fa35e20e168eda9a00aa5a004572e0c75abad03034bc65216954266d7.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.sqlx/query-c7681bf27d43ae8b64967e4ef1006816a207886df229136a8bdbc8d71625cc3b.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
.sqlx/query-cd134aef09a6920a1e327ab9962735cf3f0b4faca50db9cd17555018ce7a080a.json
This file was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...50b82e60ba5c36dba9c113865c4d25aefdf8.json → ...2a28eb24e034bbec16e76cb95869c4e0a8bd.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
assets/templates/web_page_content_tracker_changes_email.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>"{{tracker_name}}" content tracker detected changes</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{{> email_styles}} | ||
<style> | ||
.navigate-link { | ||
display: block; | ||
width: 250px; | ||
margin: auto; | ||
padding: 10px 20px; | ||
text-align: center; | ||
text-decoration: none; | ||
color: #5e1d3f; | ||
background-color: #fed047; | ||
border-radius: 5px; | ||
font-weight: bold; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>"{{tracker_name}}" content tracker detected changes: "{{content}}"</h1> | ||
<p>To learn more, visit the <b>Resources Trackers</b> page:</p> | ||
<a class="navigate-link" href="{{back_link}}">Web Scraping → Resources Trackers</a> | ||
<p>If the button above doesn't work, you can navigate to the following URL directly: </p> | ||
<p>{{back_link}}</p> | ||
<a href="{{home_link}}"><img src="cid:secutils-logo" alt="Secutils.dev logo" width="89" height="14" /></a> | ||
</div> | ||
</body> | ||
</html> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.