Commits


refactor the gemtext parser The old one had various issue, for instance it failed to parse "#hello", and could mis-interpret lines starting with "=". The new one is more robust and handles optional spaces better.


add the line-eq generic function it's useful for the (future) tests being able to compare lines.


provide a default value for :text


drop debug comment


~% instead of terpri we need to terminate the line on the given stream, not on *standard-output*!


Merge pull request #1 from aartaka/blockquote Add blockquote support.


gemtext.lisp: Add blockquote support.


revert the relative-to hack was added only to ease the job of the UI, but it isn’t the right place. The UI should do that type of checks, the parsers shouldn’t mangle URIs.


now it can even display pages!


initial commit