بدون توضیح

Björn Wärmedal 8f8416fb78 Wobbly reads URL from QUERY_STRING when initiating 2 سال پیش
public_gemini 0c6136348c First commit 3 سال پیش
public_html 8f8416fb78 Wobbly reads URL from QUERY_STRING when initiating 2 سال پیش
LICENSE 930149a383 Initial commit 3 سال پیش
README.md 0c6136348c First commit 3 سال پیش

README.md

Wobbly, the Web Browser Based Gemini Browser

This is a very basic browser for the gemini network protocol, implemented as a web service.

The frontend is a webpage designed to look like a simple browser window. It has some javascript to make the experience smoother and reduce load on the backend. It also has a startpage in geminispace.

The backend is a CGI script that takes a URL and fetches it over gemini, parsing and transforming it into an HTML response which is then presented in the browser's main window.

Dependencies

The backend depends on gemcall and gemtextparser, available near this repository.