Skip to content

Commit beef0b5

Browse files
committed
add publiccode.net
1 parent bbe172f commit beef0b5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,18 @@ vendor/bundle:
3939
url-check-fails.json \
4040
standard.publiccode.net-url-check-fails.json \
4141
bumperscripter-url-check-fails.json \
42+
publiccode.net-url-check-fails.json \
4243
community-implementation-guide-standard-url-check-fails.json \
4344
standard.publiccode.net-develop-url-check-fails.json \
4445
&: url-check/url-check.py url-check-config.json
45-
url-check/url-check.py --verbose
46+
url-check/url-check.py --verbose --timeout=20
4647

4748
_site/url-check-fails.json _site/index.html &: index.md url-check-fails.json \
4849
badges/standard.publiccode.net.svg \
4950
badges/standard.publiccode.net-develop.svg \
5051
badges/community-implementation-guide-standard.svg \
5152
badges/bumperscripter.svg \
53+
badges/publiccode.net.svg \
5254
vendor/bundle
5355
PAGES_REPO_NWO=publiccodenet/publiccodenet-url-check \
5456
bundle exec jekyll build
@@ -84,13 +86,18 @@ badges/community-implementation-guide-standard.svg: \
8486
community-implementation-guide-standard-url-check-fails.json
8587
$(MAKE_BADGE) "community-implementation-guide-standard" "main"
8688

87-
8889
badges/bumperscripter.svg: \
8990
./node_modules/.bin/badge \
9091
./url-check/make-badge \
9192
bumperscripter-url-check-fails.json
9293
$(MAKE_BADGE) "bumperscripter" "main"
9394

95+
badges/publiccode.net.svg: \
96+
./node_modules/.bin/badge \
97+
./url-check/make-badge \
98+
publiccode.net-url-check-fails.json
99+
$(MAKE_BADGE) "publiccode.net" "main"
100+
94101
.PHONY: build
95102
build: _site/index.html
96103

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| [standard (develop)](https://github.com/publiccodenet/standard/tree/develop) | [![standard badge](badges/standard.publiccode.net-develop.svg)](standard.publiccode.net-develop-url-check-look.json) |
1111
| [community-implementation-guide-standard (main)](https://github.com/publiccodenet/community-implementation-guide-standard/tree/main) | [![standard badge](badges/community-implementation-guide-standard.svg)](community-implementation-guide-standard-url-check-look.json) |
1212
| [bumperscripter (main)](https://github.com/publiccodenet/bumperscripter/tree/main) | [![bumperscripter badge](badges/bumperscripter.svg)](bumperscripter-url-check-look.json) |
13+
| [publiccode.net (main)](https://github.com/publiccodenet/publiccode.net/tree/main) | [![publiccode.net badge](badges/publiccode.net.svg)](publiccode.net-url-check-look.json) |
1314

1415
## Overall link check results
1516

url-check-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"url": "https://github.com/publiccodenet/standard.git",
99
"branch": "develop"
1010
},
11+
"publiccode.net": {
12+
"url": "https://github.com/publiccodenet/publiccode.net.git",
13+
"branch": "main"
14+
},
1115
"community-implementation-guide-standard": {
1216
"url": "https://github.com/publiccodenet/community-implementation-guide-standard.git",
1317
"branch": "main"
@@ -32,6 +36,9 @@
3236
"^https://www.go-fair.org/": "gives 400s when run as GitHub workflow",
3337
"^https://www\\.grammarly\\.com/": "HTTP/2 405, allow: POST, GET",
3438
"^https://www\\.lonebeard\\.com": "defunct, referenced in binary files",
39+
"^http[s]\\?://cipa\\.jp/exif": "defunct, embedded in some .jpg files",
40+
"^http://ns\\.adobe\\.com/": "defunct, embedded in .jpg",
41+
"^http://www.gimp.org/xmp/": "defunct, embedded in .jpg",
3542
"amsterdam\\.nl/en/": "frequent timeouts"
3643
}
3744
}

0 commit comments

Comments
 (0)