Issue290

Title Metadata lookup from crossref
Priority feature Status chatting
Project AcaWiki Milestone
Superseder Nosy List nathan
Assigned To Keywords

Created on 2009-04-08.21:05:48 by nathan, last changed 2009-04-15.18:33:01 by nathan.

Messages
msg915 (view) Author: nathan Date: 2009-04-15.18:33:01
To make our work somewhat useful to the outside world it'd be nice to add
functionality to SemanticForms that allows you to say "when this field is
updated, call this URL pattern and apply the returned results to other fields."

Return format is probably JSON, with keys matching the template+field names (ie,
Item[Author]).

Possible syntax:

  {{{field|name|autofill=/example/query.php?q=<Template[field]>}}}

You could point this to any URL in the local domain; for example, an ask query.
 Alternately (in our case), you could write your own PHP proxy to another provider.
History
Date User Action Args
2009-04-15 18:33:01nathansetstatus: unread -> chatting
nosy: + nathan
messages: + msg915
2009-04-08 21:05:48nathancreate