Commits
Commit:
530fa2216da659d00d1dbdee640dc40a0a069ab4
Date:
Wed May 11 14:20:43 2022
UTC
update ignore pattern for built-in pages "templates"
Commit:
69980762e94af37ac9930afe1f00af0bef6cad37
Date:
Wed Apr 13 19:53:17 2022
UTC
ignore autotools stuff in etc/ too
Commit:
9f74492aafebdbfa02f5abd1aa25e283211fe297
Date:
Sat Feb 26 16:48:52 2022
UTC
kill compile_flags.txt
Commit:
455163299e8bbf9892af775efb5791c504b2b0d9
Date:
Thu Feb 10 08:21:59 2022
UTC
tweak the ignore list
Commit:
4cd67caa74b004977098c2d1927cf8e28dd4c9ed
Date:
Wed Feb 9 21:28:43 2022
UTC
move some unicode-related code in u/
Commit:
6434fd5adf59cbf6191c3266560ce5349a947404
Date:
Tue Feb 8 21:49:18 2022
UTC
generalize some ignore patterns
Commit:
8064b84908439d34f2d8c11f09107d7e226d3809
Date:
Tue Jul 20 08:24:32 2021
UTC
add about:crash
Commit:
00717aff2b9abc2aa4fcd9fefd07a6d40e21976e
Date:
Mon Jul 19 19:28:29 2021
UTC
ignore pages/about_new.gmi (autogenerated from .in)
Commit:
a2728733634103e8460cf0d47c151e2642e7cbc4
Date:
Sun Jul 18 09:32:39 2021
UTC
move built-in pages to pages/*.gmi
Commit:
ab2d4a19eba9dc6b597634138184c250f1136b41
Date:
Fri Jul 16 11:23:23 2021
UTC
behold the great emoji-matcher!
Commit:
a3666ed5ebac24e75f8bed25238464dfff5dd34a
Date:
Fri Jun 25 09:02:24 2021
UTC
move the list of cmd to its own file
Commit:
c92e529c273bbb2b59a02d054c2dcbec3c9b12f0
Date:
Tue Jun 15 14:09:47 2021
UTC
link the parser in the build
and:
* add some flags
* document them
* move the customizable stuff to defaults.c
Commit:
afd608c6025585bca72b9771831566cae3d17a26
Date:
Sun Jun 13 11:57:51 2021
UTC
ignore dist tarballs
Commit:
d64bf47b14e3e12a2bbd379a63d1e1255d14ca7d
Date:
Wed May 12 12:05:00 2021
UTC
ignore compile_flags.txt
Commit:
31f1a758a6a9144108ca1356abef2d56ef12f759
Date:
Thu Apr 22 10:42:50 2021
UTC
switch to phos_uri
Initially I took the IRI parser from gmid, stripped of the UTF-8
things and transformed back into a URI parser. Then I've added some
functions to resolve URIs, but it wasn't enough. gmid parser is aimed
at servers, and so it doesn't handle very well relative links.
This makes use of the libphos uri parser, which was coded to follow
the RFC more strictly, and to fully support all kinds of URIs. It'll
need to be expanded in the future and be improved for sure
Omar Polo