Commits


fix the various is-* functions


rewrite APIs the old API were a thin layer on top of the java class, this is a beginning to use a more clojure-ish ones.


typo


mark connect as private


fix build & deployment on clojars


add clojars badge


docs improvements; no functional changes


tweak descr


untabify


add example of streaming with gemtext.core/parser


useless comment


fix macro; wrong syntax switching between elisp and clojure confuses me. CommonLisp, elisp & scheme uses the , for unquote, clojure ignores any comma and uses ~ I end up keep using ~ in elisp and , in clojure D:


improve fetch docs


improve the README


initial commit