You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,8 @@ sites:
85
85
- url: "https://edjopato.de/robots.txt"
86
86
```
87
87
88
-
There is a bigger [config](https://github.com/EdJoPaTo/website-stalker-example/blob/main/website-stalker.yaml) in my [example repo](https://github.com/EdJoPaTo/website-stalker-example).
89
-
The example repo is also used by me to detect changes of interesting sites.
88
+
There is a bigger [config](https://github.com/EdJoPaTo/website-stalker-example/blob/main/website-stalker.yaml) in my [example repository](https://github.com/EdJoPaTo/website-stalker-example).
89
+
The example repository is also used by me to detect changes of interesting sites.
90
90
91
91
### Global Options
92
92
@@ -164,8 +164,8 @@ sites:
164
164
165
165
Only use HTTP/1 for the web request.
166
166
167
-
Backends might use HTTP/2 fingerprinting which could result in different or unusable output depending on what the backend assumes about the client.
168
-
HTTP/1 is a simpler protocol which does not allow such kinds of backend optimizations.
167
+
Back-ends might use HTTP/2 fingerprinting which could result in different or unusable output depending on what the back-end assumes about the client.
168
+
HTTP/1 is a simpler protocol which does not allow such kinds of back-end optimizations.
169
169
170
170
```yaml
171
171
sites:
@@ -226,7 +226,7 @@ sites:
226
226
227
227
Editors are manipulating the content of a webpage to simplify comparing them later on.
228
228
229
-
For example: If you are interested in the content of a webpage the `<head>` with changing stylesheets isn't interesting to you.
229
+
For example: If you are interested in the content of a webpage the `<head>` with changing style-sheets isn't interesting to you.
230
230
When keeping it, it will still create diffs which end up being commits.
231
231
This will create noise you're probably just going to ignore.
0 commit comments