Skip to content

Commit 5e5c197

Browse files
authored
Merge branch 'pidcodes:master' into master
2 parents ae15106 + fe43863 commit 5e5c197

File tree

482 files changed

+3807
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+3807
-72
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
2+
version: 2
3+
4+
updates:
5+
# Configure check for outdated GitHub Actions actions in workflows.
6+
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
7+
- package-ecosystem: github-actions
8+
directory: / # Check the repository's workflows under /.github/workflows/
9+
schedule:
10+
interval: daily

.github/workflows/htmlproofer.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
runs-on: ubuntu-latest
66
name: HTML Proofer
77
env:
8-
HTMLPROOFER_OPTIONS: './_site --internal-domains=pid.codes --check-html --check-opengraph --report-missing-names --log-level=:debug --url-ignore /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/'
8+
HTMLPROOFER_OPTIONS: '--ignore-urls /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/'
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-ruby@v1
10+
- uses: actions/checkout@v4
11+
- uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: '2.6'
14-
- uses: actions/cache@v2
13+
ruby-version: '3.3'
14+
- uses: actions/cache@v4
1515
with:
1616
path: vendor/bundle
1717
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
@@ -23,7 +23,7 @@ jobs:
2323
bundle install --jobs 4 --retry 3
2424
- run: bundle exec jekyll doctor
2525
- run: bundle exec jekyll build
26-
- run: bundle exec htmlproofer $HTMLPROOFER_OPTIONS --disable-external
26+
- run: bundle exec htmlproofer ./_site --swap-urls "http[s]\://pid.codes:" --no-enforce-https --disable-external --log-level=:debug $HTMLPROOFER_OPTIONS
2727
# External check fail because they fetch too quickly from sites and get
2828
# 429 responses. We should cache checks and rate limit them as well.
2929
# - run: bundle exec htmlproofer $HTMLPROOFER_OPTIONS

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
name: Python Validator
77
steps:
8-
- uses: actions/checkout@v2
9-
- uses: actions/setup-python@v2
8+
- uses: actions/checkout@v4
9+
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.x'
12-
- run: python3 -m test.validate_pids
12+
- run: pip install -r requirements.txt; python3 -m test.validate_pids
1313

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
_site/
22
.sass-cache/
33
.DS_Store
4-
test/__pycache__
4+
/test/__pycache__
5+
/.bundle
6+
/vendor
7+
/Gemfile.lock
8+
/.jekyll-metadata

1209/2007/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: pid
3+
title: MultiBus Bridge
4+
owner: MultiBus
5+
license: BSD-2-Clause
6+
site: https://github.com/mringwal/multibus
7+
source: https://github.com/mringwal/multibus/tree/main/firmware/pico
8+
---
9+
10+
MultiBus project aims to use common embedded interface such as
11+
GPIO, I2C, I2S, SPIO, SPIO, .. from a regular host system via
12+
common development kits like Raspberry Pi Pico or ESP32.

1209/200A/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: pid
3+
title: PIC16F1-USB-CDC-Bootloader
4+
owner: yard2
5+
license: BSD 3-Clause
6+
site: https://github.com/YARD2/PIC16F1-USB-Bootloader/
7+
source: https://github.com/YARD2/PIC16F1-USB-Bootloader/
8+
---

1209/2011/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: pid
3+
title: Exapandable Dash
4+
owner: JS-SimSport
5+
6+
license: MIT
7+
site: https://github.com/Jordessey/ExpandableDash
8+
source: https://github.com/Jordessey/ExpandableDash
9+
---

1209/2014/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: pid
3+
title: Tangara
4+
owner: cooltechzone
5+
license: GPLv3 and CERN-OHL
6+
site: https://sr.ht/~jacqueline/tangara/
7+
source: https://sr.ht/~jacqueline/tangara/
8+
---
9+
Open hardware portable music player

1209/2017/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: pid
33
title: Mini SAM M4
44
owner: bshockley
55
license: MIT
6-
site: https://www.minisam.cc
6+
site: https://www.minifigboards.com
77
source: https://github.com/bwshockley/Mini-SAM
88
---
9-
[Benjamin Shockley Github - Mini SAM](https://github.com/bwshockley/Mini-SAM) is a minifigure shaped development board. License files located on the Github repository.
9+
Mini SAM M4 is a minifigure shaped development board. License files located on the Github repository.

1209/2019/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: 2019
2+
layout: pid
33
title: PunchBOOT
44
owner: jop
55
license: BSD-3

0 commit comments

Comments
 (0)