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.

28 lines
1.1 KiB

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