Commits
- Commit:
a8534f9169c4adcfbd853f1273a2e46d20fa821d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore obj/ and build/ too
- Commit:
db6fcbbe651bdf690df980ff1a4f73310b33dd87
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add ignore entries for the site-generated files
- Commit:
530fa2216da659d00d1dbdee640dc40a0a069ab4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update ignore pattern for built-in pages "templates"
- Commit:
69980762e94af37ac9930afe1f00af0bef6cad37
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore autotools stuff in etc/ too
- Commit:
9f74492aafebdbfa02f5abd1aa25e283211fe297
- From:
- Omar Polo <op@omarpolo.com>
- Date:
kill compile_flags.txt
- Commit:
455163299e8bbf9892af775efb5791c504b2b0d9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tweak the ignore list
- Commit:
4cd67caa74b004977098c2d1927cf8e28dd4c9ed
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move some unicode-related code in u/
- Commit:
6434fd5adf59cbf6191c3266560ce5349a947404
- From:
- Omar Polo <op@omarpolo.com>
- Date:
generalize some ignore patterns
- Commit:
8064b84908439d34f2d8c11f09107d7e226d3809
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add about:crash
- Commit:
00717aff2b9abc2aa4fcd9fefd07a6d40e21976e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore pages/about_new.gmi (autogenerated from .in)
- Commit:
a2728733634103e8460cf0d47c151e2642e7cbc4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move built-in pages to pages/*.gmi
- Commit:
ab2d4a19eba9dc6b597634138184c250f1136b41
- From:
- Omar Polo <op@omarpolo.com>
- Date:
behold the great emoji-matcher!
- Commit:
a3666ed5ebac24e75f8bed25238464dfff5dd34a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move the list of cmd to its own file
- Commit:
c92e529c273bbb2b59a02d054c2dcbec3c9b12f0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
link the parser in the build
and:
* add some flags
* document them
* move the customizable stuff to defaults.c
- Commit:
afd608c6025585bca72b9771831566cae3d17a26
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore dist tarballs
- Commit:
d64bf47b14e3e12a2bbd379a63d1e1255d14ca7d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore compile_flags.txt
- Commit:
31f1a758a6a9144108ca1356abef2d56ef12f759
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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
- Commit:
870210fb5207c87268897ced89eb491f6abe8e37
- From:
- Omar Polo <op@omarpolo.com>
- Date:
implement execute-extended-command
- Commit:
91435a31bbcceda44b16ee11e15a45bd5d972f7d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore deps stuff in compat too
- Commit:
5e11c00c40910bea9deb4b2199868f6dde63798e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
initial commit