Rewrite it as reStructuredText so that it can be hosted alongside the
API documentation on Read The Docs, which allows linking to WIP syntax
documentation.
Instead, point to the CI configuration files, and include the extra
steps for Ubuntu 12.04 as a script. More useful, and less likely to
become outdated.
The readme now informs users that the MSVC 2015 x86 redistributable
is required, and the installer will download and install it if it
is not detected as being already installed.
Rename `util` to `utility`, and add an `info` key that acts like the
message structure's `content` key. Also change the generated message
structures slightly to reflect the changes. Closes#608.
* Require `/` for regex directory separators
* Merge `regex()` into `file()` so the latter can take a file or regex.
* Extend `active()` to take a regex, and eval to true if there is an
active plugin matching the regex.
* Refactor condition evaluation code into a separate class.
The priority field now stores values between -127 and 127 inclusive, and
global priorities are given by a separate global_priority field with the
same value range. Sorting compares global priorities first before
falling back to priorities if the former are equal.
Not all sites we point to throughout the source support HTTPS (yet?), so
we're obviously not pointing those to HTTPS, as that would break those
links. ;) So far most URLs, yes, but not all.