Commits
- Commit:
d8bf4f258cbea84e319b0ed044224aaac37a085c
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: move the buffering from the fastcgi layer to the template
Reduces the indirection in fcgi.c, starts to make the struct template
opaque, simplifies the template usage. All with a net negative :-)
reads fine to stsp@ (thanks!)
- Commit:
d28713dbf90ca19706036b85e548dfdb4069b206
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
template: join subsequent tp_puts() calls
This greatly reduces the number of tp_puts() calls: gotwebd'
pages.tmpl goes from 444 to 190.
Otherwise, this doesn't produce other observable changes.
- Commit:
84efe063d23232222a3620238a5de72df40ced47
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
template: fix processing of "{" at end of line
add a regress for this case.
- Commit:
f39a604656c539f738565ba0d7ce72b091868dcb
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
grammar and fix typo: rigchtif → right if
- Commit:
3594b24d3ecf14b835c9de7da858dda4358aef86
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
template: add `while' construct
- Commit:
cb11302ca643bbb042a84f1e4784202c0f9a1252
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotwebd: use template
This updates -portable's gotwebd instance to make use of the new
templating engine.
- Commit:
96b8c570c9c426e96f97698185dd011e2e39be0c
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
template: adjust my address
- Commit:
6509b1818d1d3c5ab05781cef4007360f127a9a2
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
import template
ok tracey@