PHP-GTK Client for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
984 B

3 months ago
# Yoda is [PHP-GTK](https://github.com/scorninpc/php-gtk3) Browser for [Gemini Protocol](https://geminiprotocol.net)
3 months ago
At this moment project under development!
## Features
* [x] Custom DNS resolver with memory cache, oriented to alt networks like [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go)
* [x] Flexible settings in `config.json`, then UI
* [x] Native GTK environment, no custom colors until you change it in `css`
* [ ] Local pages history snaps to make it accessible even offline
* [ ] Bookmarks
* [ ] Certificate features
* [ ] `Gemfeed` reader
* [ ] Search engine integrations, probably [Yo!](https://github.com/YGGverse/Yo/tree/gemini) Search by default
3 months ago
* [ ] Machine translations (e.g. [Lingva](https://github.com/thedaviddelta/lingva-translate) API)
3 months ago
## Components
* [gemini-php](https://github.com/YGGverse/gemini-php) - Client and Parser for Gemini Protocol
* [net-php](https://github.com/YGGverse/net-php) - DNS resolver with related network features