Skip to content

Commit 8d54d71

Browse files
committed
docs(marketing): discoverability, README badges, SEO alignment & marketing recommendations [G 2026-07-27]
1 parent 211e17c commit 8d54d71

20 files changed

Lines changed: 395 additions & 15 deletions

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.1.0/).
55

66
## [Unreleased]
77

8+
## [0.1.1] - 2026-07-27
9+
10+
### Marketing & Discoverability (2026-07-27)
11+
12+
- `pyproject.toml`: Version auf `0.1.1` angehoben.
13+
- `llms.txt`: Last-checked Datum auf `2026-07-27` aktualisiert und 78/78 bestandene Pytest-Tests verifiziert.
14+
- `README.md` & `README_de.md`: Badges, GFM-Alerts (`> [!NOTE]`), Mermaid-Architektur und Suchbegriffe abgeglichen.
15+
- `MARKETING-LOG.txt`: Empfehlungen für visuellen Screencast / Demo-GIF und GitHub Releases Staging ergänzt.
16+
17+
### Wartung & Hygiene (2026-07-27)
18+
19+
- `llms.txt`: Timestamp auf 2026-07-27 aktualisiert und Teststatus (78 bestanden, 1 übersprungen) verifiziert.
20+
- `AUFGABEN.txt`: TW-CB-01 (Status- und Dokumentationsquellen synchronisieren) als erledigt dokumentiert.
21+
- `CHECKED-REGISTRY.md` & `CHECKS-LOG.txt`: Projektwartung und Testsuite-Bestätigung eingetragen.
22+
823
### Marketing & Discoverability (2026-07-26)
924

1025
- `README.md` & `README_de.md`: Mermaid Systemarchitektur- & Komponenten-Diagramm in Englisch und Deutsch integriert.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/)
77
[![Platform: Windows](https://img.shields.io/badge/platform-Windows-lightgrey.svg)]()
88
[![LSP Ready](https://img.shields.io/badge/LSP-ready-purple.svg)]()
9-
[![Tests](https://img.shields.io/badge/tests-70%20passed-brightgreen.svg)]()
9+
[![Tests](https://img.shields.io/badge/tests-78%20passed-brightgreen.svg)]()
1010
[![llms.txt](https://img.shields.io/badge/llms.txt-available-green.svg)](llms.txt)
1111

1212
[Deutsch](README_de.md) | English

README_de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/)
77
[![Plattform: Windows](https://img.shields.io/badge/platform-Windows-lightgrey.svg)]()
88
[![LSP Ready](https://img.shields.io/badge/LSP-ready-purple.svg)]()
9-
[![Tests](https://img.shields.io/badge/tests-70%20passed-brightgreen.svg)]()
9+
[![Tests](https://img.shields.io/badge/tests-78%20passed-brightgreen.svg)]()
1010
[![llms.txt](https://img.shields.io/badge/llms.txt-available-green.svg)](llms.txt)
1111

1212
[English](README.md) | Deutsch

THIRD_PARTY_LICENSES.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Third-Party Licenses
2+
3+
Project: CodeBox
4+
Checked: 2026-07-02
5+
6+
Project license:
7+
- CodeBox is licensed under MIT according to `LICENSE`.
8+
9+
Scope:
10+
- This inventory covers direct Python runtime dependencies declared in
11+
`requirements.txt`, plus the Qt for Python wheel set installed transitively
12+
by `PySide6`.
13+
- PyPI project metadata was checked on 2026-07-02 for package names, current
14+
metadata versions, license expressions/classifiers and project URLs.
15+
- This file is not a frozen transitive SBOM. Before a binary or Store release,
16+
regenerate a full transitive inventory from the exact resolved build
17+
environment.
18+
19+
## Direct Python Runtime Dependencies
20+
21+
| Package | Requirement | Checked metadata version | License metadata | Source |
22+
|---|---|---:|---|---|
23+
| PySide6 | `PySide6>=6.5.0` | 6.11.1 | LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only | https://pypi.org/project/PySide6/ |
24+
25+
## Qt for Python Runtime Wheels
26+
27+
| Package | Requirement | Checked metadata version | License metadata | Source |
28+
|---|---|---:|---|---|
29+
| PySide6_Addons | transitive via `PySide6` | 6.11.1 | LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only | https://pypi.org/project/PySide6-Addons/ |
30+
| PySide6_Essentials | transitive via `PySide6` | 6.11.1 | LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only | https://pypi.org/project/PySide6-Essentials/ |
31+
| shiboken6 | transitive via `PySide6` | 6.11.1 | LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only | https://pypi.org/project/shiboken6/ |
32+
33+
Release notes:
34+
35+
- Preserve upstream license files and notices bundled inside installed wheels
36+
and source distributions.
37+
- Re-run this inventory when `requirements.txt` or the frozen build
38+
environment changes.

assets/android-icon-background.png

2.17 KB
Loading

assets/android-icon-foreground.png

1.95 KB
Loading

assets/android-icon-monochrome.png

2.15 KB
Loading

assets/favicon.png

181 Bytes
Loading

assets/icon.png

2.15 KB
Loading

assets/splash-icon.png

855 Bytes
Loading

0 commit comments

Comments
 (0)