Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gemini protocol support #121

Open
fsiefken opened this issue Jun 15, 2021 · 6 comments
Open

gemini protocol support #121

fsiefken opened this issue Jun 15, 2021 · 6 comments

Comments

@fsiefken
Copy link

fsiefken commented Jun 15, 2021

As gemini is more or less a spiritual successor to gopher and in line with the simplicity of text mode browsing perhaps it can be considered.
https://git.sr.ht/~kr1sp1n/awesome-gemini

@drawkula
Copy link

drawkula commented Jun 16, 2021

In a time when old browsers drop protocols and new browsers are not more than a single-protocol-network-file-pager, some browsers should stick to the old way browsers were thought: One frontend to view them all!

This does not mean that I like Gemini. I think it solves a problem that did not exist in the first place. But now that it exists, "a real browser in the good old spirt" should support it.

@rkd77
Copy link
Owner

rkd77 commented Jun 18, 2021

gemini is on my wishlist. If someone does not provide some patches first, I'm going to add this protocol later this year to ELinks.

@rkd77
Copy link
Owner

rkd77 commented Jul 3, 2021

Current master has some gemini protocol and text/gemini code. There are problems with certificates verification on some sites, I don't know why. You can disable it, or click Retry connection every time.
INPUT (codes 10 and 11) and CLIENT CERTIFCATES (>= 60) are not handled properly yet.

If spidermonkey is enabled, also might be some bugs.

To compile with gemini protocol support, add
-Dgemini=true
to meson invocation

@fsiefken
Copy link
Author

Hi rdk77, that's great, thank you. I turned off 'verify certificates' in the connection options.
The one thing that is a bit annoying is that when you scroll/page to the end of gmi page the screen gets vertically padded with a white background while most if not all gemini pages are default with a black background and blue links so I set the default elinks desktop background to black in the "options manager" (User interface -> Color settings) as well.

@Moult
Copy link
Contributor

Moult commented Dec 5, 2024

Is it possible to use "search" queries in Gemini? Here's a search engine in Gemini which I can't get to work (other than manually editing the URL):

gemini://tlgs.one/

Here's the equivalent using a HTTP proxy where you can see it working:

https://portal.mozz.us/gemini/tlgs.one/

rkd77 added a commit that referenced this issue Dec 6, 2024
11 is for passwords, but now is shown in plain text.
@rkd77
Copy link
Owner

rkd77 commented Dec 6, 2024

Passwords are not **********, but there is progress.

rkd77 added a commit that referenced this issue Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants