pantalaimon-ut/README.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

2020-07-25 20:35:38 +00:00
# Pantalaimon UT
2020-07-14 00:59:16 +00:00
End-to-end encryption aware Matrix reverse proxy daemon for Ubuntu Touch.
## TODO
2020-07-26 01:44:24 +00:00
- [x] About page
2020-07-25 20:35:38 +00:00
- [x] App icon
2020-07-14 00:59:16 +00:00
- [ ] Cross compile python+pantalaimon
2020-07-25 20:35:38 +00:00
- [ ] Release on open-store.io
2020-07-14 00:59:16 +00:00
- [ ] Fix image fetching
- [ ] Ability to verify, ignore, or blacklist devices
2020-07-14 00:59:16 +00:00
## Build
This project is not currently setup for cross building. A binary will need to
be compiled on a device for each target architecture. Make sure there is
enough space on the device to install the build tools and compile python, olm,
and pantalaimon.
* `git clone https://git.sr.ht/~thrrgilag/pantalaimon-ut`
* push dev-build.sh to /home/phablet
* run `dev-build.sh`
* pull /home/phablet/pantalaimon-build/dist/pantalaimon
* rename pantalaimon to pantalaimon-armhf (or pantalaimon-arm64)
* run `clickable`
2020-07-14 00:59:16 +00:00
## Known Issues
* Images (including avatars) are not fetched
* No user interaction to verify, ignore, or blacklist devices
## Contributing
Send patches to
[~thrrgilag/pantalaimon-ut@lists.sr.ht](https://lists.sr.ht/~thrrgilag/pantalaimon-ut)
A tutorial for git send-email can be found at [git-send-email.io](https://git-send-email.io/)
if you're not familiar with this method.
Bugs can be filed at https://todo.sr.ht/~thrrgilag/pantalaimon-ut
2020-07-14 00:59:16 +00:00
## License
Copyright (C) 2020 Morgan McMillian
Licensed under the Apache Software License 2.0