diff options
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="" |