|
From: <dgl...@us...> - 2003-08-14 01:38:16
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv23737/modules/core/config/i18n Modified Files: messages.properties Log Message: Added pipeInResponse attribute to return the output of the command in the ExternalApplicationResponse attribute Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** messages.properties 12 Aug 2003 00:28:29 -0000 1.19 --- messages.properties 14 Aug 2003 01:33:24 -0000 1.20 *************** *** 385,388 **** --- 385,389 ---- core.pipeline.stage.externalapplication.opt.application=Full path to the application to run core.pipeline.stage.externalapplication.opt.pipeout=Pipe the current document to the script - the script must fully accept the stardard input otherwise an exception is thrown. + core.pipeline.stage.externalapplication.opt.pipein=Pipe the response into the document in the attribute ExternalApplicationResponse core.pipeline.stageinfo.stageType=Type of pipeline stage |