Commit Briefs

Omar Polo

add a navigation bar

This adds a simple navigation bar since web browser are apparently dumbler than most Gemini browsers. The "Root" link points to the capsule' root, "Home" to the current home directory and "Up" to the parent directory. Users home are discovered using a simple heuristics: ~user path components.


Omar Polo

various tweaks to the template man pages

diff from Josiah Frentsos, thanks!


Omar Polo

template: specify which C loop


Omar Polo

template: add `while' construct


Omar Polo

adjust my copyright email address

this code is now part of Game of Trees too!


Omar Polo

don't rebuild template/template unless strictly needed

This allows to ship a pre-compiled fragments.c in the tarball and not building the template executable. The same thing already happens with yacc and parse.y.


Omar Polo

semplifications; now NULL is allowed



Omar Polo

include tmpl.h




Omar Polo

template: update documentation



Omar Polo

use the new template -o flag


Omar Polo

template: check for unveil in the configure

needs unveil too now.