Ups! I forgot the attachements, as usual... [Luciano (Notrfrancesco) discovered a
pattern in this: you always forget the attachements in the first mail]
Forgotten Bye!
Richie++
Subject: CoWeb Page Update (<?name?>)
You have requested to be alerted if the page "<?name?>" on the "<?bookname?>" CoWeb
has changed. It was edited on <?date?> at <?time?> by <?user?>.
The url is '<?url?>'.
The differece with the previous version are:
<?diff?>
[:diffs :answer |
diffs do: [:assoc |
" assoc key = #match ifTrue: [answer _ answer,assoc value]."
assoc key = #remove ifTrue: [answer _ answer,'-'"'<i>'",assoc
value",'</i>'"].
assoc key = #insert ifTrue: [answer _ answer,'+'"'<b>'",assoc
value",'</b>'"].
answer _ answer,String cr].
answer] value: (TextDiffBuilder from: (page versions at: page versions size -
1) text to: page versions last text) buildPatchSequence value: ''.