Spectral/README.md

49 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

# Spectral
2018-08-05 12:05:21 +00:00
2018-09-17 23:22:37 +00:00
<a href='https://flathub.org/apps/details/org.eu.encom.spectral'><img width='240' alt='Get it on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
2018-08-18 08:45:21 +00:00
2018-08-05 12:05:21 +00:00
> "Nobody can be told what the matrix is, you have to see it for yourself. "
Spectral is a glossy cross-platform client for Matrix, the decentralized communication protocol for instant messaging.
2018-08-05 12:05:21 +00:00
2018-09-20 09:25:33 +00:00
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/1.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/2.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/3.png)
![Screenshot](https://gitlab.com/b0/spectral/raw/master/screenshots/4.png)
2018-09-05 23:11:22 +00:00
## Document
2018-08-05 12:05:21 +00:00
There is a separate document for Spectral, including installing, compiling, etc.
2018-08-05 12:05:21 +00:00
2019-05-01 03:45:05 +00:00
It is at [Spectral Doc](https://b0.gitlab.io/spectral-doc/)
2018-08-05 12:05:21 +00:00
2018-09-05 23:11:22 +00:00
## Contact
2018-08-05 12:05:21 +00:00
You can reach the maintainer at #spectral:matrix.org, if you are already on Matrix.
2018-08-05 12:05:21 +00:00
2018-09-05 23:11:22 +00:00
Also, you can file an issue at this project if anything goes wrong.
2018-08-18 08:45:21 +00:00
2018-08-05 12:05:21 +00:00
## Acknowledgement
2018-09-17 23:22:37 +00:00
This program uses libqmatrixclient library and some C++ models from Quaternion.
2018-08-18 08:45:21 +00:00
[Quaternion](https://github.com/QMatrixClient/Quaternion)
2018-08-18 08:45:21 +00:00
[libqmatrixclient](https://github.com/QMatrixClient/libqmatrixclient)
2018-08-05 12:05:21 +00:00
2019-05-01 03:45:05 +00:00
This program includes the source code of hoedown.
[Hoedown](https://github.com/hoedown/hoedown)
2018-09-23 06:23:23 +00:00
## Donation
Donations are welcome! My Bitcoin wallet address is 1AmNvttxJ6zne8f2GEH8zMAMQuT4cMdnDN
2018-08-05 12:05:21 +00:00
## License
![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
2018-10-19 14:20:24 +00:00
This program is licensed under GNU General Public License, Version 3.
2019-05-01 03:45:05 +00:00
Exceptions are src/notifications/wintoastlib.c and wintoastlib.h, which are from https://github.com/mohabouje/WinToast and licensed under MIT.