[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/10] "documentation" improvements.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH 00/10] "documentation" improvements. |
Date: |
Mon, 26 Aug 2024 14:25:24 +0200 |
Hi,
This patchset consist mainly of "documentation" that is very diverse:
* The website patches "document" better what kind of contributions are
welcome in GNU Boot, the git history, how to add support for more
computers and what are our main usability blockers. It also fixes an
issue in the FAQ.
* The small fix in build fixes its "documentation" in its help.
* The copyright headers improvements also "document" who contributed to
specific files.
Denis 'GNUtoo' Carikli (10):
website: clarify that patches are not the only way to contribute.
website: lighttpd.conf: sort mimetype alphabetically.
website: add history page of the GNU Boot git repositories.
website: faq: Add entry about how to support more computers.
website: faq: Puri.sm: remove hardware recommendation.
website: status: Add usability bugs.
grub.cfg: Add copyright header.
resources: packages: src: release: Update copyright header.
build: Update copyright header.
build: replace non-working example.
build | 7 +-
resources/grub/config/grub.cfg | 18 ++++
resources/packages/src/release | 4 +-
website/Makefile.am | 16 ++--
website/history/git-history.dot | 133 ++++++++++++++++++++++++++++
website/history/git-history.jpg | Bin 0 -> 565741 bytes
website/lighttpd.conf.tmpl | 17 ++--
website/pages/docs/history/index.md | 103 +++++++++++++++++++++
website/pages/docs/index.md | 1 +
website/pages/faq.md | 62 ++++++++++++-
website/pages/git.md | 4 +-
website/pages/status.md | 22 +++++
website/pages/template.include | 4 +-
13 files changed, 369 insertions(+), 22 deletions(-)
create mode 100644 website/history/git-history.dot
create mode 100644 website/history/git-history.jpg
create mode 100644 website/pages/docs/history/index.md
--
2.45.2
- [PATCH 00/10] "documentation" improvements.,
Denis 'GNUtoo' Carikli <=
- [PATCH 01/10] website: clarify that patches are not the only way to contribute., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 04/10] website: faq: Add entry about how to support more computers., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 05/10] website: faq: Puri.sm: remove hardware recommendation., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 02/10] website: lighttpd.conf: sort mimetype alphabetically., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 09/10] build: Update copyright header., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 06/10] website: status: Add usability bugs., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 08/10] resources: packages: src: release: Update copyright header., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 07/10] grub.cfg: Add copyright header., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 10/10] build: replace non-working example., Denis 'GNUtoo' Carikli, 2024/08/26
- [PATCH 03/10] website: add history page of the GNU Boot git repositories., Denis 'GNUtoo' Carikli, 2024/08/26