[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 00/18] V2 for last websites patches.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 00/18] V2 for last websites patches. |
Date: |
Mon, 11 Nov 2024 22:07:35 +0100 |
Hi,
Here's the v2. neox did a private review and spoted an issue in
"website: move contrib.md in history, rename git.md" where I forgot to
update website/pages/template.include as well.
As for the rest beside neox's ack there is nothing new so I guess it
can be pushed as-is.
Denis 'GNUtoo' Carikli (18):
website: configure.ac: check for sed.
website: configure.ac: always check for rm.
website: configure.ac: always check for printf.
website: configure.ac: always check for cat.
website: configure.ac: always check for mkdir.
website: properly handle the dot dependency.
website: remove history/git-history.jpg
website: review BSD page index and convert to GNU Boot point of view.
website: review OpenBSD page index and convert to GNU Boot point of
view.
website: review NetBSD page index and convert to GNU Boot point of
view.
website: review FreeBSD page index and convert to GNU Boot point of
view.
website: move contrib.md in history, rename git.md to contribute.md.
website: misc: codenames: review and add GNU Boot context.
website: docs: grub: review and add GNU Boot context.
packages: website: release: help: fix program name.
website: deploy: rsync: use --delete.
website: docs: build: fix link syntax.
website: Makefile.am: serve: update target name in message.
resources/packages/website/release | 2 +-
website/.gitignore | 3 +
website/Makefile.am | 21 ++-
website/configure.ac | 47 ++++---
website/history/git-history.jpg | Bin 565741 -> 0 bytes
website/pages/{git.md => contribute.md} | 0
website/pages/docs/bsd/freebsd.md | 40 ++++--
website/pages/docs/bsd/index.md | 123 ++++++++++++------
website/pages/docs/bsd/netbsd.md | 54 ++++++--
website/pages/docs/bsd/openbsd.md | 54 ++++----
website/pages/docs/build/index.md | 4 +-
website/pages/docs/grub/index.md | 19 ++-
.../{contrib.md => docs/history/authors.md} | 36 ++---
website/pages/docs/history/index.md | 15 ++-
website/pages/docs/install/ich9utils.md | 4 +-
website/pages/docs/install/install.md | 2 +-
website/pages/docs/misc/codenames.md | 11 +-
website/pages/download.md | 4 +-
website/pages/faq.md | 2 +-
website/pages/footer.include.tmpl | 3 +-
website/pages/template.include | 2 +-
21 files changed, 283 insertions(+), 163 deletions(-)
delete mode 100644 website/history/git-history.jpg
rename website/pages/{git.md => contribute.md} (100%)
rename website/pages/{contrib.md => docs/history/authors.md} (94%)
--
2.34.1
- [PATCH v2 00/18] V2 for last websites patches.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 02/18] website: configure.ac: always check for rm., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 03/18] website: configure.ac: always check for printf., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 04/18] website: configure.ac: always check for cat., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 05/18] website: configure.ac: always check for mkdir., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 01/18] website: configure.ac: check for sed., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 10/18] website: review NetBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 06/18] website: properly handle the dot dependency., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 14/18] website: docs: grub: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11
- [PATCH v2 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/11/11