On 7/10/10 12:31 PM, Lukas Renggli wrote:
>> However, keep in mind that you need to re-parse the complete
site
>> after editing the prefixes, otherwise you might have an inconsistent
>> state.
>>
>> Lukas
>>
>>
> Oh yeah, hmmm. Well, at least for now, I'll be happy if it becomes
> consistent after restarting a saved image.
>
> Which I *think* will be the case even with the simplest implementation.
>
I don't think so, at least this is not the default behavior.
When you edit a page the wiki-text gets parsed, transformed to a tree
of objects and the links get resolved and replaced with object
references. When an image is saved and restarted the objects stay
there, there is no new lookup going on. Of course it is possible to
have a specific link instance that does the lookup dynamically every
time it is accessed, but this is not the behavior of SCGLink I think.
Hrm again. Well, when I start seeing strange behavior with the links,
I'll at least know WHY even if
I haven't a clue how to fix it. :-/
Lawson