Go to file
James Tomasino 8aa2e5761a better cleaning 2023-02-24 14:07:44 +00:00
LICENSE Initial commit 2021-08-06 12:44:26 +00:00
README.md First commit 2021-08-06 14:57:05 +02:00
browser.cgi better cleaning 2023-02-24 14:07:44 +00:00
index.html more css reduction 2023-02-24 11:13:53 +00:00
styles.css styles complete for both color schemes 2023-02-24 11:40:09 +00:00

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.