diff options
author | Leah Rowe <info@minifree.org> | 2017-04-28 10:35:44 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-28 10:35:44 +0000 |
commit | 9ff75ea2aa4b661f0d31f7a8503d8c74643e6170 (patch) | |
tree | aa55e40b1a743b4875bf9322dd1ffaf1882f2f30 /www | |
parent | ac52826695b04eff4b090ba16a2fb00397126d31 (diff) | |
parent | 12d2bb83f6b7808b6d4065630ff85d24dbe829c2 (diff) | |
download | librebootfr-9ff75ea2aa4b661f0d31f7a8503d8c74643e6170.tar.gz librebootfr-9ff75ea2aa4b661f0d31f7a8503d8c74643e6170.zip |
Merge branch 'links-cleanup' of libreboot/libreboot into master
Diffstat (limited to 'www')
-rw-r--r-- | www/index.md | 11 | ||||
-rwxr-xr-x | www/publish.sh | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/index.md b/www/index.md index d84f378f..13cbc4f4 100644 --- a/www/index.md +++ b/www/index.md @@ -10,11 +10,11 @@ mascot"){#logo}](faq.md#who-did-the-logo) [Install](docs/install/) -- [Documentation](docs/) -- [News](news/) -- -[Contact/IRC](https://webchat.freenode.net/?channels=libreboot) -- -[Report bugs](https://notabug.org/libreboot/libreboot/issues) -- -[Send patches](git.md) -- +[Discuss](https://webchat.freenode.net/?channels=libreboot) -- +[Bugs](https://notabug.org/libreboot/libreboot/issues) -- +[Contribute](git.md) -- [Tasks](tasks.md) -- -[Project Management Information](management.md) +[Management](management.md) Libreboot is a [free](https://www.gnu.org/philosophy/free-sw.html) and Open Source BIOS or UEFI replacement, initialising the hardware and booting your @@ -50,5 +50,4 @@ depthcharge, GRUB, and flashrom where possible. Together, we provide an automated build and installation system with nontechnical documentation, allowing Libreboot to be widely used. -[Watch our FOSDEM 2017 presentation about Libreboot (speaker is Leah -Rowe)](https://video.fosdem.org/2017/K.1.105/libreboot.mp4) +Watch our [FOSDEM 2017 presentation](https://video.fosdem.org/2017/K.1.105/libreboot.mp4) to learn more. diff --git a/www/publish.sh b/www/publish.sh index c51f65c7..fe193437 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -40,9 +40,9 @@ fi echo "" >> temp.md printf "[License](/license.md) --\n" >> temp.md -printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md -printf "[Guidelines for good conduct](/conduct.md) --\n" >> temp.md -printf "[Project Management Guidelines, plus leadership information](/management.md) \n" >> temp.md +printf "[Authors](/contrib.md) --\n" >> temp.md +printf "[Conduct Guidelines](/conduct.md) --\n" >> temp.md +printf "[Management Guidelines](/management.md) \n" >> temp.md # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' |