-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
66 lines (58 loc) · 1.61 KB
/
Copy path_pkgdown.yml
File metadata and controls
66 lines (58 loc) · 1.61 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
url: https://bart-turczynski.github.io/pslr/
destination: site
template:
bootstrap: 5
navbar:
structure:
left: [reference, articles, news, acknowledgments]
right: [search, github]
components:
acknowledgments:
text: Acknowledgments
href: https://github.com/bart-turczynski/pslr/blob/main/ACKNOWLEDGMENTS.md
github:
icon: fab fa-github fa-lg
href: https://github.com/bart-turczynski/pslr
aria-label: GitHub
authors:
"Bart Turczynski":
href: https://turczynski.pl
footer:
structure:
left: developed_by
right: [built_with, related]
components:
related: >
Related:
<a href="https://bart-turczynski.github.io/punycoder/">punycoder</a> ·
<a href="https://bart-turczynski.github.io/rurl/">rurl</a>
reference:
- title: Querying
desc: >
Extract public suffixes and registrable domains from hostname strings.
contents:
- public_suffix
- registrable_domain
- is_public_suffix
- suffix_extract
- public_suffix_rule
- title: PSL Metadata
desc: Inspect the active Public Suffix List snapshot.
contents:
- psl_version
- psl_rules
- psl_outdated
- title: List Management
desc: >
Refresh or switch the active PSL source. The bundled snapshot is used
by default; these functions let you update it or point to a local file.
contents:
- psl_refresh
- psl_use
- psl_cache_prune
- title: Engines
desc: >
Build a self-contained PSL engine to query a specific snapshot without
switching the session-global list.
contents:
- psl_engine