[rulkc] [RESEND PATCH v1 0/4] Linux and Neo-Depositorium Associated Unity

Dmitry Rokosov rockosov at rulkc.org
Tue Jun 30 20:33:50 MSK 2026


This patch series reworks the LANDAU documentation website to reflect the
project's evolution from a single Linux kernel fork into a broader umbrella
initiative under RULKC.

The series introduces infrastructure improvements (spell checking,
Hugo compatibility) followed by content restructuring that establishes
LANDAU as a collection of system components, with LANDAU Linux as the
first active subproject.

Summary of changes:
- Patch 1: Add hunspell spellchecker for Markdown sources (en_US + ru_RU)
- Patch 2: Rename index.md -> _index.md for Hugo compatibility
- Patch 3: Re-design main page from LANDAU Kernel to LANDAU umbrella project
- Patch 4: Add LANDAU Linux subproject overview and comprehensive
           maintenance manifest

The maintenance manifest (patch 4) formalizes key processes:
- Versioning scheme (VERSION.PATCHLEVEL.SUBLEVEL.lXYZ)
- Branching strategy (landau-next, landau-V.P.y)
- Release cycle with RMW and RC phases
- LTS support policy (guaranteed support for the latest LTS kernel)
- GPG signing requirements for tags and pull requests

After this series, the website will have:
landau.one/
├── _index.md                    # Umbrella project home
├── landau-linux/
│   ├── index.md                 # LANDAU Linux project page
│   └── maintenance.md           # Maintenance process manifest

Future subprojects (U-Boot, EFI, QEMU) will follow the same pattern.

Nikita Shubin (2):
  scripts: Add hunspell checker
  hugo: renamed index.md to _index.md

Dmitry Rokosov (2):
  Re-design main page from LANDAU Kernel to LANDAU umbrella project
  Add LANDAU Linux project overview and maintenance documentation

 scripts/spellcheck.sh           | 112 +++++++++++
 .spellcheck-allow.txt           |  89 +++++++++
 _index.md                       |  51 +++--
 landau-linux/index.md           |  27 +++
 landau-linux/maintenance.md     | 325 ++++++++++++++++++++++++++++++++
 5 files changed, 584 insertions(+), 20 deletions(-)

Signed-off-by: Dmitry Rokosov <rockosov at rulkc.org>

Dmitry Rokosov (2):
  Re-design main page from LANDAU Kernel to LANDAU umbrella project
  Add LANDAU Linux project overview and maintenance documentation

Nikita Shubin (2):
  scripts: Add hunspell checker
  hugo: renamed index.md to _index.md

 .spellcheck-allow.txt       |  89 ++++++++++
 _index.md                   |  88 ++++++++++
 index.md                    |  67 --------
 landau-linux/index.md       |  27 +++
 landau-linux/maintenance.md | 325 ++++++++++++++++++++++++++++++++++++
 scripts/spellcheck.sh       | 112 +++++++++++++
 6 files changed, 641 insertions(+), 67 deletions(-)
 create mode 100644 .spellcheck-allow.txt
 create mode 100644 _index.md
 delete mode 100644 index.md
 create mode 100644 landau-linux/index.md
 create mode 100644 landau-linux/maintenance.md
 create mode 100755 scripts/spellcheck.sh

-- 
2.48.1




More information about the rulkc mailing list