mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Rewrite README with disclaimer and upstream section
Replace the one-line intro with a clearer project description. Add a disclaimer clarifying no affiliation with KDE. Add an upstream relationship section noting this is not a direct contribution but parts may be proposed upstream.
This commit is contained in:
parent
3728ef7602
commit
3f3c2dc07c
1 changed files with 19 additions and 3 deletions
22
README.md
22
README.md
|
|
@ -1,7 +1,6 @@
|
||||||
# Shift
|
# Shift
|
||||||
|
|
||||||
Convergence mode for Plasma Mobile. One shell that works as a phone and
|
SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
|
||||||
adapts to a desktop when you connect a monitor, keyboard, or mouse.
|
|
||||||
|
|
||||||
Shift is a fork of [plasma-mobile](https://invent.kde.org/plasma/plasma-mobile).
|
Shift is a fork of [plasma-mobile](https://invent.kde.org/plasma/plasma-mobile).
|
||||||
The upstream phone UI is untouched; convergence adds a layer on top.
|
The upstream phone UI is untouched; convergence adds a layer on top.
|
||||||
|
|
@ -37,6 +36,23 @@ cmake --build build
|
||||||
cmake --install build
|
cmake --install build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upstream
|
### Disclaimer
|
||||||
|
|
||||||
|
SHIFT is an independent project based on KDE Plasma Mobile.
|
||||||
|
|
||||||
|
It is **not affiliated with or endorsed by** KDE or the KDE community.
|
||||||
|
|
||||||
|
Some visual elements (such as icons or graphical assets) may originate from KDE Plasma Mobile and are used in accordance with their respective licenses. These elements may be replaced in future versions as the project evolves.
|
||||||
|
|
||||||
|
All trademarks, including KDE, belong to their respective owners.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Upstream Relationship
|
||||||
|
|
||||||
|
SHIFT is not intended as a direct contribution to KDE Plasma Mobile.
|
||||||
|
|
||||||
|
However, if parts of this project are considered useful, contributions or ideas may be proposed upstream in a collaborative manner.
|
||||||
|
|
||||||
|
|
||||||
See [pm_README.md](pm_README.md) for the original Plasma Mobile README.
|
See [pm_README.md](pm_README.md) for the original Plasma Mobile README.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue