Commit Briefs


Omar Polo

new post


Omar Polo

use com.omarpolo/gemini

I've released a gemini library (based on the deleted Request.java) so use it.


Omar Polo

build java with make



Omar Polo

switch URL -> URI

URL throws an exception about an unknown scheme "gemini". I don't intend to write a URLConnectionHandler class for gemini, I'm happy with my Response class, so switch to a URI that doesn't have that trouble. After all, that constructor is there only because it's handy to do new Response("gemini://localhost/index.gmi")


Omar Polo

add constructor


Omar Polo

rework the Gemini API


Omar Polo

ping antenna


Omar Polo

add java to the classpath


Omar Polo

ignore .class files


Omar Polo

new post...


Omar Polo

add a README


Omar Polo

add a simple gemini client


Omar Polo

add the source URL