diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 22:21:54 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-08 22:21:54 +0200 |
| commit | 54476a135015dae6307c39cb1f84e488e1363484 (patch) | |
| tree | cf0db4ff0db203fb19520e52ba16b92f87467100 /README.md | |
| parent | fee07814e3f0ec1a45644bb7330fff12df35b475 (diff) | |
Some README adjustments.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -10,6 +10,12 @@ A high-quality visual cross-platform gemini browser. - `text/markdown` - `text/*` - `image/*` +- Multi-protocol support + - [Gemini](https://gemini.circumlunar.space/) + - HTTP + - HTTPS + - [Finger](https://tools.ietf.org/html/rfc1288) + - [Gopher](https://tools.ietf.org/html/rfc1436) (WIP) - [Outline generation](https://mq32.de/public/a50ef327f4150d870393b1989c5b41db495b56f7.png) ([Video](https://mq32.de/public/kristall-02.mp4)) - Favourite Sites - Navigation history @@ -20,18 +26,13 @@ A high-quality visual cross-platform gemini browser. - Custom document color theme - [Automatic light/dark theme based on the host name](https://mq32.de/public/kristall-01.mp4) - Dark/Light UI theme -- Multi-protocol support - - [x] [Gemini](https://gemini.circumlunar.space/) - - [x] HTTP - - [x] HTTPS - - [x] [Finger](https://tools.ietf.org/html/rfc1288) (planned) - - [x] [Gopher](https://tools.ietf.org/html/rfc1436) (WIP) - Crossplatform supports - Linux - Windows - FreeBSD - NetBSD - OpenBSD + - MacOS X ## Screenshots @@ -107,6 +108,8 @@ Just use QtCreator to build `./src/kristall.pro`. Default settings should be fin - [ ] Implement more protocols - [ ] Gopher - [ ] Support more media types (include uudecode and hexbin decoder) + - [ ] FTP + - [ ] Search for FTP library or use self-written one? - [ ] Improve UX - [ ] Rightclick with "open in new tab" and "open in this tab" - [ ] For history |
