relatica/README.md

45 wiersze
1.8 KiB
Markdown

2023-01-20 03:37:00 +00:00
# Relatica
2022-11-03 03:13:19 +00:00
2022-11-03 03:25:29 +00:00
A Flutter application for interfacing with the Friendica social network.
2022-11-03 03:13:19 +00:00
<img src="screenshots/v0.8.0/home_screen.png" alt="Relatica v0.8.0 on Linux Home Screen Screenshot" width="300px"/>
2023-03-15 17:04:09 +00:00
2023-03-22 19:14:54 +00:00
<img src="screenshots/v0.3.0/linux/relatica_v0.3.0_drawer.png" alt="Relatica v0.3.0 on Linux Home Expanded Drawer Screenshot" width="300px"/>
2023-01-21 20:59:46 +00:00
2023-01-21 19:02:55 +00:00
## Project Objectives
2023-01-21 19:02:55 +00:00
* Have a native app client on mobile (Apple and Android) and desktop (Linux, Mac, and Windows)
* Providing a simpler UX for people to interact with Friendica
* Providing a better low-bandwidth environment experience than the web-app version running in a browser
2023-03-15 17:04:09 +00:00
* Reduce server side loading in the new fediverse era by doing techniques like leveraging paging of comments, local
caching, and lazy loading.
2023-01-21 19:02:55 +00:00
* Provide more intuitive mechanisms for adding things like Content Warning/Spoiler text and image ALT-text
2023-01-21 19:02:55 +00:00
## Current Status
2023-03-15 17:04:09 +00:00
The project is currently in an early-beta state. If you'd like to use it at this time please
see the notes at [Relatica Beta Testing Program](beta-program.md).
It is possible to install it now by following the [install instructions](install.md).
2023-01-21 19:02:55 +00:00
If you would like to contribute please see [this Developers Notes](developers.md) section.
## Community and Support
[Relatica Community Matrix Discussion Room](https://matrix.to/#/#relatica-community:myportal.social)
[Issue Tracker](https://gitlab.com/mysocialportal/relatica/-/issues)
2023-01-21 19:02:55 +00:00
### Things I could use help from community on:
2023-03-15 17:04:09 +00:00
2023-01-21 19:02:55 +00:00
* More coders and testers are always welcome
* CI/CD
* Packaging for Linux operating systems using Flatpak, Snap, etc. (or individual packages per operating system)
* UI/UX cleaning up
* Graphics design for logo, website art
* Documentation
* Spreading the word
## License
2023-03-15 17:04:09 +00:00
2023-01-21 19:02:55 +00:00
Relatica is licensed with the [Mozilla Public License 2.0 (MPL)](LICENSE) copyleft license.