comparison README.md @ 494:a4a5565e7026

doc (README): move to README.md to use Markdown, and update content
author Goffi <goffi@goffi.org>
date Mon, 28 Aug 2023 17:09:15 +0200
parents README@3c9ba4a694ef
children
comparison
equal deleted inserted replaced
493:b3cedbee561d 494:a4a5565e7026
1 # Libervia Desktop/Mobile (Kivy)
2
3 ### Copyrights
4
5 - Jérôme Poisson aka Goffi 2016-2023
6
7 ## License
8
9 Libervia Desktop (Kivy) is a Libre software (Free as in "Freedom"), distributed under the
10 AGPL v3+ license. For the full license, please refer to the `COPYING` file.
11
12 ## About
13
14 Libervia Desktop (Kivy) is a Desktop/Android frontend for the [Libervia
15 project](https://libervia.org). This version serves as an alternative desktop frontend,
16 built using the [Kivy](https://kivy.org/) framework, alongside the main Qt-based frontend.
17 It provides a native graphical interface optimized for touch-screen capabilities when
18 available and includes a split ability inspired by Blender. Although the frontend is
19 actively developed with a focus on GNU/Linux platforms, plans are underway to extend
20 support to other systems. An Android port is also in the early stages of development.
21
22 ### Features
23
24 - **Chat**: Supports text-based conversations with end-to-end encryption.
25 - **File Sharing**: Offers the ability to share files, including peer-to-peer directory
26 sharing.
27 - **Remote Control**: Implements XMPP Ad-Hoc commands, featuring a specialized mode for
28 controlling media players via icon-based UI.
29 - **Contact Management**: Basic functionality for managing your contacts.
30 - **Blogging**: Supports basic blogging features.
31 - **Settings Management**: Allows users to adjust various settings of Libervia.
32 - **Split Screen**: Provides the capability to split the screen by dragging and dropping
33 borders, enabling simultaneous view of multiple widgets.
34 - **Multiple Windows**: On desktop environments, users can open another window, useful for
35 multi-screen setups.
36 - 🚧 **Audio/Video Calls** (WIP): One-to-one audio and video calling features are under
37 development and will be available in future releases.
38
39 Due to its modular architecture, the frontend is built to be customizable. Some features
40 available in other Libervia frontends (like calendars) are not yet implemented here.
41
42 For additional information, you can refer to the [Official Website](https://libervia.org).
43
44 ## Contributions
45
46 Here are the URIs you can use to publish/retrieve tickets or merge requests:
47
48 tickets: xmpp:pubsub.goffi.org?;node=org.salut-a-toi.tickets%3A0 (please use "desktop-kivy" label)
49 merge requests: xmpp:pubsub.goffi.org?;node=org.salut-a-toi.merge_requests%3A0 (please use "desktop-kivy" label)
50
51 Tickets and merge requests are handled by Libervia itself using XMPP.