Just released the latest version of BoltWire, with several fixes and at
least one cool new feature: linkrot. There was also a slight change to how
titles are handled that could be slightly disruptive (see below). Here's
the changelog:

* Fixed a couple bugs in the info function.
* Eliminated an error notification in certain situations in the displayfmt
function.
* Fixed a bug in some of the query data parameters (particularly < and >
seemed to have been reversed.
* Minor fix to delete action
* Added a new folders parameter to search functions. folders=true just
returns subdirectory names of the dir directory. folders=false only returns
files in the specified dir, but none in nested subfolders. My site has tens
of thousand files. This speeds up performance immeasurably.
* Added two custom strftime parameters: On Mar 5, %e = '5' and %E = '3'
with no preceding space or 0.
* Put linkrot: true in site.config and broken links will be logged
automatically whenever viewed. Nice way to keep your site updated.
* Titles are now returned escaped so you can't put markups in the data
variable. I had to go through my custom scripts and replace some
BOLTvars("page:title") with BOLTescape(BOLTvars("page:title"), false);
Solves a number of problems...

My own site is now fully upgraded and zipping along quite nicely. Really
loving it...

Cheers,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to