On 2008-01-14 10:58 +0100, [EMAIL PROTECTED] wrote: > I would like the names to be > suffixed by .twiki . I looked at the code but I'm not a programmer :) > Do you think that can be done easily ?
It demands some work. Essentially use of mkstemp in make_temp in Riot/Editor.hs needs to be replaced with something else (mkstemp requiring the template to be of a particular form that can't have an extension). -- Tuomo
