Hi all,
 sorry for this basic question, but after some time playing with the
swiki browser and the Smalltalk browser I could not figure out how to do
it. I simply want to add a mapping from, let's say, �text� to
<em>text</em>. It looks that I will have to modify PageFormater with a
method like in this case:

addInternalLinks
        self addAction: [:text :request :response :shelf :book :page | self
internalLinks: text request: request response:  response shelf: shelf
book: book page: page] from: '*' to: '*'.
        self addMappingFrom: '&*' to: '*'

however, I am sure there must be a way to define such an Action from the
swiki browser. I cannot find it. 
Could you give me some advice?

Regards,
casco

-- 
Alejandro Fernandez
GMD - German National Research Center for Information Technology
IPSI - Integrated Publication and Information Systems
Dolivostrasse 15 - (64293) Darmstadt - Germany
Phone: +49 6151 869-4837
Fax: +49 6151 869-963
Web: http://casco.swiki.net

Reply via email to