update readme

This commit is contained in:
James Tomasino 2023-02-24 15:18:44 +00:00
parent 0c9e7ac188
commit 4933a50f90
1 changed files with 20 additions and 3 deletions

View File

@ -1,10 +1,27 @@
# Wobbly, the Web Browser Based Gemini Browser
# Tildeverse Gemini Proxy
This is a fork of [Wobbly](https://notabug.org/tinyrabbit/wobbly/), by
[ew0k](https://warmedal.se/~bjorn/). We've hacked on top of it to lay in
a prefer-color-scheme: dark theme and enhance some of the UI to allow for
browser button navigation. It has some intentional limitations to keep it sane
as a proxy and to prevent abuse.
This thing uses javascript extensively. If you don't like that I have excellent
news for you! There's this thing called Gemini that can help. :)
Original README below:
## 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 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.
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