Commits
- Commit:
6620b82b091cdfed655e1093ef045dbe518d5474
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Jan 19 13:46:06 2022 UTC
fix for asdf:test-system
see github issue #8
- Commit:
d9b03c3523a190a439a6e2417f75c5cdddd98313
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Jan 17 11:25:42 2022 UTC
fmt
- Commit:
d1f3d62f6b659fdc88e88effe0ece200ad3bd255
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Jan 17 11:25:33 2022 UTC
fix ui after api change
see #7
- Commit:
321ea045f067bea4b30421897082ccd0ea25bbb2
- From:
- aartaka <aartaka@protonmail.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
- Mon Jan 17 11:21:05 2022 UTC
gemini: Add with-gemini-request macro.
This also includes a minor refactoring of the code to be less
duplicative and rely on multiple values instead of list return values.
- Commit:
a903e42230f413b43c0115c69fc044d4b1c8b3b4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Jan 17 10:05:31 2022 UTC
add some verbatim-related tests
- Commit:
721a55a9e57cebcde535bfaa77e3bbaae956d55b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Jan 17 10:05:04 2022 UTC
handle non-closed verbatim blocks and nil-ify empty labels
The idea behind the ``` marker is to toggle the preformatted bit on
and off, so it's not strictly speaking a "verbatim block", even if
it's easier to manage it that way.
However, don't throw generic errors like that, and handle EOF without
a closing ``` marker. While here, if label is the empty string, use
nil.
- Commit:
385d8c27124fbdf6686d98559ae01dc9c6a8acd0
- From:
- aartaka <aartaka@protonmail.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
- Mon Jan 17 09:29:35 2022 UTC
gemtext: Use accessors.
- Commit:
a73493792e50f418dc91d5565572e510f007d004
- From:
- aartaka <aartaka@protonmail.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
- Mon Jan 17 09:29:35 2022 UTC
gemtext: Type link URLs as strictly quri:uri-s.
- Commit:
4800325e843eb78d81f26caa2e281fd33257405c
- From:
- aartaka <aartaka@protonmail.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
- Mon Jan 17 09:29:35 2022 UTC
gemtext: Enrich gemtext classes definitions.
This adds:
- :type options.
- :documentation options.
- :accessor options.
- Class predicates.
Wherever applicable.
- Commit:
588b55fbdbdb143bad22870345f7d91d8e7b7bf5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Jan 17 09:14:15 2022 UTC
Handle gracefully invalid link lines
`=>` without other fields is not a valid link line, so let's handle it
by parsing it as a paragraph with the "=>" text in it.
- Commit:
efb35fc6373ee692ad40c6b1d64210513de03df9
- From:
- aartaka <aartaka@protonmail.com>
- Via:
- omar-polo <op@omarpolo.com>
- Date:
- Mon Jan 17 08:28:59 2022 UTC
phos.asd: Remove cl-mime dependency.
- Commit:
3d6bb34305c618e80ebcaa3f321bd9b7d714dc16
- From:
- Artyom Bologov <57838654+aartaka@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
- Sat Jan 15 20:07:19 2022 UTC
support binary response body
see github issue #4
- Commit:
54fe3a5eabbee0dc163a691803c54f6784a670be
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Jan 14 17:08:50 2022 UTC
fmt
- Commit:
4628da9474f8d1b73b8e9d9eb24d8775f9afe02f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Jan 14 16:57:34 2022 UTC
ignore *.fasl files
- Commit:
033f04abccae60ae5768bba9fec49c6e496fbdfc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Jan 14 16:57:34 2022 UTC
add some tests for the gemtext parser