-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathltst-config-example.yaml
More file actions
38 lines (38 loc) · 964 Bytes
/
ltst-config-example.yaml
File metadata and controls
38 lines (38 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
entries:
-
name: The Morning Paper
command: morningpaper
query: "[rel='bookmark']"
url: http://blog.acolyer.org
-
name: Software Engineering Daily
command: sedaily
query: ".post-title a"
url: http://softwareengineeringdaily.com
-
name: The Changelog
command: changelog
query: ".post-title__text"
url: https://changelog.com/
-
name: High Scalability
command: highscalability
query: ".title .journal-entry-navigation-current"
url: http://highscalability.com/
-
name: Brave New Geek
command: bravenewgeek
query: ".entry-title [rel='bookmark']"
url: http://bravenewgeek.com/
-
name: Software Engineering Radio
command: seradio
query: ".post-title [rel='bookmark']"
url: http://www.se-radio.net/
-
name: ACM Queue Databases Blog
command: acmqueuedatabases
query: ".article a"
url: "https://queue.acm.org/listing.cfm?item_topic=Databases&qc_type=theme_list&filter=Databases&page_title=Databases&order=desc"
...