[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 00/14] More website content patches.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 00/14] More website content patches. |
Date: |
Sat, 15 Jun 2024 10:34:02 +0200 |
Hi,
I've split the first commit in 3 and also improved the commit
message. I also spotted a spelling issue that I fixed along the way in
the patch about install parties.
As for the logos, me and Adrien discussed privately about them and
they differ too much from the ones we already use, so there is no need
to add them in the logo commit.
Adrien 'neox' Bourmault (1):
Remove old logos, and make the website point to the new ones.
Denis 'GNUtoo' Carikli (11):
website: pages: Create new 'Get GNU Boot' landing page.
website: pages: Get GNU Boot: separate install from upgrade.
website: pages: Get GNU Boot: add section about install parties.
website: status: update Spanish translation.
website: status: clarify what kind of T60 are supported.
website: status: Fix ThinkPad spelling.
website: main page: clarify that GNU Boot is a distribution.
website: status: mention upgrade instructions.
website: status: add current RYF vendors product.
automake: add i945-thinkpads-install-utilities-help target.
website: status: fix page title.
Leah Rowe (2):
website: docs: install: flashrom: add support for BSD.
website: docs: install: flashrom: document I/O port access.
Makefile.am | 12 +-
resources/grub/background/COPYING | 123 +++-
resources/grub/background/README | 6 +
.../Makefile.am | 31 +
website/img/grub/logo.svg | 5 -
website/img/logo/COPYING | 121 ----
website/img/logo/libreboot.png | Bin 3724 -> 0 bytes
website/img/logo/logo.png | Bin 1378 -> 0 bytes
website/img/logo/logo.svg | 5 -
website/img/logo/logo_grey.svg | 246 -------
website/img/logo/logo_light.svg | 252 -------
website/img/logo/s.png | Bin 1155 -> 0 bytes
website/img/logo/sl.png | Bin 1247 -> 0 bytes
...ide-simple-bold-1.60cmx2.00cm-diecut-3.pdf | Bin 13590 -> 0 bytes
...ide-simple-bold-1.60cmx2.00cm-diecut-3.svg | 144 ----
.../stickers/libreboot-simple-2.50x1.00.svg | 79 ---
...libreboot-simple-bold-2.00x2.25-diecut.pdf | Bin 10735 -> 0 bytes
...libreboot-simple-bold-2.00x2.25-diecut.svg | 137 ----
...eboot-simple-bold-5.08cmx5.72cm-diecut.svg | 138 ----
website/pages/docs/install/index.md | 614 ++---------------
website/pages/docs/install/install.md | 626 ++++++++++++++++++
website/pages/index.es.md | 22 +-
website/pages/index.md | 31 +-
website/pages/logo-license.md | 23 +-
website/pages/status.es.md | 465 +++++++------
website/pages/status.md | 463 +++++++------
website/pages/template.include | 4 +-
27 files changed, 1436 insertions(+), 2111 deletions(-)
create mode 100644 resources/grub/background/README
delete mode 100644 website/img/grub/logo.svg
delete mode 100644 website/img/logo/COPYING
delete mode 100644 website/img/logo/libreboot.png
delete mode 100644 website/img/logo/logo.png
delete mode 100644 website/img/logo/logo.svg
delete mode 100644 website/img/logo/logo_grey.svg
delete mode 100644 website/img/logo/logo_light.svg
delete mode 100644 website/img/logo/s.png
delete mode 100644 website/img/logo/sl.png
delete mode 100644
website/img/logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.pdf
delete mode 100644
website/img/logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.svg
delete mode 100644 website/img/logo/stickers/libreboot-simple-2.50x1.00.svg
delete mode 100644
website/img/logo/stickers/libreboot-simple-bold-2.00x2.25-diecut.pdf
delete mode 100644
website/img/logo/stickers/libreboot-simple-bold-2.00x2.25-diecut.svg
delete mode 100644
website/img/logo/stickers/libreboot-simple-bold-5.08cmx5.72cm-diecut.svg
create mode 100644 website/pages/docs/install/install.md
base-commit: 228985f1dc35f6fd0d05363a824062e203a275a4
--
2.45.1
- [PATCH v2 00/14] More website content patches.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 01/14] website: pages: Create new 'Get GNU Boot' landing page., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 05/14] website: status: clarify what kind of T60 are supported., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 02/14] website: pages: Get GNU Boot: separate install from upgrade., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 04/14] website: status: update Spanish translation., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 06/14] website: status: Fix ThinkPad spelling., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 08/14] website: docs: install: flashrom: document I/O port access., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 07/14] website: docs: install: flashrom: add support for BSD., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 03/14] website: pages: Get GNU Boot: add section about install parties., Denis 'GNUtoo' Carikli, 2024/06/15