Mercurial > libervia-web
comparison README.md @ 1520:88f99488e604
doc: update README to be more concise, and just talk about the frontend
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 07 Jun 2023 09:17:05 +0200 |
parents | README@822bd0139769 |
children | 4542569d2b89 |
comparison
equal
deleted
inserted
replaced
1519:01b8d68edd70 | 1520:88f99488e604 |
---|---|
1 # Libervia Web | |
2 | |
3 ### Copyrights | |
4 | |
5 - Jérôme Poisson aka Goffi 2008-2023 | |
6 - Adrien Cossa aka Souliane 2013-2016 | |
7 - Additional contributions by community members | |
8 | |
9 ## License | |
10 | |
11 Libervia is a Libre software (Free as in "Freedom"), distributed under the AGPL v3+ | |
12 license. For the full license, please refer to the `COPYING` file. | |
13 | |
14 ## Relevant URLs | |
15 | |
16 Here are some useful URLs, all of which (except for the source code repository) are | |
17 powered by Libervia itself, showcasing the flexibility and versatility of the tool: | |
18 | |
19 - Official Website: <https://libervia.org> | |
20 - Documentation: <https://libervia.org/documentation/web> | |
21 - Bug Tracker: <https://libervia.org/tickets> | |
22 - Source Code: <https://repos.goffi.org/libervia-web/> | |
23 - News: <https://libervia.org/news> (currently the same as the blog below) | |
24 - Main Developer's Blog: <https://www.goffi.org/> | |
25 | |
26 Additionally, our blogs are accessible via ActivityPub thanks to the Libervia XMPP <=> | |
27 ActivityPub gateway. | |
28 | |
29 ## About | |
30 | |
31 Libervia Web is the official web frontend of the Libervia project. It is designed to be | |
32 user-friendly and offers a wide range of features including instant messaging, blogs, | |
33 forums, photo albums, file sharing, event organization, personal agendas, and various | |
34 kinds of lists (tickets, TODOs, shopping, etc.). Upcoming enhancements include the | |
35 addition of video calls. Libervia Web is an all-encompassing, universally compatible tool, | |
36 ideal for individuals, small and large groups, associations, internal communication, | |
37 public-facing websites, and private social networks. | |
38 | |
39 The platform includes an easy-to-use invitation system, which simplifies the process of | |
40 bringing new members into the network. This system allows people to participate even if | |
41 they don't have an account. | |
42 | |
43 Leveraging the power of [Brython](https://www.brython.info/), Python can be utilized both | |
44 server-side and in the browser. In essence, Libervia Web is a web framework created with | |
45 Python, capitalizing on the robustness of XMPP and Libervia for data management. This | |
46 makes it highly customizable, enabling the frontend to be easily adapted for specific use | |
47 cases or themes. | |
48 | |
49 For additional information, please visit the [Official Website](https://libervia.org) or | |
50 the [Libervia Backend Repository](https://repos.goffi.org/libervia-backend). |