aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-08 14:19:35 +0100
committerLeah Rowe <info@minifree.org>2017-04-08 14:19:35 +0100
commitb2104c06df157b4281ab389252d8eebeeb93ce1d (patch)
treeaf36f4671da9a435233b1c0f1e5abf3a8240c818 /www
parent6e55e46554e10051908433162bddb56f2affa452 (diff)
downloadlibrebootfr-b2104c06df157b4281ab389252d8eebeeb93ce1d.tar.gz
librebootfr-b2104c06df157b4281ab389252d8eebeeb93ce1d.zip
tidy up homepage. improve nav menu. move link to authors page into the footer
Diffstat (limited to 'www')
-rw-r--r--www/index.md16
-rwxr-xr-xwww/publish.sh2
2 files changed, 9 insertions, 9 deletions
diff --git a/www/index.md b/www/index.md
index fbf5f6e6..07e9c5dc 100644
--- a/www/index.md
+++ b/www/index.md
@@ -10,18 +10,18 @@ mascot"){#logo}](faq.md#who-did-the-logo)
[Install](docs/install/) --
[Documentation](docs/) --
[Blog](blog/) --
-[Contact (IRC)](https://webchat.freenode.net/?channels=libreboot) --
-[Report a bug](https://notabug.org/libreboot/libreboot/issues) --
-[Send patches](git.md) --
-[Authors](contrib.md)
+[Contact/IRC](https://webchat.freenode.net/?channels=libreboot) --
+[Report bugs](https://notabug.org/libreboot/libreboot/issues) --
+[Send patch](git.md)
Libreboot is a [free](https://en.wikipedia.org/wiki/Free_software) and Open
Source BIOS or UEFI replacement, initialising the hardware and booting your
-operating system. We are a member of the [Peers Community](https://peers.community/)
-project, an organisation that supports Free Software.
+operating system. We are a member of the
+[Peers Community](https://peers.community/) project, an organisation that
+supports Free Software.
-[Please read our open letter of unity](blog/unity.md). The Libreboot project
-no longer opposes FSF or GNU, and would like to resume cooperation.
+[Please read our open letter of unity](blog/unity.md). The Libreboot project no
+longer opposes FSF or GNU.
Why use libreboot?
------------------
diff --git a/www/publish.sh b/www/publish.sh
index e79c5adf..4a580787 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -36,7 +36,7 @@ if [ "${FILE}" != "./index" ]; then
fi
echo "" >> temp.md
-echo "[License](/license.md)" >> temp.md
+echo "[License](/license.md) -- [Information about the Libreboot authors](/contrib.md)" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'