diff options
author | Leah Rowe <info@minifree.org> | 2017-06-05 15:01:30 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-06-05 15:01:30 +0100 |
commit | e09b731c7e8554ddde91d05b9717ce320fd84424 (patch) | |
tree | 4004094f2e535bf1e8919c2b5cb7576f0f0f5f9d /www | |
parent | 4ca23d22bea90f218384626f74e41955a4be1848 (diff) | |
download | librebootfr-e09b731c7e8554ddde91d05b9717ce320fd84424.tar.gz librebootfr-e09b731c7e8554ddde91d05b9717ce320fd84424.zip |
fix links on andrew's news entry, with alyssa's permission
pull request not needed. alyssa gave me permission via email, to push this
directly to master
Diffstat (limited to 'www')
-rw-r--r-- | www/news/andrew-robbins-new-maintainer.md | 26 | ||||
-rwxr-xr-x | www/publish.sh | 4 |
2 files changed, 15 insertions, 15 deletions
diff --git a/www/news/andrew-robbins-new-maintainer.md b/www/news/andrew-robbins-new-maintainer.md index 8a963137..50c43d3a 100644 --- a/www/news/andrew-robbins-new-maintainer.md +++ b/www/news/andrew-robbins-new-maintainer.md @@ -2,15 +2,17 @@ % Leah Rowe and Alyssa Rosenzweig % 4 Jun 2017 -On 25 April, Libreboot adopted new [collective governance policies], creating a -flat-hierarchy leadership of four people. As a result, all patches are -reviewed, and all major decisions are voted on by the maintainers with -community input. These policies formalise our democratic standards. - -Today, we welcome Andrew Robbins (IRC nick `and_who` and [NotABug] user -[kragle]) as our first new maintainer under the new policy. Going forward, -Andrew will gain push access to Libreboot in order to review patches, as well -as voting rights and IRC operator status. +On 25 April, Libreboot adopted new [collective governance +policies](../management.md), creating a flat-hierarchy leadership of four +people. As a result, all patches are reviewed, and all major decisions are +voted on by the maintainers with community input. These policies formalise our +democratic standards. + +Today, we welcome Andrew Robbins (IRC nick `and_who` and +[NotABug](https://notabug.org) user [kragle](https://notabug.org/kragle)) as +our first new maintainer under the new policy. Going forward, Andrew will gain +push access to Libreboot in order to review patches, as well as voting rights +and IRC operator status. Andrew works on critical improvements to the build system, many of which have already been merged. He is passionate about Libreboot, understanding the @@ -28,9 +30,3 @@ The new list of maintainers is as follows: - Leah Rowe - Paul Kocialkowski - Swift Geek - -[collective governance policies]: ../management.md - -[NotABug]: https://notabug.org/ - -[kragle]: https://notabug.org/kragle diff --git a/www/publish.sh b/www/publish.sh index 606c1fc9..f9aabf3e 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -57,6 +57,10 @@ fi sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*]/.html\1]/g' +# change out .md -> .html +sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' +sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*]/.html\1]/g' + # work around issue #2872 TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc --toc-depth=2") || TOC="" |