huginn/db
Akinori MUSHA 4d623c5893 WebsiteAgent: Introduce per-node XPath evaluation in extraction.
The new extraction sub-hash key `value` holds an XPath expression which
should be applied to each node to get the result value.

The previous directives `"text": true` and `"attr": "src"` are now
written as `"value": "text()"` and `"value": "@src"`, respectively.

With this enhancement, it is now possible for this agent to perform some
basic text processing on its own by making use of XPath functions like
`normalize-space`, `substring-after` and `translate`.
2014-07-30 06:48:19 +09:00
..
migrate WebsiteAgent: Introduce per-node XPath evaluation in extraction. 2014-07-30 06:48:19 +09:00
schema.rb Importing of Scenarios now works, creating any needed Agents by global guid 2014-06-04 22:26:56 -07:00
seeds.rb add params to db/seed.rb; provide better heroku login detection 2014-07-16 23:09:39 -07:00