Changes to ListPages, see design notes:
- @URL no longer used (it is ignored if specified)
- all arguments can be passed by URL, overriding values specified in code
- created_by selector now works
- specify single name to specify author
- specify "=" to mean same author as that of current page
- specify "-=" to mean different author than that of current page
- category selector now accepts list of "-names"
- means exclude those categories, e.g. "-admin -deleted"
- does not complain if categories are inexistent
- order "variable desc desc" now works as asc
- reverse="yes" (or "true") outputs pages in reversed order
- order="size" added, where size is character count of page
- variable %%size%% added (in ListPages and template)
- variable %%index%% added (in ListPages only, 1 to %%total%%)
- variable %%total%% added (in ListPages only)
- parent selector
- specify "=" to mean same parent as that of current page
- specify "-=" to mean different parent than that of current page
- specify "." to mean children of current page
- tag selector
- specify "==" to mean exactly the same visible tags as current page
- offset selector
- specify "n" to mean don't display first n pages (default 0)
- range selector
- specify "." to mean only select current page
- rating selector
- specify "=" to mean pages with same rating as current page
- specify "n" to mean pages with rating n
- "n" optionally prefixed by "<", "<=", ">", ">=", "=", "<>"
- created_at selector
- specify "=" for same day as current page
- date optionally prefixed by "<", "<=", ">", ">=", "=", "<>"
- renamed "Anonymous User" -> "Anonymous"
- added %%site_domain%% (ListPages and _template)
- added %%site_name%% (ListPages and _template)
- added %%site_title%% (ListPages and _template)