update list of sponsors, add logo's and link to the nlnet projects

This commit is contained in:
Mechiel Lukkien
2025-04-02 11:24:59 +02:00
parent 479bf29124
commit deb57462a4
4 changed files with 28 additions and 13 deletions

View File

@ -24,7 +24,7 @@ mkdir html/features
(
cat features/index.md
echo
sed -n -e '/# FAQ/q' -e '/## Roadmap/,/# FAQ/p' < ../README.md
sed -n -e 's/^# Roadmap/## Roadmap/' -e '/# FAQ/q' -e '/# Roadmap/,/# FAQ/p' < ../README.md
echo
echo 'Also see the [Protocols](../protocols/) page for implementation status, and (non)-plans.'
) | go run website.go 'Features' >html/features/index.html