diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-07 01:06:07 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-07 01:06:07 +0200 |
| commit | 093bfcc50d5889358ed806096ac5652a9e925cfc (patch) | |
| tree | f0276f86cf9b14309851b9d3136c370503ecea64 /README.md | |
| parent | d4d353dab0f7c2fe2e1d76f6666f848e077d07dd (diff) | |
| download | kristall-093bfcc50d5889358ed806096ac5652a9e925cfc.tar.gz | |
Implements multi-protocol support. Adds support for HTTP/HTTPS, adds settings to enable/disable protocols
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -12,13 +12,19 @@ A high-quality visual cross-platform gemini browser. - `image/*` - [Outline generation](https://mq32.de/public/a50ef327f4150d870393b1989c5b41db495b56f7.png) ([Video](https://mq32.de/public/kristall-02.mp4)) - Favourite Sites +- Navigation history - Tabbed interface - Survives [ConMans torture suite](gemini://gemini.conman.org/test/torture/) - [Special link highlighting for different targets](https://mq32.de/public/92f3ec7a64833d01f1ed001d15c8db4158e5d3c2.png) - Color Themes - Custom color theme - [Automatic light/dark theme based on the host name](https://mq32.de/public/kristall-01.mp4) -- Navigation history +- Multi-protocol support + - [x] [Gemini](https://gemini.circumlunar.space/) + - [x] HTTP + - [x] HTTPS + - [ ] [Finger](https://tools.ietf.org/html/rfc1288) (planned) + - [ ] [Gopher](https://tools.ietf.org/html/rfc1436) (planned) - Crossplatform supports - Linux - Windows @@ -69,4 +75,9 @@ Notes for OpenBSD: - [ ] Check if the site follows this guideline: `#<ICON> Title` where `<ICON>` is a unicode emoji - [ ] 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 + - [ ] gopher://gopher.black
\ No newline at end of file |
