[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 00/12] More website content patches.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 00/12] More website content patches. |
Date: |
Tue, 11 Jun 2024 20:52:09 +0200 |
Hi,
Here are more patches for the website. They are mainly bug fixes but
they also contain reworked patches from Leah Rowe that improves the
documentation for installing/upgrading GNU Boot.
As for the Patch by neox, it's an old patch that was a work in
progress, and so I finished the work and adapted it to the current GNU
Boot revision (a lot has changed since the patch was made).
As for the patch about the logos, I also made some ASCII art logos,
but I didn't include them in the patch as I've no idea if they fit the
project or not as they differ a lot from the official artwork that we
already have in resources/grub/background.
Here they are:
+--+
| |
| |
|vv+------+
| |
+---------+
GNU Boot
______
( )
( )
( )
( ^ ^ )
( \____________
( \
( )
`------------------ยค
____ _ _ _ _ ____ _
/ ___| \ | | | | | | __ ) ___ ___ | |_
| | _| \| | | | | | _ \ / _ \ / _ \| __|
| |_| | |\ | |_| | | |_) | (_) | (_) | |_
\____|_| \_|\___/ |____/ \___/ \___/ \__|
So maybe if the response about the logos is positive, they could also
be included. Or maybe they need to be improved somehow.
As for the license I can use the same license than in
resources/grub/background/COPYING as this makes it easy to include the
logo in various manuals, software (like GRUB), etc.
Also I've included Jason in CC mainly for the question about the logo.
Adrien 'neox' Bourmault (1):
Remove old logos, and make the website point to the new ones.
Denis 'GNUtoo' Carikli (9):
website: pages: unify Download, Install and Buy preinstalled.
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 v1 00/12] More website content patches.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 02/12] website: status: update Spanish translation., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 03/12] website: status: clarify what kind of T60 are supported., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 01/12] website: pages: unify Download, Install and Buy preinstalled., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 06/12] website: docs: install: flashrom: document I/O port access., Denis 'GNUtoo' Carikli, 2024/06/11
- [PATCH v1 05/12] website: docs: install: flashrom: add support for BSD., Denis 'GNUtoo' Carikli, 2024/06/11