aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-08 20:45:08 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-08 20:45:08 +0200
commit4276fd7662167fbabf78edf75e75a85218dff4a5 (patch)
treef7009b55f9bbdecc77477d3f3191e5aef8356a86 /README.md
parent24adf0b41746449a163cfd2daaa2feefd67e9d57 (diff)
downloadkristall-4276fd7662167fbabf78edf75e75a85218dff4a5.tar.gz
Adds support for finger protocol.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 67be711..42d1a67 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ A high-quality visual cross-platform gemini browser.
- [x] [Gemini](https://gemini.circumlunar.space/)
- [x] HTTP
- [x] HTTPS
- - [ ] [Finger](https://tools.ietf.org/html/rfc1288) (planned)
+ - [x] [Finger](https://tools.ietf.org/html/rfc1288) (planned)
- [x] [Gopher](https://tools.ietf.org/html/rfc1436) (WIP)
- Crossplatform supports
- Linux
@@ -76,6 +76,14 @@ make
- `make`
- `g++`
+### Notes for Manjaro/Arch
+- Requires packages
+ - `qt5`
+ - `qt5-multimedia`
+
+### Notes on void linux
+- set env variable `QT_SELECT=5`
+
## Windows
Just use QtCreator to build `./src/kristall.pro`. Default settings should be fine.
@@ -97,12 +105,7 @@ Just use QtCreator to build `./src/kristall.pro`. Default settings should be fin
- [ ] Opt-In: Regularly check for `domain/favicon.txt`
- [ ] Opt-In: Regularly check for `domain/favicon.ico`
- [ ] Implement more protocols
- - [ ] Finger
- - [ ] finger://tomasino@cosmic.voyage
- - [ ] finger://ping@cosmic.voyage
- [ ] Gopher
- - [x] gopher://gopher.black
- - [ ] Improve gophermap rendering with icons for media types
- [ ] Support more media types (include uudecode and hexbin decoder)
- [ ] Improve UX
- [ ] Rightclick with "open in new tab" and "open in this tab"
@@ -113,9 +116,6 @@ Just use QtCreator to build `./src/kristall.pro`. Default settings should be fin
- [ ] Save/load/share theme preset
- [ ] Improve Unicode/Emoji support
- Seems to need multiple font families per font?
- - [ ] Add option for some markdownish features
- - [ ] `*bold*`
- - [ ] `_underline_`
## Bugs