|
From: <dgl...@us...> - 2003-08-18 00:28:14
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv16859/modules/core/config/i18n Modified Files: messages.properties Log Message: Protect journal integrity by converting harmful characters into html equivalents Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** messages.properties 17 Aug 2003 22:34:47 -0000 1.22 --- messages.properties 18 Aug 2003 00:23:21 -0000 1.23 *************** *** 388,392 **** core.pipeline.stage.externalapplication.opt.pipein=Pipe the response into the document in the attribute ExternalApplicationResponse ! core.pipeline.stage.journalupdate.description=This pipeline stage writes a message into the journal. This message will be displayed when viewed with the journal tool. core.pipeline.stage.journalupdate.opt.message=The message to write to the Journal core.pipeline.stage.journalupdate.error.message=No journal message --- 388,392 ---- core.pipeline.stage.externalapplication.opt.pipein=Pipe the response into the document in the attribute ExternalApplicationResponse ! core.pipeline.stage.journalupdate.description=This pipeline stage writes a message into the journal that can be viewed with the journal tool (babeldoc journal). Please note that journal entries should be one line long and contain no quotes, commas, or newlines. If these characters are detected, they will be translated into their HTML equivalents to prevent 'bad things' from happening to the journal tool. However, the output from the journal tool will most likely not be what you are expecting. core.pipeline.stage.journalupdate.opt.message=The message to write to the Journal core.pipeline.stage.journalupdate.error.message=No journal message |