DESCR 473 B

12345678
  1. sblg is a utility for creating static blogs: it knits together articles and
  2. templates, generating static HTML files and Atom feeds. It's built for use
  3. with make(1), as blogs depend upon articles, etc. No markdown, no "CMS", no
  4. CGI, no PHP. Just a simple tool for pulling data from articles and
  5. populating templates. sblg(1) is an ISC licensed ISO C utility that depends
  6. only on libexpat. (Where "simple" encompasses Atom feeds, multi-language
  7. support, tag filtering, etc.)