Commit Briefs

Omar Polo

contrib/vim: add ALE linter

ALE is faster and otherwise better alternative to Syntastic.


Omar Polo

extend/sync .gitignore


Omar Polo

rename ge -> gemexp

gemserv is already taken...


Omar Polo

add titan to .gitignore


Omar Polo

rework the configure script

now it resembles less oconfigure and more the configure scripts I'm using in my recent projects. I'd argue it's more easy to use it.


Omar Polo

ignore and clean fcgi.sock


Omar Polo

add ge: gemini export!


Omar Polo

update gitignore for site/


Omar Polo

ignore .d too


Omar Polo

import the capsule/website


Omar Polo

rework the regression suite

The tests are still there, the suite is equivalent to the old one, but this one is better structured. The biggest annoyance I had with the old one was that it wasn't straightforward to test only a specific set of tests. It's still impossible, but it's way easier to do it now. This extract all the tests to their own functions. It's overall better in all possible regards.


Omar Polo

sort


Omar Polo

contrib/vim: add Syntastic integration

Error and warning messages are prefixed with "error: " and "warning: " correspondingly to ease integration with automated tooling. `yywarn' function added. Off-by-one line numbers in warnings are fixed. Two error messages are reworded to avoid repeating like "error: error in server directive" or "error: syntax error".


Omar Polo

add an example rc(8) script for openbsd

copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch using `rcctl enable gmid && rcctl start gmid`.


Omar Polo

remove last occurrences of lex