Skip to content

Commit

Permalink
Merge branch 'develop' into 6251--feature-shortkey-ermglichen-bei-too…
Browse files Browse the repository at this point in the history
…ltips

# Conflicts:
#	README.md

Refs: #6251
  • Loading branch information
AlexanderSchmidtCE committed Nov 3, 2024
2 parents 9d82937 + 495b21b commit 6ac13a4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@ The [HTML web standard](https://html.spec.whatwg.org) is itself very “openly

KoliBri is based directly on the [Web standards](https://www.w3.org/standards/webdesign/) of the [W3C](https://www.w3.org) (framework-agnostic), and is generic Reference implementation of the [WCAG standard](https://www.w3.org/WAI/standards-guidelines/wcag/) and the [BITV](https://www.bitvtest.de/bitv_test.html) for accessibility and implemented as a multi-theming capable presentation layer. There is no technical reference and no data transfer functionality. This means that KoliBri is equally reusable for the realization of static websites as well as dynamic web applications with different corporate designs and style guides and is therefore very interesting for open source.

## Roadmap

KoliBri is always actively working on improvements, new features and future-oriented innovations for the latest major release. In parallel, a selected LTS release is maintained with regard to bug fixes.

| Version | Release type | Release | Period | End-of-Support |
| --: | :-: | :-: | :-: | :-: |
| 1.x | LTS | Dez 2021 | 3y | Dez 2024 |
| 2.x | LTS | Dez 2023 | 3y | Dez 2026 |
| 3.x | STS | Dez 2024 | 1y | Dez 2025 |
| 4.x | LTS | Dez 2025 | 3y | Dez 2028 |
| 5.x | STS | Dez 2026 | 1y | Dez 2027 |

```mermaid
gantt
title LTS & STS
dateFormat YYYY-MM-DD
1.x (LTS) :, 2021-12-01, 3y
2.x (LTS) :, 2023-12-01, 3y
3.x (STS) :crit , 2024-12-01, 1y
4.x (LTS) :, 2025-12-01, 3y
5.x (STS) :crit , 2026-12-01, 1y
```

## Collaboration and cooperation

The **focus** of KoliBri is on **small** (atomic), very **flexible** and highly **reusable** HTML compositions (e.g. buttons). We offer an accessible, semantic and valid standard implementation of such components that can be reused for any higher-level HTML structure or component (molecule, organism or template).
Expand Down

0 comments on commit 6ac13a4

Please sign in to comment.