Documentation updates only: clarify "multi-standalone" mode
as combined, remove references to amalgamation, clarify where tag
symbols may be used, add more meaningful examples, etc. No code change.
From Bryan Vyhmeister, thanks.
Changelog:
"Enpower -l (tag-listing mode). This is now able to emit all tags in JSON
formatted output via -j, which makes it easy for dynamic sites to play with
tag listings in any way they choose. (See sblg(1) for an explanation of the
output format.) Also add -r, which stipulates that -l will print tag-first.
This is most useful for -j, as it allows for easy browsing by tag name."
sblg is a utility for creating static blogs: it knits together articles and
templates, generating static HTML files and Atom feeds. It's built for use
with make(1), as blogs depend upon articles, etc. No markdown, no "CMS", no
CGI, no PHP. Just a simple tool for pulling data from articles and
populating templates. sblg(1) is an ISC licensed ISO C utility that depends
only on libexpat. (Where "simple" encompasses Atom feeds, multi-language
support, tag filtering, etc.)
ok jturner@